Refactoring
Refactoring
Renaming a class:
- rename .cpp/.h files
- in .h file:
- class name (Eclipse rename functionality - also updates references)
- include guard
- in .cpp file: #include
- build system (CMakeLists.txt), if applicable
#include
s from other files
Related
Wiki: Home
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.