Message-ID: <36A6C4C9.B375C803@worldnet.att.net> Date: Thu, 21 Jan 1999 00:10:17 -0600 From: Mack McNeely X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: library stuff (AP Class) Content-Type: multipart/alternative; boundary="------------45763D8C7A6758DD48A26164" Reply-To: djgpp AT delorie DOT com --------------45763D8C7A6758DD48A26164 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I am a senior in AP Computer Science II. My class uses Borland C++5.02. I got DJGPP because I need to start working on the projects at home and I needed a compiler. I have been taught everything to do with strings and vectors with a special group of files created by The college board AP Computer Science. I downloaded all the files from this address: "http://www.collegeboard.com/ap/computer-science/html/classes.html". I put all the header files in the c:\djgpp\include directory and I put the .cpp files in a directory called apclass at c:\djgpp\addons\apclass. I compiled apstring.cpp from the command prompt and that worked fine. However, when I tried that with the other files I got these three lines:( I'll use the example of apvector.cpp) " In file included from apvector.cpp:17: c:/djgpp/lang/cxx/apvector.h:127: apvector.cpp: No such file or directory (ENOENT )" This is a character for character copying precise down to the slashes. Please tell me what my problem is. and why it is printing / instead of \ in this line: c:/djgpp/lang/cxx/apvector.h:127: apvector.cpp: No such file or directory (ENOENT). I am sure it is just some stupid mistake but please help me fix it. Until it is fixed I cannot work on my school stuff. And any help on commands for plain old strings, and vectors would be helpful too. Thanks, Mack McNeely P.S. Please respond to my E-mail address, Mackdaddy AT worldnet DOT att DOT net --------------45763D8C7A6758DD48A26164 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit I am a senior in AP Computer Science II. My class uses Borland C++5.02. I got DJGPP because I need to start working on the projects at home and I needed a compiler.   I have been taught everything to do with strings and vectors with  a special group of files created by The college board AP Computer Science. I downloaded all the files from this address: "http://www.collegeboard.com/ap/computer-science/html/classes.html".
I put all the header files in the c:\djgpp\include directory and I put the .cpp files in a directory called apclass at c:\djgpp\addons\apclass.  I compiled apstring.cpp from the command prompt and that worked fine.  However, when I tried that with the other files  I got these three lines:( I'll use the example of apvector.cpp)
" In file included from apvector.cpp:17:
c:/djgpp/lang/cxx/apvector.h:127: apvector.cpp: No such file or directory (ENOENT
)"
This is a character for character copying precise down to the slashes.  Please tell me what my problem is.  and why it is printing / instead of \ in this line:
c:/djgpp/lang/cxx/apvector.h:127: apvector.cpp: No such file or directory (ENOENT).
I am sure it is just some stupid mistake but please help me fix it.  Until  it is fixed I cannot work on my school stuff.  And any help on commands for plain old strings, and vectors would be helpful too.  Thanks,
Mack McNeely
P.S. Please respond to my E-mail address,  Mackdaddy AT worldnet DOT att DOT net --------------45763D8C7A6758DD48A26164--