What are the internal features/aspects of C++/ VC++ and MFC that are used for embedded(semiconductor) projects by large IT companies. I ask this becuase I need to be prepared for one such poistion.
please reply.
What are the internal features/aspects of C++/ VC++ and MFC that are used for embedded(semiconductor) projects by large IT companies. I ask this becuase I need to be prepared for one such poistion.
please reply.
MFC isn't used in typical embedded projects. It's an old Microsoft library, typically used for PC software as opposed to embedded software. C++ (the language) and VC++ (a Microsoft compiler for the C++ language) are used in embedded projects. However, the Microsoft compiler cannot target common embedded platforms such as ARM-linux. You'd find that GCC is more commonly used as the C++ compiler for embedded ARM-linux platforms.