delorie.com/archives/browse.cgi | search |
From: | "Damian Yerrick" <web DOT poison AT pineight DOT 8m DOT com> |
Newsgroups: | comp.os.msdos.djgpp |
References: | <3 DOT 0 DOT 5 DOT 32 DOT 19991021100657 DOT 0079ad00 AT student DOT eup DOT k12 DOT mi DOT us> |
Subject: | Re: please help!! |
Lines: | 30 |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-Newsreader: | Microsoft Outlook Express 5.00.2314.1300 |
X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2314.1300 |
Message-ID: | <PJJP3.566$SS6.15213@dfiatx1-snr1.gtei.net> |
X-Trace: | /ba9QeRZb8p1h+ppNAJQffVEp3KnTo7HbMUV+i+gTEO+QUNBsv6tTxeh7Etj0nI6zSpsmJq2yaP8!2awQqS5at2HSUlLJXHsLsamw/Q0XZ/J/9V+0dQIENXhoONgEOc3DTTUg8uQp1itJXuB060xy |
X-Complaints-To: | abuse AT gte DOT net |
X-Abuse-Info: | Please be sure to forward a copy of ALL headers |
X-Abuse-Info: | Otherwise we will be unable to process your complaint properly |
NNTP-Posting-Date: | Thu, 21 Oct 1999 19:22:23 GMT |
Distribution: | world |
Date: | Thu, 21 Oct 1999 19:22:23 GMT |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
blackphantom <ss00eitremn AT student DOT eup DOT k12 DOT mi DOT us> wrote: > i just started to try and program with c++ and i bought this "sams teach > yourself c++, complete compiler edition, third edition" but i can't start > the actual compiler to compile the coding. how do i go about starting it. My copy of Sams TY C++ came with crappy Borland C++ 3.1. 1. Get DJGPP at the Zip Picker. http://www.delorie.com/djgpp/ 2. Install DJGPP according to readme.1st 3. Set the path and DJGPP environment variables properly in autoexec.bat; then restart DOS. 4. Change to your program's folder, and type this into a DOS prompt: gcc hello.c -o hello.exe 5. run hello.exe Hope this helps. -- Damian Yerrick CM 398, Rose-Hulman Institute of Technology 5500 Wabash Ave | Terre Haute, IN 47803 http://come.to/yerrick <- redpinocchio http://yerricde.tripod.com/ <- pinocchio's brother
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |