Forum     

Go Back   Digit Technology Discussion Forum > Software > Software Q&A
Register FAQ Calendar Mark Forums Read

Software Q&A Having trouble with software? Find solutions here


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 14-04-2010, 08:34 AM   #1 (permalink)
meem
 
mati17's Avatar
 
Join Date: Jan 2006
Location: Ganjdundwara
Posts: 27
Default Software for C


Dear Forum,

I am started learning 'C' Lang. Which software shud i install to make programmes in 'C' Language....?
__________________
mat..
mati17 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 14-04-2010, 09:17 AM   #2 (permalink)
Simply a DIGITian
 
krishnandu.sarkar's Avatar
 
Join Date: Nov 2007
Location: Kolkata
Posts: 2,949
Default Re: Software for C

The thing you are refering are not called softwares. They are compiler's.

Well......for your query. Dev C++
__________________
  • Read The Forum RULES First.
  • Before PM'ing Or Asking Any Questions To Any Mod Read The FAQ's
  • Before Starting A New Thread Read The STICKY THREADS First
  • Before Participating In Bazaar Section Read The BAZAAR RULES
krishnandu.sarkar is online now  
Old 14-04-2010, 11:53 AM   #3 (permalink)
In The Zone
 
TheHumanBot's Avatar
 
Join Date: Sep 2008
Posts: 320
Default Re: Software for C

Intel has released some c++ compilers.
__________________
Twitter Handle : /TheHumanBot
TheHumanBot is offline  
Old 14-04-2010, 01:11 PM   #4 (permalink)
meem
 
mati17's Avatar
 
Join Date: Jan 2006
Location: Ganjdundwara
Posts: 27
Default Re: Software for C

@krishnandu.sarkar
Thanks buddy !!!
__________________
mat..
mati17 is offline  
Old 15-04-2010, 10:30 AM   #5 (permalink)
Apprentice
 
devgujar's Avatar
 
Join Date: Sep 2006
Location: Pune
Posts: 65
Default Re: Software for C

Online compiler is available with examples.

www.ideone.com
__________________
I hate teachers ...off course Google is an exception......
Web-Page: www.invalidsector.com
E_Mail:devgujar [AT] gmail [DOT] com
devgujar is offline  
Old 27-04-2010, 11:42 PM   #6 (permalink)
Apprentice
 
Join Date: Oct 2005
Location: Kolkatta
Posts: 86
Default Re: Software for C

You Can Also Use The Turbo C++ Compiler. You Can Download it from here.
Turbocpp.exe
http://www.box.net/shared/tmgrfue1sf
__________________
Join My Mailing List at
http://groups.google.co.in/group/cooldev007smail
cooldev007 is offline  
Old 07-05-2010, 09:12 AM   #7 (permalink)
In The Zone
 
ramprasad's Avatar
 
Join Date: May 2004
Location: 00-1D-7D-5A-34-2E
Posts: 375
Default Re: Software for C

U can also use NetBeans IDE with C/C++ plugins
ramprasad is offline  
Old 07-05-2010, 09:41 AM   #8 (permalink)
Uhu, Not Gonna Happen!
 
gagan007's Avatar
 
Join Date: Nov 2005
Location: Bangalore
Posts: 1,160
Default Re: Software for C

turboC++ is the best compiler to learn C++....pickup Let Us C (yes it is C not C++) by Yashwant Kanitkar...the best book in the market...
__________________
My personal blog - http://gagan.scholarguru.com
gagan007 is offline  
Old 12-05-2010, 07:43 PM   #9 (permalink)
Right Off the Assembly Line
 
Join Date: May 2010
Posts: 3
Default Re: Software for C

Turbo C.....one of the best compilers.
◕B.MANjESH09◕ is offline  
Old 13-05-2010, 11:30 AM   #10 (permalink)
Wire muncher!
 
infra_red_dude's Avatar
 
Join Date: Nov 2003
Posts: 6,164
Default Re: Software for C

Quote:
Originally Posted by krishnandu.sarkar View Post
Dev C++
+1

Quote:
Originally Posted by ramprasad View Post
U can also use NetBeans IDE with C/C++ plugins
That's a nice option too.

Personally, if you are just starting to learn C/C++ I would recommend the following:

1) Windows platform: Visual C++ Express Edition (2008)
2) Portable (Windows/UNIX): Eclipse or Dev C++ and GCC backend

Both VS and Eclipse are very mature IDE and would help you learn debugging which is a very essential aspect of programming. While GCC is more standards compliant (C99), Visual C++ is still getting there. But at this point, you don't care much about portability (if your code is very complex with millions of lines of code and you need to ensure that it runs fine on Windows as well as UNIX).

Quote:
Originally Posted by vishalgmistry View Post
Intel has released some c++ compilers.
It is not free. You need to have a license for that.

Quote:
Originally Posted by cooldev007 View Post
You Can Also Use The Turbo C++ Compiler....
Quote:
Originally Posted by ◕B.MANjESH09◕ View Post
Turbo C.....one of the best compilers.
Quote:
Originally Posted by gagan007 View Post
turboC++ is the best compiler to learn C++....
OMFG!! I don't believe people still use and recommend this ancient, obsolete, dead compiler/IDE! My advice to everybody - if you are planning to use Turbo C/C++ then stay away! If you are already using it, stop!!!! Change your compiler! The company which made these compilers [Borland] sold it off like 15 years ago to another company.

