| delorie.com/archives/browse.cgi | search |
| From: | s DOT t DOT a AT n DOT h DOT b DOT com (Upgrade) |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | File not found (again and again) |
| Date: | Mon, 05 Jan 1998 06:20:53 GMT |
| Organization: | UUNET Canada News Transport |
| Lines: | 23 |
| Message-ID: | <34b07937.20155392@nntp.uunet.ca> |
| NNTP-Posting-Host: | 205.150.14.241 |
| Mime-Version: | 1.0 |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Hello
I set up djgpp and compiled the beginners "Hello World" in C
and it worked fine. However when I tried it in C++ with the following
code it then says it can't find this file then that. If I correct the
path then it is unable to find another file. For Instance; iostream.h
is in \lang\cxx then when it tries to link to stdarg.h it can't find
it. It's in \include.
#include <iostream.h>
int main();
{
cout <<"Hello World!\n";
return 0;
}
From Learn C++ in 21 Days
Could someone help me with this. I am about to put C++ on the back
burner and focus on Visual Basic.
Thank you in advance
Scott
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |