Let's say I have to include other header files into a separate c++ component( comprising of also a header and a cpp file) By convention, is it better to put it in the .h or the .cpp file? |
oh and what is the convention for naming .h files as well, is it camel case, with or without the first letter capitalized, etc? |