_____ should always be the first header in c++
Answers
Answered by
0
Answer:
C++ classes (and often function prototypes) are normally split up into two files. The header file has the extension of . h and contains class definitions and functions. ... Most IDE's will do this for you – they will only recompile the classes that have changed.
Similar questions