0
Can you run C++ in linux?
C++ on linux question
5 Answers
+ 4
Code blocks ide
https://www.sololearn.com/discuss/608805/?ref=app
+ 1
download codeblocks.
+ 1
Linux generally comes with a predefined C compiler, named gcc, and a C++ compiler, g++, which is just almost the same as gcc.
+ 1
If you want to use Linux for programming then do not use Code::Blocks...
Try to understand how compiler works and compile your programs in terminal or make makefile (running through terminal). Additonaly download some editor with nice syntax like SublimeText 3 or Atom and code code code :)
0
ok i will try it