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

C / C++ / MFC

 
AnswerRe: Help with C++ Pin
David Crow18-Nov-08 3:34
David Crow18-Nov-08 3:34 
AnswerRe: Help with C++ Pin
Hamid_RT18-Nov-08 4:44
Hamid_RT18-Nov-08 4:44 
AnswerRe: Help with C++ Pin
krishnakumartm18-Nov-08 6:14
krishnakumartm18-Nov-08 6:14 
AnswerRe: Help with C++ Pin
Jijo.Raj18-Nov-08 6:33
Jijo.Raj18-Nov-08 6:33 
GeneralRe: Help with C++ Pin
David Crow18-Nov-08 7:52
David Crow18-Nov-08 7:52 
Questiondifference between char* and char** in C++ Pin
kDevloper18-Nov-08 1:34
kDevloper18-Nov-08 1:34 
AnswerRe: difference between char* and char** in C++ Pin
_AnsHUMAN_ 18-Nov-08 1:46
_AnsHUMAN_ 18-Nov-08 1:46 
AnswerRe: difference between char* and char** in C++ Pin
toxcct18-Nov-08 1:48
toxcct18-Nov-08 1:48 
kDevloper wrote:
Can anyone pleae explain the difference between char* and char** in C++


in C++ ? the same as in C.

char* is a pointer that points to a char.
char** is a pointer that points to a char*.

when char pointers are used like strings (C style strings then), char* is a string, and char** is an array of strings...

but the later assertion depends of the context...


QuestionHow to detect if F1 is pressed in an MFC application ? Pin
kapardhi18-Nov-08 1:06
kapardhi18-Nov-08 1:06 
AnswerRe: How to detect if F1 is pressed in an MFC application ? Pin
_AnsHUMAN_ 18-Nov-08 1:25
_AnsHUMAN_ 18-Nov-08 1:25 
AnswerRe: How to detect if F1 is pressed in an MFC application ? Pin
Jijo.Raj18-Nov-08 6:39
Jijo.Raj18-Nov-08 6:39 
AnswerRe: How to detect if F1 is pressed in an MFC application ? Pin
dupenf118-Nov-08 14:32
dupenf118-Nov-08 14:32 
QuestionKeep Socket^ variable in the global scope Pin
cra03418-Nov-08 0:35
cra03418-Nov-08 0:35 
AnswerRe: Keep Socket^ variable in the global scope Pin
Iain Clarke, Warrior Programmer18-Nov-08 1:55
Iain Clarke, Warrior Programmer18-Nov-08 1:55 
QuestionWM_COPYDATA Pin
john563217-Nov-08 23:17
john563217-Nov-08 23:17 
AnswerRe: WM_COPYDATA Pin
SandipG 17-Nov-08 23:28
SandipG 17-Nov-08 23:28 
AnswerRe: WM_COPYDATA Pin
Roger Stoltz17-Nov-08 23:55
Roger Stoltz17-Nov-08 23:55 
AnswerRe: WM_COPYDATA Pin
Code-o-mat18-Nov-08 3:55
Code-o-mat18-Nov-08 3:55 
QuestionHow to open a help file (.chm file) programmatically ? Pin
kapardhi17-Nov-08 23:01
kapardhi17-Nov-08 23:01 
AnswerRe: How to open a help file (.chm file) programmatically ? Pin
Chandrasekharan P17-Nov-08 23:24
Chandrasekharan P17-Nov-08 23:24 
AnswerRe: How to open a help file (.chm file) programmatically ? Pin
SandipG 17-Nov-08 23:26
SandipG 17-Nov-08 23:26 
AnswerRe: How to open a help file (.chm file) programmatically ? Pin
Hamid_RT17-Nov-08 23:43
Hamid_RT17-Nov-08 23:43 
GeneralRe: How to open a help file (.chm file) programmatically ? Pin
kapardhi18-Nov-08 0:01
kapardhi18-Nov-08 0:01 
GeneralRe: How to open a help file (.chm file) programmatically ? Pin
Hamid_RT18-Nov-08 0:52
Hamid_RT18-Nov-08 0:52 
GeneralRe: How to open a help file (.chm file) programmatically ? Pin
kapardhi18-Nov-08 1:07
kapardhi18-Nov-08 1:07 

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.