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?
How can I find out if there are characters available for reading?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
How can I insert or delete a line (or record) in the middle of a file?
Where can I get an ansi-compatible lint?
What is hungarian notation? Is it worthwhile?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
How can I find out how much free space is available on disk?
How can I recover the file name given an open stream or file descriptor?
Is null valid for pointers to functions?
Ow can I insert or delete a line (or record) in the middle of a file?