![]() |
| | #1 |
| Registered User Join Date: Feb 2002
Posts: 20
| gnu g++ Thanks in advance for any feedback. Pete
__________________ Jim S. |
| pete777 is offline | |
| | #2 |
| Evil Member Join Date: Jan 2002
Posts: 638
| GNU is a whole buttload of programs that were created by a number of free thinking programmers in the MIT artificial intelligence lab decades ago. Without them, personal computers would not be. g++, the c++ compiler, is one of them. But a compiler is only a small part of the development process. DJGPP (DJ is his name, gpp is the dos-accepted name of g++) is a distro of the GNU tools for the windows platform. So DJGPP uses the g++ compiler, and also the loader, parser-generator, and all those other behind-the-scenes tools that make a program a program. However, DJGPP is not the only implementation of GNU tools. Originally GNU was to have it's own kernel (the GNU herd) but they tried to make an asynchronous system and Linus Torvalds beat them to the punch, creating the unified Linux kernel, which integrated well with the GNU tools, and became the accepted Free Source platform. It is really an extremely interesting story, I only wish I had been born thirty years earliar and been able to be a part of it. But then again, that would mean that I would have to wait until I was an old man to play D2 again. |
| Imperito is offline | |
| | #3 |
| Registered User Join Date: Feb 2002
Posts: 20
| gnu g++ Thanks very much, I'm almost done with Intro to C++ at school and I've been using "Turbo c++" which is very old .Someone recommended g++ to be a little more up to date. So which g++ would you suggest a novice like me should use, the DJ or should I get it directly from the GNU mirror sites? Thanks again. |
| pete777 is offline | |
| | #4 |
| Registered User Join Date: Apr 2002
Posts: 200
| I would recommend using mingw or cygwin, which are both excellent ports of gcc, gdb, ld, and others. In fact, cygwin has almost all gnu tools. Both are cmdline, but they can be tied to the bloodshed dev visual frontend. |
| fyodor is offline | |
| | #5 |
| Registered User Join Date: Feb 2002
Posts: 20
| g ++ Thanks a lot, but is that really hard to install? I'm used to clicking on a setup file and let the wizard guide me thorugh when I installed a program. I tried to download it but I got all confused with all the folders and none seem to be the setup folder/file. Any ideas? I know that it has to be simple but I've just never done it and I'm afraid I willl screw it up. Thanks for all.
__________________ Jim S. |
| pete777 is offline | |
| | #6 |
| Registered User Join Date: Apr 2002
Posts: 200
| what did you download? IIRC, bloodshed (available at www.bloodshed.net) is a very easy installation. It comes hooked with mingw.
__________________ I go to encounter for the millionth time the reality of experience and to forge in the smithy of my soul the uncreated conscience of my race. Windows XP consists of 32 bit extensions and a graphical shell for a 16 bit patch to an 8 bit operating system originally coded for a 4 bit microprocessor, written by a 2 bit company, that can't stand 1 bit of competition. |
| fyodor is offline | |
| | #7 |
| Registered User Join Date: Feb 2002
Posts: 20
| re: g++ thanks
__________________ Jim S. |
| pete777 is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| GNU Build System and referring to Libraries | orwb | Linux Programming | 7 | 12-06-2007 03:41 AM |
| Modifying the GNU GCC 2.95 compiler | shp | Linux Programming | 2 | 03-07-2004 10:45 AM |
| BSD make and GNU make problem | Skarr | Linux Programming | 4 | 09-10-2002 12:31 PM |
| GNU Public Domain Compiler | Unregistered | C Programming | 1 | 08-22-2002 06:55 AM |
| Gnu C++ | Jaguar | A Brief History of Cprogramming.com | 2 | 07-19-2002 11:42 AM |