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 Subject: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Precedence: bulk Hi - I'm new to djgpp and want to create String objects in a program. However, when i try the simple test program #include 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