View Single Post
Old 11-08-2006, 11:59 PM   #11 (permalink)
JGuru
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: cant declare a string variable...

It goes like this :
Code:
 
#include <string>
#include <iostream>

using namespace std;

int main()
{
       // Write what you need to do here
      // ------------
     return 0;
 }
JGuru is offline