|
-
Oct 15th, 2001, 11:44 AM
#1
Thread Starter
Monday Morning Lunatic
If you've only just started learning C++, learn the language first before trying to make Windows programs, whether with MFC or the API.
I'm biased and would say learn API afterwards, but that's just me and my experience talking (not my ego, but I have to say this to shout down all the MFC-advocates )
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Oct 16th, 2001, 07:53 AM
#2
Way to go:
console C++ -> API -> (if you want to make really big projects or use fancy programming tricks) MFC
It is good to know MFC even if you don't use it. But it is necessary to know API if you want to debug MFC programs.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Oct 16th, 2001, 12:02 PM
#3
PowerPoster
API is a lot easier than MFC(that's what I think).
-
Oct 16th, 2001, 12:07 PM
#4
Thread Starter
Monday Morning Lunatic
I agree 
MFC requires too much learning of how they think you should write programs, so I gave up and wrote them myself
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Oct 17th, 2001, 10:46 AM
#5
hehe
API is easier to learn, but once you found out the trick, MFC is faster to do.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Oct 17th, 2001, 12:00 PM
#6
PowerPoster
Then nobody has found that trick yet.
-
Oct 18th, 2001, 08:24 AM
#7
For complicated things, like MDI, I am way faster with MFC...
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Oct 18th, 2001, 08:54 AM
#8
PowerPoster
That's right but why not start with the BASE of programming Windows (API). If you know API then you don't need to know MFC. But if you know MFC, you still need to know API somewhere when programming.
-
Oct 18th, 2001, 09:09 AM
#9
I SAID start with API, but if you want to make BIG projects, you can save you a lot of work by using MFC (that's what it's for).
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Oct 18th, 2001, 01:14 PM
#10
PowerPoster
Originally posted by parksie
Perhaps...
...but I'd still prefer to write my own classes and keep the size down
Exactly, and that way you learn and also write large programs
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|