| delorie.com/archives/browse.cgi | search |
| Message-Id: | <3.0.5.32.19980211115618.007ecc60@mail.kudos.net> |
| Date: | Wed, 11 Feb 1998 11:56:18 -0500 |
| To: | djgpp AT delorie DOT com |
| From: | Gerald Wann <photonuv AT kudos DOT net> |
| Subject: | <string.h> |
| Mime-Version: | 1.0 |
Hi -
I'm new to djgpp and want to create String objects in a program. However, when
i try the simple test program
#include <string.h>
int main(void)
{
String aString;
return 0;
}
i get a parse error on the first line where i try to instantiate a string
object.
What am i doing wrong (probably something very silly :-)?
Thanks
Jerry
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |