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

C / C++ / MFC

 
AnswerRe: BSTR to DWORD ? Pin
Jochen Arndt4-Apr-12 4:19
professionalJochen Arndt4-Apr-12 4:19 
AnswerRe: BSTR to DWORD ? Pin
Iain Clarke, Warrior Programmer8-Apr-12 6:25
Iain Clarke, Warrior Programmer8-Apr-12 6:25 
Question6F00 return on reading of smard card ? Pin
Le@rner3-Apr-12 21:40
Le@rner3-Apr-12 21:40 
AnswerRe: 6F00 return on reading of smard card ? Pin
Richard MacCutchan3-Apr-12 22:05
mveRichard MacCutchan3-Apr-12 22:05 
GeneralRe: 6F00 return on reading of smard card ? Pin
Le@rner4-Apr-12 22:44
Le@rner4-Apr-12 22:44 
GeneralRe: 6F00 return on reading of smard card ? Pin
Richard MacCutchan4-Apr-12 23:58
mveRichard MacCutchan4-Apr-12 23:58 
QuestionQuestion regarding MFC Pin
tasumisra3-Apr-12 17:40
tasumisra3-Apr-12 17:40 
AnswerRe: Question regarding MFC Pin
_AnsHUMAN_ 3-Apr-12 18:03
_AnsHUMAN_ 3-Apr-12 18:03 
tasumisra wrote:
1)Do i need learn about all or most of the important classes..?

The scope of this question is quite wide and the answer would be "Yes" and a "No". Basically the interviewers try to understand your in depth knowledge about MFC. A few classes like CObject,CArchive(helps in Serialization), CCmdTarget (foundation class for message map architecture), CWinThread etc would help. The questions put in front of you might depend on the project requirement.

tasumisra wrote:
2)Do i need to know all the Macros..?

Expected is "yes". But it seems hard to gather the knowledge on everything. BEGIN_MESSAGE_MAP etc should be known.


tasumisra wrote:
3)how about win32..?

Win32 is the base for MFC as it is built on top of it. Read Windows Internals to understand how things work.

Many people would also suggest to have a little or more knowledge of everything in MFC. But the crux is "The more you code, the better you become in terms of knowledge, understanding and preparation"
You talk about Being HUMAN. I have it in my name
AnsHUMAN

AnswerRe: Question regarding MFC Pin
Chandrasekharan P3-Apr-12 20:06
Chandrasekharan P3-Apr-12 20:06 
GeneralRe: Question regarding MFC Pin
tasumisra3-Apr-12 20:34
tasumisra3-Apr-12 20:34 
GeneralRe: Question regarding MFC Pin
Chandrasekharan P3-Apr-12 20:42
Chandrasekharan P3-Apr-12 20:42 
Questionerrors adding to windows form creator Pin
Member 79972643-Apr-12 11:20
Member 79972643-Apr-12 11:20 
AnswerRe: errors adding to windows form creator Pin
Richard Andrew x643-Apr-12 12:29
professionalRichard Andrew x643-Apr-12 12:29 
GeneralRe: errors adding to windows form creator Pin
Member 79972643-Apr-12 15:10
Member 79972643-Apr-12 15:10 
AnswerRe: errors adding to windows form creator Pin
Richard Andrew x643-Apr-12 15:16
professionalRichard Andrew x643-Apr-12 15:16 
GeneralRe: errors adding to windows form creator Pin
Member 79972643-Apr-12 17:25
Member 79972643-Apr-12 17:25 
AnswerRe: errors adding to windows form creator Pin
Wes Aday3-Apr-12 15:23
professionalWes Aday3-Apr-12 15:23 
GeneralRe: errors adding to windows form creator Pin
Member 79972643-Apr-12 17:50
Member 79972643-Apr-12 17:50 
GeneralRe: errors adding to windows form creator Pin
Wes Aday4-Apr-12 1:48
professionalWes Aday4-Apr-12 1:48 
Questiondelete pointer Pin
ITISAG3-Apr-12 11:03
ITISAG3-Apr-12 11:03 
AnswerRe: delete pointer Pin
Chuck O'Toole3-Apr-12 11:19
Chuck O'Toole3-Apr-12 11:19 
GeneralRe: delete pointer Pin
ITISAG3-Apr-12 11:21
ITISAG3-Apr-12 11:21 
AnswerRe: delete pointer Pin
Chuck O'Toole3-Apr-12 11:31
Chuck O'Toole3-Apr-12 11:31 
GeneralRe: delete pointer Pin
ITISAG3-Apr-12 11:26
ITISAG3-Apr-12 11:26 
AnswerRe: delete pointer Pin
Chuck O'Toole3-Apr-12 11:34
Chuck O'Toole3-Apr-12 11:34 

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.