Re: Should I learn C++ or Java now?
I disagree. I think learning C first is a good idea if you're
planning to master procedural programming. Not saying, it's bad, but
in my own experience, you can get ahead better with a solid
understanding of OOP. I believe it's better to get good at OOP with a
language such as Java or Python and then move on to things like C++ to
be able to write fast applications (GUI, games, complex number
crunching).
"vijay" <getvijay2k@yah oo.com> wrote in message news:<bf5oa6$cc m$1@news.mch.sb s.de>...[color=blue]
> learning C++ is best done aftee u learn c thoroughly
> Because u wud be able to make a differece between language specific
> syntactical info(in C) and object oriented concepts of C++
> Once u learn language syntax in C thorughly , when u start learning C++ u
> wud be able to apprciate the OOPS concepts in C++,
>
> Java since its made a platform independent it will be too heavy on u if u
> are not sure of basic concepts of a high level language ,
>
> My advice is start with a simple c book, learn to program, then open
> Kennigham and ritche's C BOOK, which is like Bible of C, and learn the
> language
> After that use Stanley Lipmann's Primer C++ .
>
> U can as well lean Java basics along with Primer C++ as most of the concepts
> are similar,
>
> Vijay[/color]
I disagree. I think learning C first is a good idea if you're
planning to master procedural programming. Not saying, it's bad, but
in my own experience, you can get ahead better with a solid
understanding of OOP. I believe it's better to get good at OOP with a
language such as Java or Python and then move on to things like C++ to
be able to write fast applications (GUI, games, complex number
crunching).
"vijay" <getvijay2k@yah oo.com> wrote in message news:<bf5oa6$cc m$1@news.mch.sb s.de>...[color=blue]
> learning C++ is best done aftee u learn c thoroughly
> Because u wud be able to make a differece between language specific
> syntactical info(in C) and object oriented concepts of C++
> Once u learn language syntax in C thorughly , when u start learning C++ u
> wud be able to apprciate the OOPS concepts in C++,
>
> Java since its made a platform independent it will be too heavy on u if u
> are not sure of basic concepts of a high level language ,
>
> My advice is start with a simple c book, learn to program, then open
> Kennigham and ritche's C BOOK, which is like Bible of C, and learn the
> language
> After that use Stanley Lipmann's Primer C++ .
>
> U can as well lean Java basics along with Primer C++ as most of the concepts
> are similar,
>
> Vijay[/color]
Comment