Click here to Skip to main content
15,891,762 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Specifying client port number after accept() Pin
Peter Weyzen23-Feb-04 19:33
Peter Weyzen23-Feb-04 19:33 
GeneralAbout embedding a CSplitterWnd in a CView Pin
Jimmy Chu23-Feb-04 9:45
Jimmy Chu23-Feb-04 9:45 
GeneralRe: About embedding a CSplitterWnd in a CView Pin
David Crow23-Feb-04 9:51
David Crow23-Feb-04 9:51 
GeneralRe: About embedding a CSplitterWnd in a CView Pin
Prakash Nadar23-Feb-04 13:46
Prakash Nadar23-Feb-04 13:46 
GeneralRe: About embedding a CSplitterWnd in a CView Pin
jhwurmbach23-Feb-04 21:53
jhwurmbach23-Feb-04 21:53 
GeneralProject Dependancies Pin
#realJSOP23-Feb-04 8:59
mve#realJSOP23-Feb-04 8:59 
GeneralRe: Project Dependancies Pin
LunaticFringe23-Feb-04 13:19
LunaticFringe23-Feb-04 13:19 
GeneralRe: Project Dependancies Pin
Prakash Nadar23-Feb-04 13:55
Prakash Nadar23-Feb-04 13:55 
Generalmakefile problem Pin
ns23-Feb-04 8:56
ns23-Feb-04 8:56 
GeneralRe: makefile problem Pin
Joaquín M López Muñoz23-Feb-04 10:10
Joaquín M López Muñoz23-Feb-04 10:10 
GeneralRe: makefile problem Pin
nss23-Feb-04 11:52
nss23-Feb-04 11:52 
GeneralPassing Typedef name to as function Parameter Pin
rags23-Feb-04 8:45
rags23-Feb-04 8:45 
GeneralRe: Passing Typedef name to as function Parameter Pin
Joaquín M López Muñoz23-Feb-04 10:03
Joaquín M López Muñoz23-Feb-04 10:03 
GeneralRe: Passing Typedef name to as function Parameter Pin
rags23-Feb-04 10:14
rags23-Feb-04 10:14 
How would I pass the name of typedef which is stored in string variable as a parameter to an function which accepts the typedef data type?

For Example:
Name of the typedef is CODE, so the function will be called like this MyFunction(CODE).

What I'm trying to do is store the typedef name in string variable StrCode then call MyFunction((Type cast) strCode).

Question is how do I type cast the string variable to typedef in this suitation, I tried using reinterpret_cast, but it did not work.

GeneralRe: Passing Typedef name to as function Parameter Pin
Robert A. T. Káldy23-Feb-04 11:04
Robert A. T. Káldy23-Feb-04 11:04 
GeneralRe: Passing Typedef name to as function Parameter Pin
Robert A. T. Káldy23-Feb-04 11:11
Robert A. T. Káldy23-Feb-04 11:11 
GeneralRe: Passing Typedef name to as function Parameter Pin
rags24-Feb-04 3:34
rags24-Feb-04 3:34 
Generalctreectrl with mfc management. Pin
pnpfriend23-Feb-04 8:21
pnpfriend23-Feb-04 8:21 
QuestionHow does one dynamically update display styles of controls on a Dialog Pin
Franz Klein23-Feb-04 8:01
Franz Klein23-Feb-04 8:01 
AnswerRe: How does one dynamically update display styles of controls on a Dialog Pin
Maximilien23-Feb-04 8:31
Maximilien23-Feb-04 8:31 
GeneralRight or Left click on a button Pin
jlechem23-Feb-04 5:12
jlechem23-Feb-04 5:12 
GeneralRe: Right or Left click on a button Pin
Prakash Nadar23-Feb-04 6:59
Prakash Nadar23-Feb-04 6:59 
Questionrandom number? Pin
murali_utr23-Feb-04 4:52
murali_utr23-Feb-04 4:52 
AnswerRe: random number? Pin
murali_utr23-Feb-04 5:42
murali_utr23-Feb-04 5:42 
GeneralRe: random number? Pin
Maximilien23-Feb-04 5:47
Maximilien23-Feb-04 5:47 

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.