|
|
|
|
|
by 0_gravitas
2531 days ago
|
|
If you are serious about it:
After you learn the basics (what is a string vs an int vs a float vs a loop vs an if statement), grab a pencil and notebook and go through the CS50 MIPS manual ASAP and complete all of the exercises without using stack overflow. After two or so years of initial learning, I never felt like a real programmer, and never felt like I understood the "whys" of what I was doing- going through this manual (it's free online) changed that: you will be forced to plan out everything on paper, and really think about what you're trying to do. I can't think of a time investment that I got more return on than my time going through that manual. |
|