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

C / C++ / MFC

 
GeneralRe: Dll's with win32 project Pin
David Crow22-May-03 6:51
David Crow22-May-03 6:51 
GeneralRe: Dll's with win32 project Pin
Mazdak22-May-03 6:59
Mazdak22-May-03 6:59 
GeneralRe: Dll's with win32 project Pin
David Crow22-May-03 7:16
David Crow22-May-03 7:16 
GeneralRe: Dll's with win32 project Pin
Mazdak22-May-03 7:20
Mazdak22-May-03 7:20 
GeneralRe: Dll's with win32 project Pin
David Crow22-May-03 7:26
David Crow22-May-03 7:26 
GeneralRe: Dll's with win32 project Pin
Mazdak22-May-03 8:06
Mazdak22-May-03 8:06 
GeneralRe: Dll's with win32 project Pin
David Crow22-May-03 8:24
David Crow22-May-03 8:24 
GeneralRe: Dll's with win32 project Pin
John R. Shaw22-May-03 7:06
John R. Shaw22-May-03 7:06 
GeneralRe: Dll's with win32 project Pin
Mazdak22-May-03 7:19
Mazdak22-May-03 7:19 
GeneralRe: Dll's with win32 project Pin
John R. Shaw22-May-03 7:31
John R. Shaw22-May-03 7:31 
GeneralRe: Dll's with win32 project Pin
Mazdak22-May-03 8:10
Mazdak22-May-03 8:10 
GeneralRe: Dll's with win32 project Pin
John R. Shaw22-May-03 8:22
John R. Shaw22-May-03 8:22 
GeneralRe: Dll's with win32 project Pin
Chris Richardson22-May-03 17:35
Chris Richardson22-May-03 17:35 
GeneralRe: Dll's with win32 project Pin
Mazdak22-May-03 22:59
Mazdak22-May-03 22:59 
GeneralNeed help migrating to Visual Studio .NET Pin
ElizabethC22-May-03 6:31
ElizabethC22-May-03 6:31 
QuestionHow to create a shortcut file? Pin
Emiliano22-May-03 6:20
Emiliano22-May-03 6:20 
AnswerRe: How to create a shortcut file? Pin
AlexO22-May-03 6:37
AlexO22-May-03 6:37 
AnswerRe: How to create a shortcut file? Pin
David Crow22-May-03 6:44
David Crow22-May-03 6:44 
Questiontemplated Factory Pattern ? Pin
Maximilien22-May-03 6:13
Maximilien22-May-03 6:13 
AnswerRe: templated Factory Pattern ? Pin
Chris Losinger22-May-03 7:21
professionalChris Losinger22-May-03 7:21 
i think you'll have to have a 'factory' somewhere, as C++ has no built-in support for linking the class name to an instance of the class. so you either have to pass an instance of the class you want, or some kind of token that can be mapped to a class type (ie. a switch statement somewhere that picks the class type based on your token). even with a template, you have to know the type of the object you want in order to invoke the specialized class, so you still need the switch statement to determine which template function/class to invoke.

-c

To vote with no response is to follow the way of the coward.
GeneralRe: templated Factory Pattern ? Pin
Maximilien22-May-03 7:29
Maximilien22-May-03 7:29 
GeneralAny electonic book about Driver & API Hook Pin
Fad B22-May-03 5:01
Fad B22-May-03 5:01 
GeneralRe: Any electonic book about Driver & API Hook Pin
Martin Cook22-May-03 6:14
professionalMartin Cook22-May-03 6:14 
GeneralRe: Any electonic book about Driver & API Hook Pin
David Crow22-May-03 6:45
David Crow22-May-03 6:45 
GeneralOrdinal not found Pin
JensB22-May-03 4:55
JensB22-May-03 4:55 

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.