Advantages of MFC
-
I am an avid Visual Basic programmer and I would like to know what the advantages of using Visual C++/MFC are over Visual Basic. For what kinds of scenarios can you not use Visual Basic?
-
I am an avid Visual Basic programmer and I would like to know what the advantages of using Visual C++/MFC are over Visual Basic. For what kinds of scenarios can you not use Visual Basic?
gongchengshi wrote:
the advantages of using Visual C++/MFC are over Visual Basic
The performance of a program in C++ code is better than in VB. The API of Platform SDK is in C. Visual BASIC code is sort of managed one, not able to do too much lower level tasks. Etc ...
Maxwell Chen
-
I am an avid Visual Basic programmer and I would like to know what the advantages of using Visual C++/MFC are over Visual Basic. For what kinds of scenarios can you not use Visual Basic?
Individual Opinion: Visual Basic is very weak compared to VC++ in terms of functionality and interaction with the hardware. Here are a few things you can't do in VB. Pointers = NO(C++ has this), Run on Linux/Unix = NO(C++ Runs), Talk to Hardware = NO(C++ is very rich with hardware interaction). But if you are to create simple windows application and you need to do it fast, use VB otherwise VC++. Somethings seem HARD to do, until we know how to do them. ;-) _AnShUmAn_
-
I am an avid Visual Basic programmer and I would like to know what the advantages of using Visual C++/MFC are over Visual Basic. For what kinds of scenarios can you not use Visual Basic?
gongchengshi wrote:
I would like to know what the advantages of using Visual C++/MFC are over Visual Basic.
different between VB and VC is different between bottled Food and SelfMade food
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and You