+ 4
Is it advisable to start programming with C++?
as a new programming student.. it advisable to start programming using c++ and move on to visual basic before Java??
6 Answers
+ 18
Yes ...
C++ is the recommended programming language for understanding the concepts of OOP (Object Oriented Programming)
+ 2
C ++ is a difficult language but is extremely powerful, if other languages overwhelm it, it is not difficult. It is best to understand the programming structure using c ++
+ 2
no, i suggest you first learn python. After that, other languages will become easier go learn
+ 1
It all depends on what are you planning to do after you learn programming, because each language has some different areas of focus. Starting with C++ is a great language to begin with as it'll make you get your OOP principles right on point and you won't have a lot of libraries which you can just pick up and get on with, instead you'll have to put in efforts to make your own methods for almost everything. Java on the other hand takes this load off your head as it has a pre-built class for almost everything.
But there's no prerequisite to learn either Java or C++. I'd recommend picking up both the languages and investing a week on both of them then, just get on with whichever one you feel is the right one for you.
Hope this helps.
Cheers.
- 3
yes its very easy and understandable