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
VB.net Tab Control - How to reuse control names on tabs
basic question about factorials
unknown/unauthorized user profiles on Server 2008
CSS Tabbed Layout IE6 Question, Part 2
Installation Failed on Routing and Remote Access
Getting the correct Form name for a field
delphi Run once
Windows Vista Security Center will not start
Hosts file resolution does not work
Attempt to change ServerLimit ignored during restart. Apache ServerLimit.