Microsoft
Software
Hardware
Network
Question : How do I put integers into a string?
Is this right?
intX = 1;
intY= 2;
stringstream ss;;
string s;
ss << intX << " , " << intY;
s = ss.str();
should the output of s be: 1,2?
Answer : How do I put integers into a string?
Yes.
Random Solutions
ACT 2009 - How to Move database
'SettingsSingleFileGenerat
or' 'ResXFileCodeGenerator' problem
Does anyone know how to make a disk image from the iphone memory?
DOS print to PDF ?
Update Panel not loading DropDown
SQL AFTER UPDATE TRIGGER
auto run lightbox
asp.net, c#, drop down list error
Help needed with iphone Configuration Utility, SSL certificates ,& SBS 2003
Creation of a CSV file in ASP