Results 1 to 9 of 9

Thread: C++ Question on String (Resolved)

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2003
    Posts
    153

    C++ Question on String (Resolved)

    But how come i cannot declare String??
    There's an error: Undeclared identifier "string"

    i have already included string.h

    #include <iostream>
    #include <fstream.h>
    #include <stdlib.h>
    #include <STRING>

    int main () {

    String A;
    return 0;
    }
    Last edited by Shaman; Dec 7th, 2003 at 09:34 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width