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
phpmailer problem after migrating from Windows WAMP to Ubuntu LAMP
DockForm.DCU not found?
how can i create window service in C# using InstallUtil.exe ??
Forward meeting requests to another mailbox
css
looking for a powerful ActionScript 3 isometric engine
Internal Server Error
Shared calendar does not show appointments until refreshed
Return a value if date field is equal to the present date.
Can we split name in HTML