Click here to Skip to main content
15,888,461 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Exit with confirmation Pin
José Luis Sogorb3-Feb-03 5:58
José Luis Sogorb3-Feb-03 5:58 
GeneralRe: Exit with confirmation Pin
Christian Graus3-Feb-03 9:44
protectorChristian Graus3-Feb-03 9:44 
GeneralBinding socket fails Pin
willempipi2-Feb-03 23:27
willempipi2-Feb-03 23:27 
GeneralRe: Binding socket fails Pin
Mike Nordell2-Feb-03 23:54
Mike Nordell2-Feb-03 23:54 
GeneralRe: Binding socket fails Pin
willempipi2-Feb-03 23:56
willempipi2-Feb-03 23:56 
Generalstd::string error after append Pin
justin2232-Feb-03 23:22
justin2232-Feb-03 23:22 
GeneralRe: std::string error after append Pin
Rage2-Feb-03 23:27
professionalRage2-Feb-03 23:27 
GeneralRe: std::string error after append Pin
justin2232-Feb-03 23:35
justin2232-Feb-03 23:35 
nope. this is what i wrote:

strInsert = "<";
strInsert += szName;
strInsert += ">";
strInsert += strValue;
strInsert += "</";
strInsert += szName; //this line f***sup the whole string
strInsert += ">\r\n";

Can anyone tell me if the above commented line f***s up the string?
The string looks like this before the commented line:
<hejsan>yah</
And after it:
8Hsan>yah</

GeneralRe: std::string error after append Pin
jhwurmbach2-Feb-03 23:48
jhwurmbach2-Feb-03 23:48 
GeneralRe: std::string error after append Pin
Mike Nordell2-Feb-03 23:50
Mike Nordell2-Feb-03 23:50 
GeneralRe: std::string error after append Pin
justin2232-Feb-03 23:59
justin2232-Feb-03 23:59 
QuestionHow to set custom size for thumb of slider control Pin
Subrahmanyam2-Feb-03 23:16
Subrahmanyam2-Feb-03 23:16 
Generaltomcat server Pin
venkigdl2-Feb-03 23:13
venkigdl2-Feb-03 23:13 
GeneralRasDial issue Pin
BlackSmith2-Feb-03 23:12
BlackSmith2-Feb-03 23:12 
GeneralRasDial issue Pin
BlackSmith2-Feb-03 23:12
BlackSmith2-Feb-03 23:12 
GeneralAbout bitmaps Pin
SatyaDY2-Feb-03 23:12
SatyaDY2-Feb-03 23:12 
GeneralRe: About bitmaps Pin
Mike Nordell2-Feb-03 23:22
Mike Nordell2-Feb-03 23:22 
GeneralRe: About bitmaps Pin
SatyaDY3-Feb-03 0:19
SatyaDY3-Feb-03 0:19 
GeneralRe: About bitmaps Pin
Mike Nordell3-Feb-03 0:59
Mike Nordell3-Feb-03 0:59 
GeneralRe: About bitmaps Pin
SatyaDY3-Feb-03 1:47
SatyaDY3-Feb-03 1:47 
GeneralRe: About bitmaps Pin
Mike Nordell3-Feb-03 1:52
Mike Nordell3-Feb-03 1:52 
GeneralRe: About bitmaps Pin
SatyaDY3-Feb-03 18:48
SatyaDY3-Feb-03 18:48 
Generalusing setvalue in excel automation Pin
Gérald Mercet2-Feb-03 22:50
Gérald Mercet2-Feb-03 22:50 
GeneralRe: using setvalue in excel automation Pin
HENDRIK R3-Feb-03 1:21
HENDRIK R3-Feb-03 1:21 
GeneralRe: using setvalue in excel automation Pin
Gérald Mercet3-Feb-03 3:46
Gérald Mercet3-Feb-03 3:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.