View Single Post
  #18 (permalink)  
Old 05-29-2008, 03:03 PM
Xav's Avatar   
Xav Xav is offline
Code Slinger
 
Join Date: Mar 2008
Location: The North Pole
Posts: 11,010
Last Blog:
Web slideshow in JavaS...
Credits: 1
Rep Power: 86
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: Difference between c and c++

I thought maybe:

@ VB, because it has an easy-to-learn syntax. I'd suggest learning the classes and objects of .NET, with Visual Studio. Then...
@ C#. This shares the same objects/classes as VB.NET, so you're only changing one thing - the syntax used to manipulate them. Finally...
@ C/C++. They are both similar in syntax to C#, except they use unmanaged code, so you are again only changing one thing - the lack of .NET (unless you use managed C++).

This way, you learn lots of languages, and it's not too much of a learning curve.

Also, C# is similar to JavaScript and PHP, while VB is similar to VBScript and VBA, so you get a head-start in lots of other languages. I personally think it's worth the effort.
__________________


Mr. Xav | Website | Forums | Blog
Reply With Quote