Click to See Complete Forum and Search --> : develop a new application Use MFC/use SDK with C++


ravindra_wings
September 21st, 2003, 02:53 PM
i have assignment to develop a new product which supports schooling businesses ,for this i need to have GUI i am very much confused whether to use the MFC frame work or use the SDK with my own C++ classes

if it should be SDK can anyone tell me how should start

filthy_mcnasty
September 21st, 2003, 03:53 PM
it depends more on what you're trying to do and how you want it.

the pure win32 api is faster (mfc wraps the api and therefore is slower) and smaller but mfc makes building the application easier. each have their advantages/disadvantages.

explain more what you're after and you'll get more precise responses.