Click here to Skip to main content
15,920,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Translucent Painting Issues Pin
Strath-Clyde13-May-05 10:14
Strath-Clyde13-May-05 10:14 
GeneralQuestion: Status bar didn't display updated message problem. Pin
Anonymous13-May-05 10:05
Anonymous13-May-05 10:05 
GeneralRe: Question: Status bar didn't display updated message problem. Pin
toxcct13-May-05 21:26
toxcct13-May-05 21:26 
GeneralCopying Hidden Window Aspect Using GDI Pin
Axonn Echysttas13-May-05 9:41
Axonn Echysttas13-May-05 9:41 
GeneralRe: Copying Hidden Window Aspect Using GDI Pin
PJ Arends13-May-05 10:14
professionalPJ Arends13-May-05 10:14 
GeneralRe: Copying Hidden Window Aspect Using GDI Pin
jc0dex13-May-05 10:47
jc0dex13-May-05 10:47 
GeneralRe: Copying Hidden Window Aspect Using GDI Pin
Axonn Echysttas13-May-05 12:05
Axonn Echysttas13-May-05 12:05 
GeneralRe: Copying Hidden Window Aspect Using GDI Pin
jc0dex13-May-05 12:20
jc0dex13-May-05 12:20 
MFC stands for Microsoft Foundation Classes, which is "the" way to program windows applications nowadays. If you're doing anything complex as far as interaction, saving / loading data, or windows common controls and dialog boxes, just to name a few, MFC is a much easier way to go about doing these things.

With the MFC you could literally copy the info from one window to another with a couple commands, whereas with standard Win32 programming it would be much much more involved and complex.

MFC makes complex tasks in Win32 as simple as a function call in some cases.

Once you get into DirectX and OpenGL they use basic Win32 functions and operations, so knowing the basics of Windows programming before MFC is almost essential if you plan to continue learning languages.

There is endless information on the MFC out there these days, if you would like some direction on where to get started I've included some resources below.



I hope this helps a little.

j c0dex
GeneralRe: Copying Hidden Window Aspect Using GDI Pin
jc0dex13-May-05 13:01
jc0dex13-May-05 13:01 
GeneralRe: Copying Hidden Window Aspect Using GDI Pin
Axonn Echysttas13-May-05 22:39
Axonn Echysttas13-May-05 22:39 
GeneralRe: Copying Hidden Window Aspect Using GDI Pin
jc0dex14-May-05 7:42
jc0dex14-May-05 7:42 
GeneralRe: Copying Hidden Window Aspect Using GDI Pin
Axonn Echysttas14-May-05 22:13
Axonn Echysttas14-May-05 22:13 
Generalnew to visual c++ Pin
haes13-May-05 9:25
haes13-May-05 9:25 
GeneralRe: new to visual c++ Pin
ThatsAlok13-May-05 18:40
ThatsAlok13-May-05 18:40 
GeneralRe: new to visual c++ Pin
haes14-May-05 9:16
haes14-May-05 9:16 
GeneralRe: new to visual c++ Pin
ThatsAlok15-May-05 18:06
ThatsAlok15-May-05 18:06 
GeneralRe: new to visual c++ Pin
ThatsAlok15-May-05 18:14
ThatsAlok15-May-05 18:14 
GeneralCButton Sib-class Pin
Grahamfff13-May-05 9:11
Grahamfff13-May-05 9:11 
GeneralRe: CButton Sib-class Pin
PJ Arends13-May-05 9:29
professionalPJ Arends13-May-05 9:29 
GeneralRe: CButton Sib-class Pin
Anonymous14-May-05 8:29
Anonymous14-May-05 8:29 
GeneralHelp with ASCII conversion Pin
rexpiper13-May-05 9:07
rexpiper13-May-05 9:07 
GeneralRe: Help with ASCII conversion Pin
Kuniva13-May-05 12:01
Kuniva13-May-05 12:01 
QuestionWhat do i use to make a DOS app Pin
Anthony Mushrow13-May-05 7:40
professionalAnthony Mushrow13-May-05 7:40 
AnswerRe: What do i use to make a DOS app Pin
S. Senthil Kumar13-May-05 7:44
S. Senthil Kumar13-May-05 7:44 
AnswerRe: What do i use to make a DOS app Pin
David Crow13-May-05 7:54
David Crow13-May-05 7:54 

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.