17.09.2011, 18:11
Everyone has a different learning difficulty, so how difficult you find something to learn is simply up to you. C++ is one of the harder languages out there, I would suggest getting started with something more basic, so you get the basic fundamentals of programming. Once you have the basic fundamentals of programming, then all you need to know to write in any language is the syntax and the documentation of the functions available. It's important to understand what everything you're writing is doing, not just know what to write and where to write it without getting errors.
With that said, you need to have an interest in it and you need to have the ability to solve problems yourself, if you can't solve problems yourself or rely on others to help you all of the time, you're not going to be a very good programmer. You also need to train algorithmic problem solving skills, as that is a crucial skillset to getting into the programming mindset. Patience is also crucial.
With that said, you need to have an interest in it and you need to have the ability to solve problems yourself, if you can't solve problems yourself or rely on others to help you all of the time, you're not going to be a very good programmer. You also need to train algorithmic problem solving skills, as that is a crucial skillset to getting into the programming mindset. Patience is also crucial.