Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Want to learn OOP. know C++ but want to start over any advise where to start

hi
Want to learn OOP. know C++ but want to start over any advise where to start.
Please help.
Thanks
[117 byte] By [Farhan] at [2007-11-10 12:51:50]
# 1 Re: Want to learn OOP. know C++ but want to start over any advise where to start
Hey, look, you may begin with C++ builder for windows that works in a visual
environment.

Only you have to drag and drop an object and later your application in working.
Later you may take a look a the generated code so you see that is very easy.
Also it has a very context sensitive help that helps you a lot.
Bye.
Agustin at 2007-11-11 20:40:45 >
# 2 Re: Want to learn OOP. know C++ but want to start over any advise where to start
"Farhan" <fgkhan@hotmail.com> wrote:
>
>hi
>Want to learn OOP. know C++ but want to start over any advise where to start.
>Please help.
>
>Thanks

I found Object Oriented Programming in C++, by Robert Lafore (Waite Group
Press) to be very informative and easy to understand. It won't give you much
help with Windows programming, but it explains the fundamentals of OOP very
well. It is written mainly for Borland C++.
Cliff Lewis at 2007-11-11 20:41:48 >
# 3 Re: Want to learn OOP. know C++ but want to start over any advise where to start
> "Farhan" <fgkhan@hotmail.com> wrote:
> >
> >hi
> >Want to learn OOP. know C++ but want to start over any advise where to
start.
> >Please help.
> >
> >Thanks

My advice: Learn Java. C++ allows you do fall back into non-OO C code.
Java prevents this.

--
Truth,
James Curran
http://www.NJTheater.com
http://www.NJTheater.com/JamesCurran
James Curran at 2007-11-11 20:42:47 >