View Single Post
  #2  
Old 04-11-2005, 03:29 PM
Delphinus's Avatar
Delphinus Delphinus is offline
Member
 
Join Date: Dec 2001
Location: Calgary
Posts: 12,896
Delphinus has a spectacular aura aboutDelphinus has a spectacular aura aboutDelphinus has a spectacular aura about
Send a message via MSN to Delphinus
Default

Believe it or not C and its variants is still used, particularly in situations where real-time is a concern. Nowadays C++, C# and Java seem to the hot tickets though. But I prefer to take a pragmatic approach: A language is a language, a tool is a tool. You work with whatever fits the situation better. If you're developing for MS then C# and .NET are probably the tools of choice, on Unix, probably back into C++, and so on. Sometimes a PERL script is all you need.

In all probability your son will likely know Java before you know it. All the kids these days know it. We don't do a lot of Java development over here there though although we do have a few products that are predominantly Java based, that sit on top of our core products (which are more low-level).
__________________
-- Tony
My next hobby will be flooding my basement while repeatedly banging my head against a brick wall and tearing up $100 bills. Whee!
Reply With Quote