Can anybody educate me on when to use C++ for writing apps? I presently doing application developments in VFP and some in VB. I would like to know if there be any business apps which cannot be done with VFP or VB, and would need the power of C++.
Performance considerations would be the primary reason to choose C/C++ over higher level languages. When designed with performance as a priority C/C++ code can produce more efficient software.
Keep in mind that poorly designed C/C++ code does not produce more efficient software.
Also versions of VB prior to .NET are missing some specific functionality like true object orientation and multi-threading for example.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.