Click here to Skip to main content
15,898,222 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to learn C++ language. Is it possible?

Is it possible to go directly with VB.NET and ASP.NET without learning the C++ language?
Posted
Updated 10-Feb-11 17:13pm
v3

Sure. To do ASP.NET with VB, there is no need to have prior C++ knowledge/experience.

Of course if you want to start with C++, then that's fine too. In general if you have the time, then it's a good idea to learn an unmanaged language like C++ before venturing into languages like C#, Java or VB.NET where the framework manages a lot of stuff for you. It's kinda similar to how learning to drive a stick shift usually helps you become a better driver even when you drive an automatic transmission.
 
Share this answer
 
v2
Both options are quite possible.

Looks like in either case, you might want to learn some basic OOPS concepts first.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900