+ 3
Finished C programming course in Sololearn
Hi friends 👋😁 I have successfully finished C programming here. But I wish to develop my skills more in C. So in order to become a Advanced C programer or a Pro level C programmer what I have to do. Please guide or suggest something me.
1 Respuesta
+ 5
Q: What should I learn after C course?
A: After completing the SoloLearn C course you will have only scratched the surface of C programming.
You will need to study the C standard library in order to learn how to use C effectively. Then you will need to learn data structures and algorithms and how to implement them in C.
If you wish to create graphical user interface desktop applications then the Windows API is a C api worth learning. On Linux the Gnome Toolkit (GTK) and Tk are written in C.
If you're looking to add object oriented programming to your skillset then C++ is the natural progression from C.
/Martin Taylor/