244
edits
No edit summary |
|||
| Line 65: | Line 65: | ||
} | } | ||
The [[Programming On Redbrick]] page explains how to compile C++ programs. Just to recap, we'll go over it again (oh joy!) | The [[Programming On Redbrick]] page explains how to compile C++ programs. Just to recap, we'll go over it again (oh joy!) Press CTRL+O to bring up the save option, enter to save and then CTRL+X to exit. | ||
g++ -o first first.cpp | g++ -o first first.cpp | ||
edits