MFC, C++ and .NET Technology
-
Dear all, My question may be silly to all of you but please help me to understand the real thing. My question is "What is difference between MFC, C++ and .NET" I know that MFC and .NET are Microsoft technologies. Till now I believe MFC and .NET are different technologies. Is this true or false, please give me proper guidance if I am mistaken. MFC is based on C++. Please comment and give me your valuable sugguestions. Kind regards, Bhanu
-
Dear all, My question may be silly to all of you but please help me to understand the real thing. My question is "What is difference between MFC, C++ and .NET" I know that MFC and .NET are Microsoft technologies. Till now I believe MFC and .NET are different technologies. Is this true or false, please give me proper guidance if I am mistaken. MFC is based on C++. Please comment and give me your valuable sugguestions. Kind regards, Bhanu
MFC is an un-managed framework. .Net is a managed framework. MFC requires C++, and .Net allows C++.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
Dear all, My question may be silly to all of you but please help me to understand the real thing. My question is "What is difference between MFC, C++ and .NET" I know that MFC and .NET are Microsoft technologies. Till now I believe MFC and .NET are different technologies. Is this true or false, please give me proper guidance if I am mistaken. MFC is based on C++. Please comment and give me your valuable sugguestions. Kind regards, Bhanu
- C++ is a programing language. 2) MFC is a C++ library specializing in the MS Windows Platform. 3) .NET is a Process Virtual Machine[^] similar to Java but vastly different. ( Microsoft also provides a Base Class Library for the .NET platform[^], but don't confuse that with .NET ) One significant differences is that the .NET platform abstracts the Intermediate Language[^] resulting in the ability to support development for the platform using any programming language that someone provides a .NET compiler for. Microsoft supplies a C++ .NET compiler in the form of C++ language extensions referred to as C++/CLI[^].
led mike