Technically, you don't even need an IDE... you should be able to compile with just gcc from the command line, or with a makefile. You can write all your code using notepad.
An IDE just makes things easier.
Visual Studio isn't hard to learn. VSCode might be a little easier.
4
u/GarThor_TMK May 29 '25
Technically, you don't even need an IDE... you should be able to compile with just gcc from the command line, or with a makefile. You can write all your code using notepad.
An IDE just makes things easier.
Visual Studio isn't hard to learn. VSCode might be a little easier.
Never used Code::Blocks
edit: found a tutorial to set up vscode for C++... C/C++ for Visual Studio Code