From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Michael Ryckman To: help-gcc@gnu.org Subject: CC help Date: Mon, 19 Jun 2000 09:38:00 -0000 Message-id: X-SW-Source: 2000-06/msg00085.html Hello. I am currently using your C++ compiler, and I have a few questions I cannot find the answers to: first, how do i use namespaces? I am trying to use namespace std and the compiler doesn't recognize the using namespace std command. Second, how do I declare strings? I have included the header file but the compiler will not recognize the declaration string myString; or String myString; It recognizes the header file fine, but I get the error message: "Error: string is not defined." Thank you for your help. Sincerely, Eric Ryckman eryckman@math.lsa.umich.edu