hwo do you know which header files contain which functions?
This is a discussion on Header files? within the C++ Programming forums, part of the General Programming Boards category; hwo do you know which header files contain which functions?...
hwo do you know which header files contain which functions?
Get a good book, find a good reference web site, or simply open the .h file and have a look at what's in it!
When all else fails, read the instructions.
If you're posting code, use code tags: [code] /* insert code here */ [/code]