View Single Post
  #8  
Old 11-17-2006, 02:46 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
I would say going C++ is the best, especially if you want to be platform-independent and fast and use many external libraries, although it is good to look into different directions. Often the language is not the most important, they are often quite the same. What is more important is if the language is doing what you want: in some cases php and javascript or even ruby are wonderful (for websites), sometimes Flash script, sometimes Java, often C/C++. Even Visual Basic or C# can be good solutions although it is limiting you a little bit to Microsoft-stuff.

What is more important is an understanding of concepts - organization of code, reusability, documentation, etc. You also need to learn to find documentation and code examples, ways to do things easier instead of spending too much time on solving some little detail.
Reply With Quote