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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Things that Visual C++ do better then vb.net or Vice versa 1

Status
Not open for further replies.

Nademic

Programmer
Joined
Mar 25, 2008
Messages
18
Location
CA
Hi,

Just wanted to get some feedback regarding different program languages. For instance why would I want to code in C++ instead of vb.net or vice versa.I've heard that vb.net is easier to code then C++ but C++ runs faster. Is their any truth to this? Thanks in advance.
 
Well C++ has many advantages, it runs faster it looks cool on your resume, It has a longer history.

One of the disadvantages is that you need to recompile it for each os/system and you will end up with several different exe's.

VB.Net looks less cool on your resume but you can easily use c# instead, if that is a concern. The .net framework is vast and makes things easy (you can also write managed C++). For the rest I see no reason to switch to VB.Net from C++ :-(.

Christiaan Baes
Belgium

My Blog
 
Thanks for the info Christiaan. :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top