Advertisement

How to install GNU C++?

Started by August 07, 2001 04:40 PM
0 comments, last by barty7912 23 years, 6 months ago
I''m a newbie at programing. I only had one year of experiance of Pascal. It was very laid back though. I went out and bought C++ for Dummies 4th edition and I can''t figure out how to install the complier. Here''s the directions 1. Create a directory C:\DJGPP. Of course, you may use whatever disk you prefer instead of C. (How do create a directory?) 2. Copy the complete set of GNU C++ Zip files from the CD-ROM into \DJGPP. 3. Unzip the files in the folder itself. 4. Add the following commands to your AUTOEXEC.BAT files: set PATH=C:\DJGPP\BIN;%PATH% set DJGPP=C:\DJGPP.ENV 5. Reboot to complete installation
there''s an extra line for c++. here''s what the full thing should look like:
set DJGPP=C:\DJGPP\DJGPP.ENV
set PATH=C:\DJGPP\BIN;%PATH%;
set PATH=C:\DJGPP\LIB\GCC-LIB\DJGPP\2.81;%PATH%



How many Microsoft employees does it take to screw in a light bulb?
None, they just declare drakness as a new standard.
My HomepageSome shoot to kill, others shoot to mame. I say clear the chamber and let the lord decide. - Reno 911

This topic is closed to new replies.

Advertisement