3Lesson 3 of 23
Save code as a C++ source file
C++ starts as plain text: characters your editor saves exactly, not a document with hidden formatting. A file like main.cpp can be opened, read, copied, and compiled because it is just text.
main.cpp