+ 1

Someone tell me about c++ header files please

14th Oct 2017, 1:19 PM
Abdul Qahir Zia
Abdul Qahir Zia - avatar
4 Antworten
+ 3
www.cplusplus.com/reference You will find all you need, there.
14th Oct 2017, 3:24 PM
Solo Wanderer 4315
Solo Wanderer 4315 - avatar
+ 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.
14th Oct 2017, 1:26 PM
deFault
+ 1
thanks
14th Oct 2017, 3:25 PM
Abdul Qahir Zia
Abdul Qahir Zia - avatar
0
thanks
14th Oct 2017, 1:32 PM
Abdul Qahir Zia
Abdul Qahir Zia - avatar