+ 3
What now?
I recently finished the tutorial for C, but now what? I don't know what to do to further my skills in C. Some guidance would really help, thanks in advance.
9 Respostas
+ 7
you can follow what John Paul prescribed and also solve coding problems along side
+ 6
Use code playground to write code. If you like do some C challenges. Then learn from other sources online or offline and practice writing more complex code.
+ 5
Eris Basically, C is a low level language and C++ is a high level language. C++ uses C implementation. In other words, C is a parent language of C++.
In today's world, C++ is practically the strongest language out of all.
+ 4
get more pdf files online that teach more on c
you can find them in pdfdrive.com.
you can also join more coding communities like github
+ 3
A calculator is one of the things I put on my ideas list, thanks for all the help
+ 3
If you want to learn more, start with C++. You'll not feel the difference.
Else, if you want to practice your skills, start with a small project like a menu or calculator.
P.S. I unintentionally wrote an if-elseif statement as the answer, lol. Don't worry Eris , it's a good answer nonetheless. Plus, it's in programmers' language.
+ 3
What is the difference between C and C++?