home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   comp.lang.c++.moderated      Moderated discussion of C++ superhackery      33,346 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 32,983 of 33,346   
   Joe Bentley to All   
   Is the string header file required?   
   12 Apr 13 02:50:39   
   
   From: joe.foxhound@googlemail.com   
      
   It seems that a few compilers are letting me get away without   
   including the string header file.   
      
   #include    
   // #include    
   using namespace std;   
      
   int main()   
   {   
        string s;   
        s = "have a nice day";   
        cout << s << endl;   
        return 0;   
   }   
      
   Are they just being nice to me?   
   Does the "standard" say anything about this?   
      
      
   --   
         [ See http://www.gotw.ca/resources/clcm.htm for info about ]   
         [ comp.lang.c++.moderated.    First time posters: Do this! ]   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca