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++
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
+ 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)
+ 1