Is .cc correct as C++ extension or .cpp correct?

Asked 2 years ago, Updated 2 years ago, 144 views

Is there a difference between the two?

Google C++ Style Guide says to use .cc There's no explanation. What would be good for Linux?

c++ file-name

2022-09-21 21:08

1 Answers

The C++ compiler supports both. You don't have to worry about it

GCC is .C, .cc, .cpp, .CPP , .c++, .cp, .cxx all support, so feel free to use it


2022-09-21 21:08

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.