wjthomas
Starting Member
1 Posts |
Posted - Jan 30 2025 : 08:19:44 AM
|
1. Create a header file using "Create File...". 2. Name the file using ".hpp" as the extension. 3. In the new header file, add code with implementation. 4. Move the implementation to a new ".cpp" file using "Move Implementation to Source File". 5. When the ".cpp" file is created, the #include directive at the top will have the filename as ".h" instead of the expected ".hpp".
|
|