Tag Archives: C++

Programming with multiple files.

A friend of mine asked me today about this topic so in case I am asked about it in the future I am posting my response here.
Sometimes when writing an application in C++, C, Java, etc… if is nice to separate functionality of the program into different modules, i.e. files. This is absolutely necessary in [...]