What are the different project types?
Managed C++/CLI
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, what are the differences in the types of projects in visual c++? what is MFC?ATL?STL? Thanks
-
Hi, what are the differences in the types of projects in visual c++? what is MFC?ATL?STL? Thanks
Hadi Fakhreddine wrote: what is MFC?ATL?STL? MFC == microsoft foundation classes it is not only a set of classes and functionnalities, but a whole framework. STL == Standard template library it is the C++ standard template functions & classes. Hadi Fakhreddine wrote: what are the differences in the types of projects in visual c++? the binaries won't be built the same way if you code for a DLL, an MFC exe, a console application...
TOXCCT >>> GEII power
[VisualCalc]