The C Language
Frequently Asked Questions
Next
Where can I learn more about C?
Will you implement C++?
I get weird error messages where I don't see errors.
Why do I get "Undefined Reference to..." errors?
How can I make a floating point comparison function for use with qsort?
Why do I get the message "invalid lvalue in unary '&'"?
Can I use # (indirection) like in TI-Basic?
I need the C equivalent of the when() function from TI-Basic.
I tried to use sizeof to get the size of an object, but it returned zero!
Can I use sizeof to determine the exact size of functions?