pghsteelers
Technical User
Is there a place that shows all the names and their associated header files?
Such as cout can be found in iostream.
It is one thing to know a function or name..ect that can be used in the program, but then knowing what associated header file needs to be included in your program is something else.
Therefore if I had a list, I could make sure I include the right header for something I call.
Such as cout can be found in iostream.
It is one thing to know a function or name..ect that can be used in the program, but then knowing what associated header file needs to be included in your program is something else.
Therefore if I had a list, I could make sure I include the right header for something I call.