Similar Posts

Subscribe
Notify of
1 Answer
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
rhavin
5 months ago

Look at this first:
https://colorcomputerarchive.com/repo/Documents/Books/The%20C%20Programming%20Language%20%28Kernighan%20Ritchie%29.pdf
This is the great-grandfather of C# and it is quickly worked through. Most of the concepts presented there as well as the syntax are still valid in C# (although only limited at points), but if you can C, the language C++ and C# derived therefrom is much more understandable.