0

Can you run C++ in linux?

C++ on linux question

13th Apr 2018, 11:02 AM
Xander Lim
Xander Lim - avatar
5 Answers
13th Apr 2018, 12:26 PM
Manual
Manual - avatar
+ 1
download codeblocks.
13th Apr 2018, 11:08 AM
Akib
Akib - avatar
+ 1
Linux generally comes with a predefined C compiler, named gcc, and a C++ compiler, g++, which is just almost the same as gcc.
13th Apr 2018, 11:22 AM
Bebida Roja
Bebida Roja - avatar
+ 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 :)
13th Apr 2018, 11:47 AM
Bartosz Pieszko
Bartosz Pieszko - avatar
0
ok i will try it
16th Apr 2018, 4:44 AM
Xander Lim
Xander Lim - avatar