| www.delorie.com/archives/browse.cgi | search |
| Message-ID: | <3741F4A8.FF5F28FD@unb.ca> |
| Date: | Tue, 18 May 1999 19:15:52 -0400 |
| From: | Endlisnis <s257m AT unb DOT ca> |
| X-Mailer: | Mozilla 4.51 [en] (Win95; U) |
| X-Accept-Language: | en |
| MIME-Version: | 1.0 |
| Newsgroups: | comp.os.msdos.djgpp |
| To: | djgpp AT delorie DOT com |
| Subject: | Re: _String.h Error in compiling C++ program |
| References: | <19990518045020 DOT 62062 DOT qmail AT hotmail DOT com> |
| X-Info: | BrunNet, Inc. 888-278-6638 |
| Reply-To: | djgpp AT delorie DOT com |
Paul H wrote:
> Hello,
>
> 2 Things:
>
> When I compile the following program:
>
> #include <iostream.h>
> #include <iomanip.h>
> #include <_String.h>
>
> int main () {
> String abc;
> abc = "test";
> cout << abc;
>
> return 0;
> }
>
> I get the following results with gxx:
>
> C:\Development\c>gxx -o test.ext test.o
How did you get the ".o" file?
--
(\/) Endlisnis (\/)
s257m AT unb DOT ca
Endlisnis AT HotMail DOT com
ICQ: 32959047
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |