Click here to Skip to main content
15,885,720 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: random number? Pin
Prakash Nadar23-Feb-04 5:59
Prakash Nadar23-Feb-04 5:59 
GeneralRe: random number? Pin
David Crow23-Feb-04 7:24
David Crow23-Feb-04 7:24 
GeneralRe: random number? Pin
Prakash Nadar23-Feb-04 13:30
Prakash Nadar23-Feb-04 13:30 
GeneralCallback function as a class member function Pin
Abhi Lahare23-Feb-04 3:32
Abhi Lahare23-Feb-04 3:32 
GeneralRe: Callback function as a class member function Pin
Hesham Amin23-Feb-04 3:41
Hesham Amin23-Feb-04 3:41 
GeneralRe: Callback function as a class member function Pin
Abhi Lahare23-Feb-04 17:42
Abhi Lahare23-Feb-04 17:42 

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.