tags:

views:

135

answers:

1

what is the version of MFC in VC++ 6.0,vc++ 2003,vc++ 2005 and vc++ 2008 ? i faced this question in interview but i could not reply? so any body tell me the versions of MFC.

+5  A: 

See this wikipedia page. Specifically:

VC++ 6.0   MFC 6.0        (mfc42.dll)
VC++ 2003  MFC 7.1        (mfc71.dll), .NET 1.1
VC++ 2005  MFC 8.0        (mfc80.dll), .NET 2.0
VC++ 2008  MFC 9.0.21022  (mfc90.dll), .NET 3.5
Paul Dixon