Click here to Skip to main content
15,906,626 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: printing your source code Pin
John M. Drescher2-Mar-04 8:20
John M. Drescher2-Mar-04 8:20 
GeneralPassing Data between threads Pin
Tom Wright2-Mar-04 4:19
Tom Wright2-Mar-04 4:19 
GeneralRe: Passing Data between threads Pin
Prakash Nadar2-Mar-04 4:25
Prakash Nadar2-Mar-04 4:25 
GeneralRe: Passing Data between threads Pin
Tom Wright2-Mar-04 4:33
Tom Wright2-Mar-04 4:33 
GeneralRe: Passing Data between threads Pin
RobJones2-Mar-04 4:40
RobJones2-Mar-04 4:40 
GeneralRe: Passing Data between threads Pin
jhwurmbach2-Mar-04 4:43
jhwurmbach2-Mar-04 4:43 
GeneralString pointer questions Pin
Tom Wright2-Mar-04 4:51
Tom Wright2-Mar-04 4:51 
GeneralRe: String pointer questions Pin
jhwurmbach2-Mar-04 4:58
jhwurmbach2-Mar-04 4:58 
Tom Wright wrote:
So is const char* the same as say (outloud) "constant char pointer" which is the same as CString? /i>

No. const char* and CString is not the same. But if you politely ask the CString, it will behave like a const char* would.

Tom Wright wrote:
And why would one want a const char*?

For display? For printing? For anything that need not modify the string.
And that is about 90% of all string uses.






"We trained hard, but it seemed that every time we were beginning to form up into teams we would be reorganised. I was to learn later in life that we tend to meet any new situation by reorganising: and a wonderful method it can be for creating the illusion of progress, while producing confusion, inefficiency and demoralisation."

-- Caius Petronius, Roman Consul, 66 A.D.

QuestionWhy cannot add new database record? Pin
siew hoon2-Mar-04 3:17
siew hoon2-Mar-04 3:17 
GeneralProblems with MFC Extensions DLLs Pin
SashaTis2-Mar-04 3:12
SashaTis2-Mar-04 3:12 
GeneralRe: Problems with MFC Extensions DLLs Pin
John M. Drescher2-Mar-04 3:39
John M. Drescher2-Mar-04 3:39 
GeneralRe: Problems with MFC Extensions DLLs Pin
SashaTis2-Mar-04 5:03
SashaTis2-Mar-04 5:03 
GeneralRe: Problems with MFC Extensions DLLs Pin
John M. Drescher2-Mar-04 6:02
John M. Drescher2-Mar-04 6:02 
GeneralRe: Problems with MFC Extensions DLLs Pin
SashaTis3-Mar-04 4:51
SashaTis3-Mar-04 4:51 
GeneralRe: Problems with MFC Extensions DLLs Pin
John M. Drescher3-Mar-04 5:43
John M. Drescher3-Mar-04 5:43 
QuestionHow to move CDailog child window under other it's child window? Pin
vgrigor2-Mar-04 2:44
vgrigor2-Mar-04 2:44 
AnswerRe: How to move CDailog child window under other it's child window? Pin
Prakash Nadar2-Mar-04 3:59
Prakash Nadar2-Mar-04 3:59 
GeneralRe: How to move CDailog child window under other it's child window? Pin
vgrigor2-Mar-04 4:21
vgrigor2-Mar-04 4:21 
AnswerRe: How to move CDailog child window under other it's child window? Pin
Prakash Nadar2-Mar-04 5:54
Prakash Nadar2-Mar-04 5:54 
GeneralRe: How to move CDailog child window under other it's child window? Pin
vgrigor2-Mar-04 20:32
vgrigor2-Mar-04 20:32 
GeneralUnload Shell Extension Pin
afj6662-Mar-04 2:14
afj6662-Mar-04 2:14 
GeneralRe: Unload Shell Extension Pin
Prakash Nadar2-Mar-04 2:29
Prakash Nadar2-Mar-04 2:29 
GeneralRe: Unload Shell Extension Pin
Rickard Andersson202-Mar-04 3:28
Rickard Andersson202-Mar-04 3:28 
GeneralRe: Unload Shell Extension Pin
Prakash Nadar2-Mar-04 3:53
Prakash Nadar2-Mar-04 3:53 
GeneralRe: Unload Shell Extension Pin
Rickard Andersson202-Mar-04 3:58
Rickard Andersson202-Mar-04 3:58 

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.