Search:

Type: Posts; User: Vanhapolle

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. there is pic which shows using yellow and black...

    there is pic which shows using yellow and black (dont care gray background) what is wrong still. variable type can store here
    which nothing ischanged 32bit non signed values which i earlier thinked...
  2. problem what i haveis nothing do with this. I try...

    problem what i haveis nothing do with this. I try get pic of result.
    and these platforms use PowerPC and some even motorla 68000 series (for example 68060).
  3. I try but now this dont work way what expect area...

    I try but now this dont work way what expect area is arraged alpha,red,green,blue ja again sama etc... and what i expect black white checkerboard.
    [C] Non wokring checkerboard - Pastebin.com
  4. What is wrong my algorithm i ask here becouse i give formula in C ?

    What is wrong m algorithm i ask here becouse i give formula in C ?
    (x + y % 2) *255
    i read this way when x and y are both odd or even code gives 255
    but if one is odd and one is even i get 0.
    how...
  5. I forgot fact in this OS API is recommend copy...

    I forgot fact in this OS API is recommend copy needed data to safe and then release such object. which means i can copy data what os gives to such area.:) or actually need it. and i have basic tools...
  6. Yes but another thing is access such way memory...

    Yes but another thing is access such way memory area what i have address allready. which operating systems what i talk gives me part of one structure.
  7. And want way which dont care platform.

    And want way which dont care platform.
  8. Is possible access memory like 2-3 dimensional array?

    x+y*picturewidth*bytesperpixel+colorcomponent
    which means x is 0-xxx
    y=0-(pictureswidth - 1)
    colorcompoent is 0-3 which tells what color compoent i want
    access 0=Alpha chanel 1=red component...
  9. Thread: comparisons

    by Vanhapolle
    Replies
    1
    Views
    524

    comparisons

    how i can made if statement which executeds part what i need when one or more statent is true. i mean if must one or more these these are true x is small 0 or bigger than 99. sama for y. or only...
  10. Replies
    1
    Views
    673

    Hard time understading pointers

    if i alloc memory with Malloc (this works very sameway what os function works expect os function have also "flags" for memory requiments) and put value to address;
    this should wrote 255 to first...
  11. this exact thing in this operating system one...

    this exact thing in this operating system one functions gives when it fails NULL then another function called IoErr gives number which tells what goed wrong. All other numbers in first thing are...
  12. I talked "nested IFs" (maybe incorrect term) not...

    I talked "nested IFs" (maybe incorrect term) not Loops which i bet goes similar way and i know return returns only innerloop when i use in nested loop it. I dont yet get how your code work...
  13. nested IFs? works lijke this i want know if i understanded correctly.

    This works:


    if (x==0)
    {
    if (Function()==ERROR)
    {
    /* this happens */
    }
    }
  14. Replies
    2
    Views
    632

    How join two strings?

    How join two strings? basic reason is add given filename little text to end. I try do by hobby not school project program which converts files format x to format y.i dont say which formats becouse...
  15. Whicj means i must declare in main code all...

    Whicj means i must declare in main code all functions what headers have? now i dont understand why os functions,and ansi c functions works without this.
    ps. before windows in my comment means...
  16. project is program what i develop.first way all...

    project is program what i develop.first way all header file defined structures,and variables i want used in whole program. and second way header file has own structures which dont show elsewhere....
  17. headerfiles how define product wjde structurers?

    headerfiles how define program project wide structurers? and how header file wide (i mean applies only file where they defined) structures? i know how struces are defined but my sources dont ansver...
  18. Replies
    2
    Views
    561

    And i dont maybe want direct ansver but basic...

    And i dont maybe want direct ansver but basic info what i needdosuch
    for getint ifoundexample my ansi c book.
  19. Replies
    2
    Views
    561

    How read float,int,long etc?

    How read float,int,long etc? i think my book dont ansver this. i mainly now want test some algorithms what gets gui soon when i get os what i going use to make final product.
  20. How i can convert int->float float->int safely?

    How i can convert int->float float->int safely?
    int->float conversion i need accurate way.
    float->int i need both ways on which cuts decimals,and another which makes rounding.
    ps. some os...
  21. I now found this book. Not yet idea how this...

    I now found this book. Not yet idea how this local variables done? even correct words found info form The C (ANSI C)Programming Language (Brian W. Kernighan,and Dennis M. Ritchie) book.
  22. How make function which gives back two numerical values.

    How make function which gives back two numerical values. I think needs using structure. now i try found my c book.
  23. I know reducing bits affect sound quality and is...

    I know reducing bits affect sound quality and is what i want. this effect is common and gives "oldschool" falvour. i maybe found solutiong based what different people wrote here...
  24. Is possible read text form keyboard using read() function?

    Is possible read text form keyboard using read() function? or which is best way in ansi creplace input command form basic language. for numbers and text... ideas not code again becouse i try learn. i...
  25. hodor but when i want still use whole range which...

    hodor but when i want still use whole range which is main problem. fi sample data goes originally in 4bit for this way:
    0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
    after code i get (and i algorithm what...
Results 1 to 25 of 46
Page 1 of 2 1 2