+ 1
Any quick tips from the pros? (Total newb)
Hey guys anything I should learn prior to this before doing it? and have you guys got any tips to memorizing and learning code quicker?
8 Answers
+ 17
Get yourself a desktop compiler, such as DevC++ 5.11, Visual Studio Community 2017, etc so that you can learn through the tutorial slides and write your own source code at the same time. Code Playground works but it doesn't reflect how a compiled program really works.
+ 11
i am Total newb so i pass..
+ 9
Holy SHET! I'm not pros
+ 4
I recommend you achieve a strong knowledge of algorithmics, before you step into your favorite language of your choice.
+ 3
The best way to learn is programming. Do not only study by the course, try to pratice in Online Judges too, like Hacker Rank, URI or Codeforcers. Good luck and welcome.
+ 3
I am not a pro but I can tell you at least one very important thing: DON'T NAME THINGS LIKE LISTS AND CONTAINERS LIKE "x" OR "y". RATHER NAME IT LIKE "list"!!!! Good luck to all of us :D
+ 1
PS, i'm not a pro
+ 1
Thanks Guys