I learned sololearn but i can't write a code why? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

I learned sololearn but i can't write a code why?

Sololearn

4th Mar 2019, 2:19 PM
Theresa therese
Theresa therese - avatar
15 Answers
+ 24
You probably have just read the things or learnt by heart. Have you tried the 'Try It' Option in the lessons? Try practicing whatever you have learnt in sololearn playground.
4th Mar 2019, 2:48 PM
Mitali
Mitali - avatar
+ 16
You have not tried. You just set too high an expectation. It is just your first code. Start with a "Hello World"! That will do!
4th Mar 2019, 2:42 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 14
Aiming high isn't bad but always keep a strategy for it Start from beginner to expert It would take patience But get used to it And you will code harder programs easily later
4th Mar 2019, 3:21 PM
UTSURO
UTSURO - avatar
+ 11
Start with "hello world", see tasks for beginners, don't afraid to use books 'n' Google. Ask here, in sololearn if you not understand smthng..
4th Mar 2019, 2:51 PM
Николай Шаповаленко
Николай Шаповаленко - avatar
+ 10
• Best way to learn is to practice; • Finish the C++ Tutorial on SoloLearn; • View the codes made by the public; ▪Tips Every Programmer Needs to Follow https://www.sololearn.com/Blog/14/tips-every-programmer-needs-to-follow/ ⟹ Deep C : very good presentation on C language https://www.slideshare.net/olvemaudal/deep-c https://www.sololearn.com/Discuss/808552/?ref=app https://www.sololearn.com/Discuss/468962/?ref=app https://www.sololearn.com/Discuss/437973/?ref=app
4th Mar 2019, 3:12 PM
Danijel Ivanović
Danijel Ivanović - avatar
+ 5
C++ is a little bit hard as the first language because it's error message is hard to understand. I suggest you start with HTML, CSS and JavaScript. I suggest your first code be this one: https://code.sololearn.com/WS1l4514JQAx/?ref=app
4th Mar 2019, 2:57 PM
Gordon
Gordon - avatar
+ 5
Theory isn't enough. Go to code playground and practice the examples from the lessons. Start to modify them and customize them for your needs.
4th Mar 2019, 10:19 PM
Sonic
Sonic - avatar
+ 4
https://code.sololearn.com/WD4G7doO6LFN/?ref=app Practice here PS: It has just started
6th Mar 2019, 10:08 AM
_F1_
_F1_ - avatar
+ 3
Same problem like mine Just read and try it it will make you understand better In that manner you can experiment different things on your program And get some experience with that Just go by sequence Good luck 👍
5th Mar 2019, 2:06 AM
Yash🏁🔘
Yash🏁🔘 - avatar
+ 2
ആക്രാന്തം മൂലം
4th Mar 2019, 2:21 PM
Alan Yuye
Alan Yuye - avatar
+ 2
Maybe you're missing the base of it all which is algorithmic logic, this will give you the ability to see the problem and make an algorithm to solve it, like let's suppose you want to delete the oldest file in a folder, move pictures to the *pics* folder, do certain thing at certain time, tell/ask the user for things to do, et cetera. You first need to see what is the problem, make pseudocode/an algorithm out of it, converted to a flowchart then proceed to write the code that will solve that particular problem you have, personally what I do is I write (make comments) of the steps I want to take in the code like this example; //include lmaolib //say "hello guys lol"; //return nothing; #include <lmao.lib> int main(void) { printf("hello guys lol"); return 0; }
4th Mar 2019, 8:20 PM
Juan Sixto Nathan
Juan Sixto Nathan - avatar
+ 2
Try!!!!!!. And here is something that will help, write down the examples of the codes in the lessons. Then try using them when writing codes, that will help
5th Mar 2019, 4:58 PM
Abdullahi Lawal
Abdullahi Lawal - avatar
+ 2
You got 16000 and more xp......so why u dont.......r u use solo as album
5th Mar 2019, 5:01 PM
Becky Amanz
Becky Amanz - avatar
+ 1
Practice! and play with codes. I'm currently doing the same thing. Plus try to focus on one aspect of programming , maybe web development or any other aspect.
5th Mar 2019, 9:56 PM
tunde adebona
tunde adebona - avatar
0
I have the same problem! I cannot type in the playground
7th Mar 2019, 9:04 PM
Thomas Kumar-Raethel
Thomas Kumar-Raethel - avatar