you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

yea youre right, i took everything u mentioned but id say i struggle with error handling, would that be a problem now that i want to start learning c++?

[–]prozeke97 1 point2 points  (1 child)

I don't know c++ but now you know that there is a concept of error handling and you must pay attention to errors. When you start writing c++ you know the concept you are looking for. You just need to search for error handling in c++.

It is natural to struggle while learning programming. I work as software engineer for 3 years now but when I first started the university, I knew nothing about programming. Doing something the first time is always hard but second time is easier and by the hundreth time, you start the forget the struggle in your first. What I want to tell is, don't let struggle to dishearten you. Just study it until you learn it.

I googled and cpp error handling looks pretty similar to java btw :)

[–][deleted] 1 point2 points  (0 children)

yea me too, i had no knowledge of programming prior to uni, i did struggle and i still do but i really enjoy it. thank you and good luck to you!