0
Having trouble.
Hello! Iâm having trouble learning C coding in its core essence. Are there things I can read to explain what each phrase means? I would love to learn this skill, but Iâm afraid Iâm not actually learning anything from just the examples.
2 RĂ©ponses
+ 1
It looks like you started SoloLearnâs C course about ten minutes before posting this. Nothing wrong with that, itâs easy to get confused if youâve never seen it before. Start with the syntax (declaring variables, for/while loops, if statements, functions).
It was always hard for me to learn a new language without writing the code while I do it. So start with a âhello worldâ example. Think of different things you might want to print to the console. After you get the syntax down, figure out something you want to make using C, and search the steps individually. Also check out SoloLearnâs coding challenges. You can complete them using a language of your choice.