Showing posts with label programming. Show all posts
Showing posts with label programming. Show all posts

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.

Saturday, January 26, 2013

C++ Compiler for Linux mint/ Ubuntu (g++ compiler) Part 1

Students who are bound to do some programming and people who love programming but uses Linux Mint or Ubuntu does not get the Turbo C/C++, Borland C++, Code Block etc software.

So should you stop learning C++ ?


Hell no.

Dont worry I'll give you two ways of installing C++ compiler in Ubuntu and Linux mint (Online and Offline). For C++ programs you can use G++ compiler an advanced compiler with lot of features.


Online:

To install G++ type following command at command line.