0

How to become a better programmer?

I'm a cs student. I want to become better at coding. Even tho i am quite good at solving errors and all but when someone give me a little complex discription of a program, i can't seem to program it. I have tried hackerrank.com but the codes are complex. How to become better at programming? #c++

21st Jul 2019, 7:41 PM
Khuzaima A.
Khuzaima A. - avatar
3 Respostas
+ 2
The simple answer is to program every day. You say that you have problems in complex programs, so why don't you start small. I mean try to make one simple program like "guess game". Then you can try to make a "sea chess" or maybe "game of life"(you can google it). And after that you can go to more and more complex programs. When I was at the beginning of learning c++ I have the same problem like and start from small programs to bigger and bigger. The most important thing is to not give up. Just try again and again and you will see that little by little you will be able to solve complex problems. If you want to see some of my projects: https://github.com/borislavvv00
21st Jul 2019, 7:50 PM
B K
+ 1
Yeah, you need to train with weights you can move. Look for assignments that feel solvable but are just a little hard. You'll google some stuff, fight with bugs, but eventually it runs. You will be a bit stronger and go on with the next task, a little bit harder. while(true)
21st Jul 2019, 9:41 PM
HonFu
HonFu - avatar
2nd Nov 2019, 6:04 AM
A͢J
A͢J - avatar