View Single Post
  #6 (permalink)  
Old 12-01-2006, 12:19 PM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 3,421
Last Blog:
wxWidgets is NOT code ...
Rep Power: 37
WingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to behold
Default

I would say that learning a language like Pascal (easy with decent power) first, then moving on to more powerful languages (C, C++, etc) is a good plan. You can learn the language features that are common across languages in a low-threat environment, then move on to more power where you have to implement some of the gimme's by hand.

Moving from a language with native support for graphics to one without that support can be painful, as can going from a RAD (Rapid Application Development) to a non-RAD language.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
Reply With Quote