Click here to Skip to main content
15,915,509 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: PostMessage() function Pin
CPallini7-Sep-08 23:26
mveCPallini7-Sep-08 23:26 
QuestionAbout Graphics::RotateTransform()???? Pin
TooShy2Talk7-Sep-08 21:32
TooShy2Talk7-Sep-08 21:32 
AnswerRe: About Graphics::RotateTransform()???? Pin
CPallini7-Sep-08 21:37
mveCPallini7-Sep-08 21:37 
QuestionRe: About Graphics::RotateTransform()???? Pin
TooShy2Talk7-Sep-08 21:57
TooShy2Talk7-Sep-08 21:57 
AnswerRe: About Graphics::RotateTransform()???? Pin
SandipG 7-Sep-08 22:00
SandipG 7-Sep-08 22:00 
QuestionRe: About Graphics::RotateTransform()???? Pin
TooShy2Talk7-Sep-08 22:45
TooShy2Talk7-Sep-08 22:45 
AnswerRe: About Graphics::RotateTransform()???? Pin
SandipG 7-Sep-08 22:51
SandipG 7-Sep-08 22:51 
QuestionInitializing class from it's name - Standard C++ Pin
N a v a n e e t h7-Sep-08 21:05
N a v a n e e t h7-Sep-08 21:05 
I am working on a phonetic converter program. There are converter classes like "aConverter","bConverter" etc which contains rules for converting english letters to equivalant text in other language.

In some cases fonts may have different formats. So I need to create different converters for it and plug with the application. I plan to supply all the converter details in a file and load the converter on runtime. So if I have specified "aConverter" in a file, how can I initialize it's instance? Each converter implements "IConverter" interface.

In C# I can use Activator.CreateInstance and cast to IConverter type. I am looking for a method to do this in standard C++ not MFC/C++ CLI. Or is there anyother changes which I can make in the existing design so that new converters can be plugged in?

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

QuestionRe: Initializing class from it's name - Standard C++ Pin
CPallini7-Sep-08 21:33
mveCPallini7-Sep-08 21:33 
AnswerRe: Initializing class from it's name - Standard C++ Pin
N a v a n e e t h7-Sep-08 23:25
N a v a n e e t h7-Sep-08 23:25 
GeneralRe: Initializing class from it's name - Standard C++ Pin
CPallini7-Sep-08 23:33
mveCPallini7-Sep-08 23:33 
GeneralRe: Initializing class from it's name - Standard C++ Pin
N a v a n e e t h7-Sep-08 23:40
N a v a n e e t h7-Sep-08 23:40 
GeneralRe: Initializing class from it's name - Standard C++ Pin
CPallini7-Sep-08 23:51
mveCPallini7-Sep-08 23:51 
GeneralRe: Initializing class from it's name - Standard C++ Pin
N a v a n e e t h8-Sep-08 0:14
N a v a n e e t h8-Sep-08 0:14 
GeneralRe: Initializing class from it's name - Standard C++ Pin
CPallini8-Sep-08 0:35
mveCPallini8-Sep-08 0:35 
GeneralRe: Initializing class from it's name - Standard C++ Pin
N a v a n e e t h8-Sep-08 0:48
N a v a n e e t h8-Sep-08 0:48 
GeneralRe: Initializing class from it's name - Standard C++ Pin
CPallini8-Sep-08 0:56
mveCPallini8-Sep-08 0:56 
QuestionAvoid includei in header files Pin
reza matinnejad7-Sep-08 20:11
reza matinnejad7-Sep-08 20:11 
AnswerRe: Avoid includei in header files Pin
toxcct7-Sep-08 21:09
toxcct7-Sep-08 21:09 
GeneralRe: Avoid includei in header files Pin
reza matinnejad7-Sep-08 21:15
reza matinnejad7-Sep-08 21:15 
GeneralRe: Avoid includei in header files Pin
toxcct7-Sep-08 21:21
toxcct7-Sep-08 21:21 
GeneralRe: Avoid includei in header files Pin
reza matinnejad7-Sep-08 21:28
reza matinnejad7-Sep-08 21:28 
GeneralRe: Avoid includei in header files Pin
toxcct7-Sep-08 21:34
toxcct7-Sep-08 21:34 
Questioncaptureing right click mouse event........ Pin
ani_ikram7-Sep-08 19:58
ani_ikram7-Sep-08 19:58 
AnswerRe: captureing right click mouse event........ Pin
Rane7-Sep-08 20:11
Rane7-Sep-08 20:11 

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.