Hello everyone,
I am learning C/C++ any recommendations will help ( Courses , Books )
Thanks for helping
Regards Aryan
Hello everyone,
I am learning C/C++ any recommendations will help ( Courses , Books )
Thanks for helping
Regards Aryan
If you are learning C/C++ for any tasks to be completed then learn in that context. These are very high level languages which contains a lot. If you are just learning as a part of course of college then basics would be enough. If you have prior experience with much easier languages like JavaScript and Python then learning C/C++ languages would be so simple.
Interesting: I thought python has taken over the world and didn’t know anyone still cared about c and C++. I don’t know about online courses or material, but for textbooks here are the definitive ones:
@paulinpaloalto Thank you very much .
@harshder03 Yep just want to get a head start for my uni.
Hey Aryan, learning C/C++ gives you a strong foundation for system programming, game development, etc. Here are some courses and books that will be useful:
Courses:
1. C for Everyone
2. Introductory C Programming Specialization
3. Learn C: Skill Path
Books
1. The C Programming Language by Kernighan and Ritchie
2. C++ Primer by Liooman
3. Accelerated C++
Hope this will help you.