+ 1
how to run c++ code in Ubuntu
I am new to c++ programming and I want to know how can I run my code c++ in my Ubuntu system.
3 odpowiedzi
+ 2
if you're looking for an ide codeblocks works and has a tutorial on how to set up the gcc compiler with Linux. or you can compile straight from the command line with gcc. a quick Google search will show you how to list the files. as far as running your code once compiled you type ./MyProgram
+ 1
Go ορen Ubuntυ Software, search for Codeblocks and click on install button
0
Why is everyone here so obsessed with Code::Blocks? ;-)