0
Is defining a new class in separate files(in CODE BLOCKS) in C++ is really beneficial ?
1 Answer
+ 7
It is similar to defining a header...
Thus, it allows you to not only use the class for several cpp files, but at the same time put non member functions for use in cpp files...