Message-ID: From: "McClusky, Alan" To: "'djgpp AT delorie DOT com'" Subject: Problems compiling and running a program. Date: Tue, 19 Oct 1999 09:28:37 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Reply-To: djgpp AT delorie DOT com To Whom It May Concern; I purchased the book "Teach Yourself C++ in 24 hours" and so far I am understanding everything, but I can't seem to compile and run a program; my steps are: #1 - Type a program using EDIT. #2 - Save the file with a *.CPP extension. #3 - run gxx -o hello.cpp hello.exe (from c:\djgpp) and I continually get messages dealing with "no files found, etc.." I'd like to get some hands on experience so I need some help with the compiling of the program. Thank you, Alan McClusky