1. Lots of people start getting degrees 2. Unemployment goes up because people without degrees can't get jobs 3. Exam boards etc. make exams easier so that people can get degrees to lower unemployment 4. jmp 1 |
chrisname wrote: |
---|
I think it was too hard to learn OOP AND programming AND C++ at the same time, whereas learning Python will be much easier, and also introduce you to some OOP ideas before you go into C++. |
You can learn C++ without learning OOP; you just have to skip classes (or look at them as POD data). C++ without OOP is almost C except with some improvements (function overloading, references, templates, etc) |
hayksk wrote: |
---|
As far as I understand, being solely a C++ programmer doesn't make much sense. The fact is that I just decided to start with C++, but not to be concentrated only on it. |
blackcoder41 wrote: |
---|
why doesn't it make sense? some people learn the basics of a language then move on to another because they think they know enough already.. please don't practice this kind of habit. i'm also a beginner but i believe there is a lot to expect in c++. |