Click here to Skip to main content
15,925,602 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCEdit painting question. Pin
Maximilien28-Feb-03 10:57
Maximilien28-Feb-03 10:57 
GeneralRe: CEdit painting question. Pin
PJ Arends28-Feb-03 16:09
professionalPJ Arends28-Feb-03 16:09 
GeneralRe: CEdit painting question. Pin
Maximilien2-Mar-03 10:02
Maximilien2-Mar-03 10:02 
GeneralRe: CEdit painting question. Pin
PJ Arends2-Mar-03 10:15
professionalPJ Arends2-Mar-03 10:15 
GeneralRe: CEdit painting question. Pin
Maximilien3-Mar-03 4:34
Maximilien3-Mar-03 4:34 
GeneralRe: CEdit painting question. Pin
KingsGambit2-Mar-03 23:04
KingsGambit2-Mar-03 23:04 
GeneralRe: CEdit painting question. Pin
Maximilien3-Mar-03 2:52
Maximilien3-Mar-03 2:52 
Generalgenerating help files Pin
RalfPeter28-Feb-03 10:08
RalfPeter28-Feb-03 10:08 
GeneralFighting with the Registry. Pin
will138328-Feb-03 9:11
will138328-Feb-03 9:11 
GeneralRe: Fighting with the Registry. Pin
AlexO28-Feb-03 9:46
AlexO28-Feb-03 9:46 
GeneralRe: Fighting with the Registry. Pin
Neville Franks28-Feb-03 9:48
Neville Franks28-Feb-03 9:48 
GeneralRe: Fighting with the Registry. Pin
will138328-Feb-03 10:04
will138328-Feb-03 10:04 
GeneralRe: Fighting with the Registry. Pin
Michael Dunn28-Feb-03 13:09
sitebuilderMichael Dunn28-Feb-03 13:09 
Generalc/c++, API, and BitBlt Questions Pin
SumGuy28-Feb-03 8:33
SumGuy28-Feb-03 8:33 
GeneralRe: c/c++, API, and BitBlt Questions Pin
Chris Losinger28-Feb-03 8:51
professionalChris Losinger28-Feb-03 8:51 
GeneralRe: c/c++, API, and BitBlt Questions Pin
SumGuy28-Feb-03 9:01
SumGuy28-Feb-03 9:01 
GeneralRe: c/c++, API, and BitBlt Questions Pin
rruge28-Feb-03 9:08
rruge28-Feb-03 9:08 
GeneralRe: c/c++, API, and BitBlt Questions Pin
SumGuy28-Feb-03 10:14
SumGuy28-Feb-03 10:14 
GeneralRe: c/c++, API, and BitBlt Questions Pin
Marshall1-Mar-03 1:19
Marshall1-Mar-03 1:19 
SumGuy wrote:
So, from my understanding, c++ windows programming is basically MFC (or other custom libraries) whereas the C windows programming is more like the API code?

That's probably a common view these days. However before MFC, Windows developers also used plenty of libraries written in C. In many cases the libraries (C or C++) are wrappers for API functions, most of which are written in C.

A couple of time-tested standard references for Windows development are:
For API: Programming Windows, Charles Petzold
For MFC: Programming Windows with MFC, Jeff Prosise

For MFC, I also recommend:
Visual C++.NET Bible, Tom Archer (CodeProject Favorite Author) Smile | :)
Professional MFC VC++6, Mike Blaszczak
MFC Internals, George Shepherd

When considering Windows libraries, don't forget STL is very useful and very common in the Windows world. Also near the top of my list is ATL. With the changes (improvements) made to ATL in the .NET release, it is not just for COM builders anymore. (Not that it truly ever was!)

NONE of these books are cheap! OMG | :OMG: (Esp. outside the US) But all are available in the used book market and can sometimes be found in larger public and university libraries.

marshall

If you continue to do the same things you always did,
don't be surprised if you get the same results you always got.

GeneralDialog Help Pin
Steven M Hunt28-Feb-03 8:22
Steven M Hunt28-Feb-03 8:22 
GeneralRe: Dialog Help Pin
Steven M Hunt28-Feb-03 9:39
Steven M Hunt28-Feb-03 9:39 
GeneralRe: Dialog Help Pin
Neville Franks28-Feb-03 9:46
Neville Franks28-Feb-03 9:46 
GeneralRe: Dialog Help Pin
yashraj28-Feb-03 19:37
yashraj28-Feb-03 19:37 
GeneralOnSizing() not firing.... Pin
ns28-Feb-03 8:21
ns28-Feb-03 8:21 
Generalso what message do I need to trap? Pin
ns28-Feb-03 8:27
ns28-Feb-03 8:27 

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.