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

C / C++ / MFC

 
GeneralRe: Exit with confirmation Pin
Moak3-Feb-03 0:51
Moak3-Feb-03 0:51 
GeneralRe: Exit with confirmation Pin
Christian Graus3-Feb-03 1:31
protectorChristian Graus3-Feb-03 1:31 
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 
strInsert is a std::string, szName is const char* and strValue is a std::string.

strInsert = "<";
strInsert += szName;
strInsert += ">";
strInsert += strValue;
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>yahyah</
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 
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 

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.