This ever happen to you?

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
User avatar
jerryleecooper
Member
Member
Posts: 233
Joined: Mon Aug 06, 2007 6:32 pm
Location: Canada

Post by jerryleecooper »

I have read programming books where they resaying that you need to know C before learning C++, and books where theyre saying you need to jump immediately to C++, that C is obsolete.
I think that C++ is for people who work in the programming field, and C is for those who make technologies. :idea:
SpooK
Member
Member
Posts: 260
Joined: Sun Jun 18, 2006 7:21 pm

Post by SpooK »

jerryleecooper wrote:I have read programming books where they resaying that you need to know C before learning C++, and books where theyre saying you need to jump immediately to C++, that C is obsolete.
I think that C++ is for people who work in the programming field, and C is for those who make technologies. :idea:
As with 99.999999% of things... the truth is somewhere in the middle. Learn them both at the same time and let one complement your learning of the other.

Personally, I'd say learn C first so you have an idea of the High-Level foundations you are programming on.
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Post by Alboin »

I learned C++ first, and whenever I program in C (i.e. most of my programming.) I have very strong OOP tendencies.

The thing is, I can't say that I love OOP all that much. (I don't hate it, but I don't obsess over it.)
C8H10N4O2 | #446691 | Trust the nodes.
User avatar
AndrewAPrice
Member
Member
Posts: 2299
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Post by AndrewAPrice »

Learn a little C (stdio.h, functions, variables, etc) then go straight to C++?
My OS is Perception.
Post Reply