Write A program for Windows with VC++

Status
Not open for further replies.

NTFS

Member level 3
Joined
Apr 6, 2004
Messages
66
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,286
Activity points
565
hi

I want to write a program with VC++. but I don't know, I should create a project by MFC Application or Windows Form Application.

Please guide me and tell me what is the application of each one.

Thanks in advance.

NTFS
 

Stay away from MFC is you can... I dont know MFC and when I tried to learn it, I went away with my tail between my legs. I learned that I can and I DID just find with standard API calls. Heck, I've even writtten spectacular GUI apps with just 'C'.
someone that's not 'self taught C' such as myself, might be able to give more advice. My advice, if you dont know MFC, stay away.
 

HI,
MFC is regular part of vc for windows programming in mfc contains classes that microsoft created for easing windows programming. and its a good point to start vc.

windows form is for programming using .NET framework---> vc++ .NET
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…