Thread: Help me
View Single Post
Old 30-06-2006, 01:46 PM   #8 (permalink)
Spud1
www.delta-retail.co.uk
 
Spud1's Avatar
 
Join Date: Jul 2003
Location: Stafford
Posts: 4,673
Thanks: 27
Thanked 39 Times in 28 Posts
Spud1's system
Originally Posted by dangel
First off - the advice to learn 'C' as a starter language - PLEASE DON'T DO THIS!

I heard someone suggest C++ is marginalised? No - in fact, it's the fastest .NET language out there (it's effectively 'compiled' further) and MS want it to be a premier language for .NET development. Here in Cambridgeshire C++ jobs are probably the most common by far..
!
I reccomended C as a starter language primarily for it's syntax, and because I think that it is a lot easier to grasp object orientation if you have learnt at least the basics of a procedural language first...that was how I learnt and it has stood me in good stead so far..just my opinion though of course It also means that you can learn about control structures, basic data types, looping, arrays etc without having to worry about the O-O side of things.

C++ is not .net though...possibly you mean Visual C++ which is a different kettle of fish, but pure C++ has nothing to do with .net That's what C# is for - it has similar syntax but uses the .net libraries instead of ANSIC and MFC..

Mac Pro, 2x Quad core 2.8ghz Xeon, 512mb 8800GT, 4gb DDR2 FB-Dimm
Macbook, 1.8ghz Core Duo, 2GB Ram, Superdrive
iPhone 2G 2.0.1
"Is it a coincidence that an anagram of gordon brown is "born do wrong" ?, I rest my case.

Last edited by Spud1; 30-06-2006 at 01:53 PM..
Spud1 is offline   Reply With Quote