+ 8
I learned sololearn but i can't write a code why?
Sololearn
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.
+ 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!
+ 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
+ 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..
+ 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
+ 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
+ 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.
+ 4
https://code.sololearn.com/WD4G7doO6LFN/?ref=app
Practice here
PS: It has just started
+ 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 👍
+ 2
ആക്രാന്തം മൂലം
+ 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;
}
+ 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
+ 2
You got 16000 and more xp......so why u dont.......r u use solo as album
+ 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.
0
I have the same problem! I cannot type in the playground