|
-
Aug 9th, 2002, 12:47 PM
#1
Thread Starter
Fanatic Member
Mfc?
I'm new to making windows in Visual C++, and don't really know what MFC is, i think it stands for "Microsoft Foundation Class", i know how to do a window with WNDCLASSEX,CreateWindowEx.
What's MFC?
-
Aug 9th, 2002, 02:48 PM
#2
-
Aug 9th, 2002, 03:20 PM
#3
Thread Starter
Fanatic Member
I've heard on other places in this forum that MFC is really a bad thing, hard to code and makes the code more unreadable! is that true?
-
Aug 9th, 2002, 03:25 PM
#4
Monday Morning Lunatic
It's difficult to code by hand -- if you work within the IDE it's dead simple and very quick to do.
Portable? Hell no, it only works on Windows, and it makes *no* use of the STL which portable C++ programs should 
It doesn't necessarily mean unreadable; the unreadable parts are those auto-generated by the IDE which you shouldn't need anyway (they glue the dialogue items to the code).
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
-
Aug 9th, 2002, 03:26 PM
#5
Member
hi ,
my brather .
No the MFC is Good for programing , but it must deficalt in the first but it by mny programing you must ander stant it...
-
Aug 9th, 2002, 03:35 PM
#6
Originally posted by rajab natshah
hi ,
my brather .
No the MFC is Good for programing , but it must deficalt in the first but it by mny programing you must ander stant it...
You seem overly excited about MFC...do you work for MS or something?
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
-
Aug 9th, 2002, 03:40 PM
#7
Member
hi,
Yes I'm take the trak of MCSD to make Ms aplecation
this is my favorites new languages.. for my ..
i'm good in vb but I wont to make brofetienal in VC++
-
Aug 9th, 2002, 03:40 PM
#8
Thread Starter
Fanatic Member
Me? Nononono, i just wanted to know what it was!
-
Aug 9th, 2002, 03:43 PM
#9
Originally posted by rajab natshah
hi,
Yes I'm take the trak of MCSD to make Ms aplecation
this is my favorites new languages.. for my ..
i'm good in vb but I wont to make brofetienal in VC++
Oh, well now I understand.
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
-
Aug 13th, 2002, 06:34 AM
#10
parksie: he probably meant the portability from 16-bit to 32-bit windows. It sure helped a lot there - you often only had to recompile.
MFC is a nice thing to have. I actually don't think it's hard to read as long as you know what all the strange macros mean. It sure is impossible to read for a normal C++ programmer.
You better get really familiar with the API and only then start programming with MFC if you want to.
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.
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
|