Practical | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Practical

I have been using this app for 2 days now and I've realized as informative as all this is there's nothing in here so far that declares the relevance of each lesson. what are the practical applications? This is probably why people get bored learning. Because so far it's been just that... learning. It'd help if there was a way to test your skills..

30th Jan 2017, 12:29 AM
Juan
3 Answers
+ 7
the real way to make it practical is to take what it taught you, and ask "what if?" or make something new out of it in code playground. have fun with it. you will encounter errors, and that will be how you learn what you can do and can't do.
30th Jan 2017, 6:01 AM
Ahri Fox
Ahri Fox - avatar
+ 2
also you can have a look at what other people have done in code playground for inspiration and what they have used stuff for - I wish I could tag my code snippets with topics that I've made use of, but since we can't (yet) I often put it I. the title
30th Jan 2017, 8:17 PM
Phil
Phil - avatar
0
Hello There! Have you ever heard of Arduino? it's basically a Microcontroller(mainly used for robots in this case) that is mostly programmed by C++. I actually learned its language before learning C++ and found it extremely similar to this! it even including: If, While, For, Else loops and more, just like C++. And its way-of-thinking is similar. It does include some other thing necessary for robots, but they aren't complex. I hope this helps you!
1st Feb 2017, 2:50 PM
Moe Jaber
Moe Jaber - avatar