Click here to Skip to main content
15,914,452 members

Comments by pmissier (Top 3 by date)

pmissier 6-Apr-12 21:29pm View    
not really! using stringstreams is actually much simpler and less error prone! as a first step just compile my code and see whether it runs!! remember to include the following headers :

string
sstream
atlstr.h

and also add "using namespace std;"
pmissier 6-Apr-12 21:28pm View    
Deleted
string
sstream
atlstr.h

and also add "using namespace std;"
pmissier 6-Apr-12 21:27pm View    
Deleted
not really! using stringstreams is actually much simpler and less error prone! as a first step just compile my code and see whether it runs!! remember to include the following headers :

#include <string>
#include <sstream>
#include <atlstr.h>
using namespace std;