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
SSIS/TSQL Three Part Naming for Temp Table
MS Access Table
Replace apostrophes in all Session Variables in C#?
htaccess Partial Query String Rewrite
How to use multiple connection strings in .net
How do I push IE 8 through WSUS using Group polciy
ISAPI REWRITE PROBLEM. Getting a 500 internal server error. Need help figuring out why?
restore from DB?
How to pass a variable into DATEADD function in SQL String
Server security analysis to determine patch level