What is the best IDE or compiler to begin Programming in C

C, C++, Visual C++, C++.Net Topics
Post Reply
CAT77
Sergeant
Sergeant
Posts: 14
Joined: Fri Nov 15, 2013 8:18 pm

What is the best IDE or compiler to begin Programming in C

Post by CAT77 » Wed Nov 20, 2013 3:23 pm

I am a beginner in programming. After I read site Admin's tutorial "How to start programming" I decided to learn C. But I can't find a suitable IDE or compiler to write programs in C. What is the best IDE or compiler to begin programming in C? :?: :? Thanks in advance :)
User avatar
SemiconductorCat
Major
Major
Posts: 455
Joined: Mon Aug 22, 2011 8:42 pm
Location: currently in hyperspace

Re: What is the best IDE or compiler to begin Programming in C

Post by SemiconductorCat » Wed Nov 20, 2013 8:39 pm

First of all I could not decide a IDE for you.It depends on you.

But I suggest you to eclipse or codeblocks. Normally I do use eclipse and emacs. Most of my friends in the
industry does use eclipse. [please note that I'm yet not working in the industry as a C/C++ programmer].

Other choices are Netbeans, Visual Stuido etc etc.
can't answer this question clealy. Since IDE is depend on the operating system and your favor. Favour that you
does have. This depends on the technologies that you want to learn/work. For a example wxWidgets are well supported
on Code::blocks, gcc is well supported on code:blocks but microsoft C compiler does not support well on it.

There's nothing wrong with Code::blocks since it could be used to write device drivers too.


When it comes to debugging , and if you are a newbie, Visual C++ does have good tools more than debugging.
For a example , spy++, dll walker etc. Some are avaliable to download freely through http://sysinternals.com/
When programming with win32/win64 , when you need to edit you resources I didn't find a good resource compiler
on CodeBlocks yet. But that's on visual studio.

Please describe your operating system, computer hardware and the plactofrm that you are developing.
Platform means even if you are programming on windows , windows does support many subsystems,
win16,win32,win64, POSIX and CLI.

if you are on linux your target environment is linux-i386-elf.



To install codeblocks on linux, connect your computer to the internet and then

Code: Select all

#sudo apt-get -s install codeblocks

it's easy if you downloaded the Kali linux distribution and install it on your computer first, because learning programming
is easy with it.
CAT77
Sergeant
Sergeant
Posts: 14
Joined: Fri Nov 15, 2013 8:18 pm

Re: What is the best IDE or compiler to begin Programming in C

Post by CAT77 » Wed Nov 20, 2013 9:33 pm

Thanks SemiconductorCAT ;)
Below are the my system information.
OS-Windows 7 home premium 64-bit
system manufacturer-HP
system model- HP ProBook 4540s
Processor- Intel(R) core(TM) i5 3210 M [email protected](4 CPUs),2.5GHz
Memory-4096 RAM
I am a total Newbie for computer programming. :? :)
CAT77
Sergeant
Sergeant
Posts: 14
Joined: Fri Nov 15, 2013 8:18 pm

Re: What is the best IDE or compiler to begin Programming in C

Post by CAT77 » Thu Nov 21, 2013 10:57 am

I installed CODE BLOCKS. :) ;)
But I get this error message whenever i launch it? What may be the error with it? :oops: :oops:

Mingw32-gcc.exe-No Disk
There is no disk in the drive. Please insert a disk in to drive
Device\Harddisk\DR2.

The given options are to "Cancel", "Try Again", "Continue" :shock: :?
Thanks in Advance
User avatar
SemiconductorCat
Major
Major
Posts: 455
Joined: Mon Aug 22, 2011 8:42 pm
Location: currently in hyperspace

Re: What is the best IDE or compiler to begin Programming in C

Post by SemiconductorCat » Thu Nov 21, 2013 2:41 pm

Are you installed code::blocks on a removal drive?

Second thing I do suggest you to enable privildges to execute gcc.exe for every user.
Go to folder options and permissions and enable it to all users.
This is a problem on windows 7 and above.
CAT77
Sergeant
Sergeant
Posts: 14
Joined: Fri Nov 15, 2013 8:18 pm

Re: What is the best IDE or compiler to begin Programming in C

Post by CAT77 » Fri Nov 22, 2013 12:17 am

No, I installed it on C with CODE BLOCKS. :o
I'll try what you recommend. ;)
thank you, :)
Post Reply

Return to “C/C++ Programming”