![]() |
IOBit Software
|
|
|
||||||
| Programming Place to discuss programming including HTML, Java, C++, MySQL and others. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Hey
I have been searching around for C++ Compilers and i came accross compilers basically of 2000 etc now if i need new compilers where would i get them and what is the difference between an ide and compilers i know its a foolish question but i can't figure it out so help me out |
| Sponsored links |
|
|
|
#2
|
|||
|
|||
|
A compiler compiles the code and debugs is, an IDE is like a helper program. If your nly starting out start with an IDE like Microsoft Visual C++. Brilliant program and the Expess version is free....
|
| The Following User Says Thank You to Dark_Horse For This Useful Post: | ||
giniBadshaah (08-21-08) | ||
|
#3
|
||||
|
||||
|
IDE = Integrated Development Environment
It's like Visual C++, bloodshed dev c++, and a number of other programs. It combines a notepad-like editor with syntax highlighting and error catching and integrates it with the compiler. Compilers alone are usually command-line affairs, in which you open the text editor of your choice, save your work, and use the command line tools to build it. No error checking is done as you code, save for yourself, no intellisense, etc. The long and short of it is an IDE is also a compiler, but a compiler is not necessarily and IDE. IDE's just make it easier to code, debug, and test in some people's opinion. A lot of the old hardcore geek programmers prefer the command-line compilers. Some programmers are completely lost without their IDE. If you want a C++ compiler for free, I'd recommend Visual C++ Express or Bloodshed Dev. |
| The Following User Says Thank You to asplode For This Useful Post: | ||
giniBadshaah (08-21-08) | ||
|
#4
|
||||
|
||||
|
I use gcc, the GNU compiler. I don't think it is a Visual C++ compiler, though. I hand code the Windows interactions. I hear Visual C++ Express is good, but Bloodshed Dev seems to be a favorite in more of the references I've found, like C++ books, magazines, and Websites. I guess you could try them both and see which you prefer.
__________________
I.think(code); I.eat(code.spaghetti); |
| The Following User Says Thank You to PC-XT For This Useful Post: | ||
giniBadshaah (08-21-08) | ||
|
#5
|
|||
|
|||
|
first i would like to thank all of you for replying this
but i would like to know how i could i work with projects i want an ide in which i shall open a new cpp file and just compile it and i am asking this because i am learning c++ as it is in my curriculum and i just want a simple output giving compiler/ide and if i am asking something wrong clear that thing out Last edited by giniBadshaah; 08-21-08 at 08:43.. Reason: just typed wrong |
| Sponsored links |
|
|
|
#6
|
||||
|
||||
|
Quote:
|
|
#7
|
||||
|
||||
|
I tried Bloodshed Dev C++ and I like it. I got it from a CD that came with a book (so it's probably not the current version), but I think the url fo the current one is http://www.bloodshed.net/devcpp.html
__________________
I.think(code); I.eat(code.spaghetti); |
| The Following User Says Thank You to PC-XT For This Useful Post: | ||
giniBadshaah (08-24-08) | ||
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| any one know any free BASIC compilers? | THE_INFERNO | Programming | 6 | 11-08-04 14:24 |