0
What is the purpose of separating the implementation of a class into two files: header file (.h) and source file (.cpp)? In C++
van you help me plz
1 Odpowiedź
+ 1
Easier modification mainly. Also, when working on larger project usually header is written by one or more people and main function is writen by other group of people.