Click here to Skip to main content
15,912,578 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Replace numbers with words? Pin
MoboTech25-Sep-07 21:40
MoboTech25-Sep-07 21:40 
GeneralRe: Replace numbers with words? Pin
toxcct25-Sep-07 21:47
toxcct25-Sep-07 21:47 
GeneralRe: Replace numbers with words? Pin
MoboTech25-Sep-07 22:01
MoboTech25-Sep-07 22:01 
GeneralRe: Replace numbers with words? Pin
toxcct25-Sep-07 22:05
toxcct25-Sep-07 22:05 
GeneralRe: Replace numbers with words? Pin
MoboTech25-Sep-07 22:15
MoboTech25-Sep-07 22:15 
GeneralRe: Replace numbers with words? Pin
Eytukan26-Sep-07 4:45
Eytukan26-Sep-07 4:45 
GeneralRe: Replace numbers with words? Pin
Jeremy Falcon26-Sep-07 5:00
professionalJeremy Falcon26-Sep-07 5:00 
GeneralRe: Replace numbers with words? Pin
Christian Graus25-Sep-07 22:39
protectorChristian Graus25-Sep-07 22:39 
GeneralRe: Replace numbers with words? Pin
MoboTech25-Sep-07 22:52
MoboTech25-Sep-07 22:52 
GeneralListen! [modified] Pin
Eytukan26-Sep-07 4:37
Eytukan26-Sep-07 4:37 
GeneralRe: Replace numbers with words? Pin
David Crow26-Sep-07 3:22
David Crow26-Sep-07 3:22 
GeneralRe: Replace numbers with words? Pin
El Corazon26-Sep-07 3:27
El Corazon26-Sep-07 3:27 
GeneralRe: Replace numbers with words? Pin
Shog926-Sep-07 3:55
sitebuilderShog926-Sep-07 3:55 
GeneralRe: Replace numbers with words? Pin
Jeremy Falcon26-Sep-07 5:04
professionalJeremy Falcon26-Sep-07 5:04 
GeneralRe: Replace numbers with words? Pin
Shog926-Sep-07 5:08
sitebuilderShog926-Sep-07 5:08 
GeneralRe: Replace numbers with words? Pin
El Corazon26-Sep-07 5:12
El Corazon26-Sep-07 5:12 
GeneralRe: Replace numbers with words? Pin
Jeremy Falcon26-Sep-07 5:16
professionalJeremy Falcon26-Sep-07 5:16 
GeneralRe: Replace numbers with words? Pin
El Corazon26-Sep-07 6:43
El Corazon26-Sep-07 6:43 
AnswerRe: Replace numbers with words? Pin
Stephen Hewitt25-Sep-07 21:23
Stephen Hewitt25-Sep-07 21:23 
AnswerRe: Replace numbers with words? Pin
Jeremy Falcon26-Sep-07 4:56
professionalJeremy Falcon26-Sep-07 4:56 
Questionneed help Pin
gentleguy25-Sep-07 16:43
gentleguy25-Sep-07 16:43 
AnswerRe: need help Pin
Nishad S25-Sep-07 17:32
Nishad S25-Sep-07 17:32 
QuestionHow to get started in win32 api Pin
freeheap25-Sep-07 14:32
freeheap25-Sep-07 14:32 
AnswerRe: How to get started in win32 api Pin
Mark Salsbery25-Sep-07 14:50
Mark Salsbery25-Sep-07 14:50 
freeheap wrote:
I've read Petzold's book but it seems to me that it its not enough to make my own app.

Do you mean "Programming Windows 5th Edition"?  If so...

If you have read and understand everything in that book then you should
have the fundamentals every Windows programmer should know.
It's also the core fundamentals of MFC (and any other framework which wraps the Win32 APIs).

If you intend to write GUI applications and you haven't programmed for an
event/message-driven OS like Windows, then that's probably the most important
concept to understand from the book.

I would recommend starting with a Visual Studio generated Win32 application.
Look at the code produced by the wizard and make sure you understand everything
that's there.

From there you have a basic shell of an application that you can modify and extend
as you learn new APIs.

Just my 2 cents.

Have fun!
Mark



Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

AnswerRe: How to get started in win32 api Pin
Stephen Hewitt25-Sep-07 14:57
Stephen Hewitt25-Sep-07 14:57 

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.