Why doesnt long int work?
What are pragmas and what are they good for?
How can I read in an object file and jump to locations in it?
How do I convert a string to all upper or lower case?
Why does everyone say not to use scanf? What should I use instead?
How can I invoke another program or command and trap its output?
How can I list all of the predefined identifiers?
What does the message "automatic aggregate intialization is an ansi feature" mean?
Why is not a pointer null after calling free?
why do some people write if(0 == x) instead of if(x == 0)?
Does c have an equivalent to pascals with statement?
How can I sort more data than will fit in memory?
How can I dynamically allocate arrays?
How can I call a function with an argument list built up at run time?
Is there anything like an ifdef for typedefs?