Computer Science, asked by anujkickstartgamerz, 23 hours ago

_____ should always be the first header in c++​

Answers

Answered by thamaraichandhiran
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