6 ms·
How to compile a C or C++ program is also a turnoff, right?
by AstralStorm 1y ago
How to compile a C or C++ program is also a turnoff, right?
- Yoric 1y agoI didn't teach intro to C or C++, so I can't compare for certain. From my recollections as a student, compiling C or C++ in intro classes was just a matter of calling `gcc myprogram.c` or `g++ myprogram.cpp`, followed by `./a.out` for testing, which is rather easy to explain to students who already know what a command-line is.