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
namespace question
MSG 3930 error in sqlserver2008
I am looking forward to learn about JSF with ICEfaces
Internet Explorer Nonfunctional After IE8 Upgrade
vbscript exit if file exists
Google Adword
some emails arrive on blackberry but not in outlook
Finding file owner - getting an error: identity references could not be translated
Printer Migration from Windows 2003 to Windows 2008 R2
What is a strong name?