View Single Post
  #3 (permalink)  
Old Jun 19th, 2006, 13:08
ukgeoff ukgeoff is offline
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: C++ Good or Not Good ?

It's like so many areas of work. The right tool for the job.

These days C++ is about as low level as most people code these days and is appropriate where you need the almost machine level of control that it will give you.

Otherwise stick to higher level languages, such as php, that are designed to meet a need and do a lot of work for a little coding.
Reply With Quote