Thread: C++
View Single Post
Old 04-07-2004, 04:15 PM   #10
Seraph
Quintesson
 

Join Date: September 12, 2001
Location: Ewing, NJ
Age: 43
Posts: 1,079
Quote:
There is PLENTY of reason! The right tool for the right job and all that. OOP has no place in the embedded world - nowhere nearly enough available resources. Besides, there is a reason it is called C plus plus, it's an extension to C, though enough different to be a whole new language.
If you want to learn both OOP and prodcedural programming using Java, C and C++ then the order is probably OOP in Java, OOP in C++, then C procedural programming in C (Or reverse the order). In my experience it's a lot easier to learn a language if you already know the programing style, or learn a programing style if your familiar with the language syntax, then it is trying to learn both at the same time (Which is what the posted order causes).

[ 04-07-2004, 04:16 PM: Message edited by: Seraph ]
Seraph is offline