What is the best way of making my program efficient?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
What is assert and when would I use it?
Why does notstrcat(string, "!");Work?
How can I get the current date or time of day in a c program?
How do I read the arrow keys? What about function keys?
Why cant I open a file by its explicit path?
What is the most efficient way to count the number of bits which are set in an integer?
Once I have used freopen, how can I get the original stdout (or stdin) back?
What is a good way to implement complex numbers in c?
What are the complete rules for header file searching?
How can I direct output to the printer?
Are pointers integers in c?
Why dont c comments nest?
How can I handle floating-point exceptions gracefully?