From: "Robb Beggs" Subject: Newbie question, newbie error Newsgroups: comp.os.msdos.djgpp Message-ID: <01bd34d3$ad5c67e0$30f0a3c6@tracybuc> Lines: 19 Date: Sun, 08 Feb 1998 20:53:31 GMT NNTP-Posting-Host: pm2-1-27.cyberspc.mb.ca NNTP-Posting-Date: Sun, 08 Feb 1998 14:53:31 CST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi all. I'm new here, so I somehow feel like i should apologize for asking a simple question. But here it is anyway... When compileing the standard hello world program using c++, it first couldn't find iostream.h. So I read the docs. Discovered the directories option. So I put /include and /lang/cxx in there. Now when it reads libio.h and from there looks for stdarg.h, it's not finding stdarg.h. I'm sure the answer is in the faq or the help or the readme or the docs or this newsgroup, but I am completely new to programming in c++, and most of the information is written for people a little more clued in than I. If you could help me with this, hopefully I'll crawl back into my little corner and stay out of your way. Thanx