+ 1
Someone tell me about c++ header files please
4 Antworten
+ 3
www.cplusplus.com/reference
You will find all you need, there.
+ 2
What about them? Headers are files, that can be included by #include directive. The #include directive gets replaced with contents of the header file.
Usually, headers contain declarations. Implementations are placed in cpp file.
+ 1
thanks
0
thanks