I know basics of C language. What should I do next - Master C or learn C++/python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I know basics of C language. What should I do next - Master C or learn C++/python?

Suggestions please....

12th Dec 2022, 12:44 PM
Sreekrishna Haridas
Sreekrishna Haridas - avatar
1 Answer
+ 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/ Also basic knowledge for the programmer is knowledge of algorithms and data structures https://www.sololearn.com/learn/773/?ref=app https://www.sololearn.com/learn/774/?ref=app
12th Dec 2022, 2:32 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar