By default, Eclipse (CDT) uses the .cpp extension for C ++ files. I would like it to use the .cc (and .hh) extensions, but I cannot find such a feature anywhere.
edit: To be precise, it creates a .cpp file when I start a new C ++ project. Can this behavior be changed to create a .cc file?
I would expect this under Window> Options> C / C ++> File Types, but as far as I can see, this does not help. I searched Google and the only page I found explains how to do this on Netbeans. Any help is much appreciated!
source
share