|
-
Jun 23rd, 2001, 05:22 AM
#1
Cheating
Is using MFC 'cheating' or is it ok to do it the easier way???
-
Jun 23rd, 2001, 06:10 AM
#2
Banned
I'm a beginner, but...
I think that you'll need runtime files as in VB, which sucks. At least it was what I've read somewhere.
-
Jun 23rd, 2001, 08:58 AM
#3
Monday Morning Lunatic
It's very much cheating Anyway, in order to use MFC you basically need to know the ins and outs of programming with the API If you have VC++6 then WTL seems a much better alternative. Or, you can just make your own wrapper classes round window creation/management in about 20K of code (I put them in a DLL and it was 40KB as opposed to 1.4MB for MFC).
Once you know how to program using the API but can't be bothered it's okay to use MFC if you really have to, but it can really slow your program down.
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
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
|