Possible Duplicates: *.h or *.hpp for your class definitions What is the difference between .cc and .cpp file suffix? I used to think that it used to be that: .h files are header files for C and C...
What is the difference between .cc and .cpp file extensions? From Google, I learned that they are both from the C++ language, but I am unsure of differences between them.
CC Program for compiling C programs; default ‘cc’. Usually, CC=cc by default. Then on Ubuntu 14.04 for e.g., cc is usually a symlink to gcc. To disable all variables at once see: Disable make builtin rules and variables from inside the make file Seems currently impossible.
I have seen C++ code saved as both .cc and .cpp files. Which of these (or another!) is the best practice/most modern/best to use? The Google style guide seems to suggest .cc, are there any other