Which compiler should I use for C or C++?

This is my first post in my blog . As my career is related with computers/software,

I would like to tell you which compiler one should  use for different purposes.

First thing is that if you are beginner (i.e. you have just learn to write “Hello World”)

then my suggestion is turbo C is more preferable.If you use vista then use turbo-c 4.5

as other versions of turbo C will not work in vista and for xp users they can try any version of turbo-c.

Once you are done with Hello World then you must try Dev-Cpp compiler/IDE  as

It uses the MinGW port of the GCC (GNU Compiler Collection) as its compiler

and debugging is very easy, so one can easily find his bugs in program.

If you use  linux then you can use GCC/G++.

My suggestion will be don’t use gcc in linux as it’s not easy to debug your code

using gnome debugger.

You can download Dev-Cpp here. If you find some trouble with dev-cpp then

do some google you may find a solution or else post your comment here

I can help you at my best.

Further if you want to make a project then Dev-cpp can be used but my suggestion

will be to use visual c++ or net-beans.

Check out some coding sites like SPOJ or TOPCODER they will improve your coding

skills. For SPOJ you should use Dec-cpp not turbo C.

Thank you for your time for reading my blog.

Advertisement

~ by prashantthorat on March 25, 2009.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

 
Follow

Get every new post delivered to your Inbox.