Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What types of business apps need the power of C++? 1

Status
Not open for further replies.

medic

Programmer
Jun 14, 2000
459
0
0
US
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++.

TIA

Medic
 
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.

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top