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
Weighted Java algorith for string comparison
tables with FK relationships at all
SATA hot swap in windows server 2008 (URGENT)
broadcom Nic teaming
Calendar Control in Excel 2003 VBA
Contents of "My documents" disappeared
SBS 2008 shared folder permissions problem - read only - need full control
Inserting image in Word 2007 table
How can I change the created and/or modified date of a FOLDER?
using window.open want to get rid of url bar in new window within IE7