+ 2
If i didn't learn well the c++ or i didn't understand few things in this language..i won't understand the other languages ?
7 odpowiedzi
+ 5
No. Other languages can be very different. I wouldn't recommend Java or C# because those are languages very similar to c++ in syntax. If the general concept of code was confusing you, you might struggle with all languages.
+ 5
No it's not like that.
C++ is a difficult language but it is very useful and i think it's essential for good programmers to know how to code C++ .If you didn't understand some small points it's ok but ask your friends.
+ 3
If OOP is the only thing your having problems with, you are just fine! :) OOP, especially more advanced topics in OOP can be a difficult thing to learn at first for everyone I think. SoloLearn doesn't cover enough of it, so I would recommend going through online tutorials or buying a book
+ 2
Each language is essentially a combination of commands in sequence, in decision, or in repetition. What changes is the syntax of declarations and commands. So if you have a good logical reasoning you will program well in any language you can learn the syntax features.
+ 1
i understand 85% of c++..i just have few things which confuse me..in oop exactly
+ 1
Haha, nobody understands 85% of c++ except Bjarne Stroustrup
+ 1
thanks every body for your answers