This compiler has not been updated since, I guess, 1996!!!! Please, stop using this compiler and stop recommending it to people. Use a more standard and mature compiler like GCC (with Dev C++ IDE etc.) or MS Visual Studio or if you have lots of money or can get an academic license Intel's C++ compiler is the best on Intel hardware.

[Borland - the developer of Turbo C/C++ compiler - sold the whole compiler division to some other company and that came out with a C/C++ compiler called, I think, Rad C++ or something. I've never used it, nor seen anyone use it; so can't recommend it].

Quote:
Originally Posted by gagan007 View Post
pickup Let Us C (yes it is C not C++) by Yashavant Kanetkar...the best book in the market...
I agree with you on that, though. It's a good book for beginners, though, most of the stuff in it is outdated [and specific to Turbo C/C++] and is not C99 standard compliant.
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."

http://phoenix-ani.blogspot.com
infra_red_dude is offline  
Old 13-05-2010, 05:47 PM   #11 (permalink)
Alpha Geek
 
CA50's Avatar
 
Join Date: May 2007
Location: GraveYard
Posts: 918
Default Re: Software for C

Try DevC++, it is free and also fully compatibility under windows 7. Turbo C or Turbo C++ is another great compiler, but windows 7 compatibility is an issue.
A
Both are free. So try any one.
__________________
| A Bit IP35-Pro | E8400 | GTS250 | Gskill 2x2GB | 1.9 TB | CM EP+ 460W | 2x DVD-RW|
| Win XP x86 | Win 7 Ult x86 | LinuxMint |
| Nokia 2700c |
CA50 is offline  
Old 13-05-2010, 09:25 PM   #12 (permalink)
Broken In
 
pushkar's Avatar
 
Join Date: May 2006
Posts: 196
Default Re: Software for C

Quote:
1) Windows platform: Visual C++ Express Edition (2008)
Visual Studio Express 2010 came out few weeks ago. No need to go for an older version.
pushkar is offline  
Old 14-05-2010, 08:16 AM   #13 (permalink)
Wire muncher!
 
infra_red_dude's Avatar
 
Join Date: Nov 2003
Posts: 6,164
Default Re: Software for C

Quote:
Originally Posted by CA50 View Post
Turbo C or Turbo C++ is another great compiler, but windows 7 compatibility is an issue.
No No No.. please. No Turbo C/C++! Sure, I too was a fan of it 10 years ago, but not today!

Quote:
Originally Posted by pushkar View Post
Visual Studio Express 2010 came out few weeks ago. No need to go for an older version.
My bad, I should've mentioned 2010. This version is almost C99 compliant. Thank you for correcting
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."

http://phoenix-ani.blogspot.com
infra_red_dude is offline  
Old 14-05-2010, 08:27 AM   #14 (permalink)
Alpha Geek
 
CA50's Avatar
 
Join Date: May 2007
Location: GraveYard
Posts: 918
Default Re: Software for C

Quote:
Originally Posted by infra_red_dude View Post
No No No.. please. No Turbo C/C++! Sure, I too was a fan of it 10 years ago, but not today!
Hmmmm.... actually you are right after laying my hands on DevC++, i don`t look backward toward Turbos
__________________
| A Bit IP35-Pro | E8400 | GTS250 | Gskill 2x2GB | 1.9 TB | CM EP+ 460W | 2x DVD-RW|
| Win XP x86 | Win 7 Ult x86 | LinuxMint |
| Nokia 2700c |
CA50 is offline  
Old 15-05-2010, 11:53 AM   #15 (permalink)
In The Zone
 
cooldip10's Avatar
 
Join Date: Mar 2005
Location: New Delhi
Posts: 493
Default Re: Software for C

For starters, Turbo C++ is good option.

But to be a good C programmer, you need to shift to GCC. Turbo has become outdated for quite sometime.

But I would like to mention one thing, after learning C, you will have to move on to C++ as most common languages are Object Oriented. Google it you will get more info.

On windows platform: I would suggest Dev C++/Codeblocks.. Then you can move to Visual Studio (But that is 6-8 months after you start).
__________________
Everything is Possible
cooldip10 is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
15 Must-Have Free Software Programs pravinbv Freeware 91 09-01-2012 04:39 PM
Why are the prices of Antiviruses software so low? dubey.vibhu Software Q&A 3 17-04-2010 03:55 AM
Contacts Backup Software for Nokia E90 Charan Mobiles and Tablets 3 03-03-2010 11:47 PM
Free Software Daily-For FOSS News, a DIGG like site praka123 Open Source 2 13-06-2007 01:43 AM
Types of software rajivrocks Tutorials 7 11-01-2007 08:55 PM

 
Latest Threads
- by gohan89
- by ico
- by clinton
- by Sujeet
- by Tenida
- by iinfi

Advertisement




All times are GMT +5.5. The time now is 09:55 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2