|
Related Questions |
View Answer |
 |
How do I get an accurate error status return from system on MS-DOS? |
View Answer |
 |
How can I invoke another program or command and trap its output? |
View Answer |
 |
How can my program discover the complete pathname to the executable from which it was invoked?
|
View Answer |
 |
How can I automatically locate a programs configuration files in the same directory as the executable? |
View Answer |
 |
How can I open files mentioned on the command line, and parse option flags? |
View Answer |
 |
Is exit(status) truly equivalent to returning the same status from main? |
View Answer |
 |
How can I read in an object file and jump to locations in it? |
View Answer |
 |
How can I implement a delay, or time a users response, with sub-second resolution? |
View Answer |
 |
How can I trap or ignore keyboard interrupts like control-C? |
View Answer |
 |
How can I handle floating-point exceptions gracefully? |
View Answer |
 |
How can I ensure that integer arithmetic doesnt overflow? |
View Answer |
 |
What are near and far pointers? |
View Answer |
 |
But I cant use all these nonstandard, system-dependent functions, because my program has to be ANSI compatible! |
View Answer |
 |
Why isnt any of this standardized in C? Any real program has to do some of these things. |
View Answer |
 |
How can I return multiple values from a function? |
View Answer |
 |
What is a good data structure to use for storing lines of text? |
View Answer |
 |
What is the right way to use errno? |
View Answer |
 |
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats? |
View Answer |
 |
If I have a char * variable pointing to the name of a function ... |
View Answer |
 |
How can I manipulate individual bits? |
View Answer |