If i wanted to develop an MFC application, what is the differences for using VS6 and VS.net to develop that application?? Will there be great difference in coding style and class usage?
Thanks
Printable View
If i wanted to develop an MFC application, what is the differences for using VS6 and VS.net to develop that application?? Will there be great difference in coding style and class usage?
Thanks
Really, not a lot. A few methods, classes, etc. are deprecated - take a look at MSDN to find out what. Generally, most things developed usnig VC6 MFC will work with VS.NET.
Toot
Well...Visual Studio .NET contains a completely new re-designed MFC library which is incompatible with the old version. Major changes are for example a more template-based design of the classes...Quote:
Originally posted by Toot
Really, not a lot.