Any quick tips from the pros? (Total newb) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

28th Mar 2017, 3:51 AM
Wraith 2211
Wraith 2211 - avatar
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.
28th Mar 2017, 4:10 AM
Hatsy Rei
Hatsy Rei - avatar
+ 11
i am Total newb so i pass..
28th Mar 2017, 8:26 AM
Agus Mei
Agus Mei - avatar
+ 9
Holy SHET! I'm not pros
28th Mar 2017, 4:13 AM
Yanothai Chaitawat
Yanothai Chaitawat - avatar
+ 4
I recommend you achieve a strong knowledge of algorithmics, before you step into your favorite language of your choice.
28th Mar 2017, 5:56 AM
Álvaro
+ 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.
28th Mar 2017, 4:05 AM
Lawrence Silva
Lawrence Silva - avatar
+ 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
28th Mar 2017, 9:25 AM
Vinr Älfakyn
Vinr Älfakyn - avatar
+ 1
PS, i'm not a pro
28th Mar 2017, 4:06 AM
Lawrence Silva
Lawrence Silva - avatar
+ 1
Thanks Guys
28th Mar 2017, 5:02 AM
Wraith 2211
Wraith 2211 - avatar