Thursday, February 21, 2013

C++ Compiler (Code and Compile) for Linux mint/ Ubuntu Part 2

Unlike Windows the compiling in Linux is a bit tricky. Well in windows we just simply use some software like CodeBlock, Borland C etc. where we simply write the code on the panel and click on Compile and then Click on Run, "BAM" your code is done...

But my if you want to do the same thing in Linux, you are in problem my boy.
But don't worry, I'll tell you the easiest way to do it.