|
|
|
|
|
by TisenoT
3119 days ago
|
|
>This also makes C++ more difficult to teach. The first hours of a C++ class are rarely rewarding as the students must learn how to set up a small project before writing any code. And then, a lot more time is required before their work can result in any visual outcome. Install a c++ compiler, create main.cpp, `g++ main.cpp` What am I missing? |
|
The students don't know anything about the CLI. They might not know what a directory is or how to cd to it. They may have to install multiple packages. On certain operating systems they'll have to set some PATH variables.
I'm not saying it shouldn't be that easy, but due to failures in earlier education it's not.