I’ve been programming in .NET C# almost exclusively for the past 7 months or so. Before that, most of my programming had been in C++ (from school). At work, I will likely be needing to do a whole bunch of C in the next few months. Most of my exposure to C comes from micro-controllers and stuff I find on the internet. I understand the syntax and many of the difference between C and C++, but I don’t really know what kind of built-in functions exist, what libraries I need to utilize to use said functions, and some memory management issues. Essentially I need to find some sort of quick crash course on C. Suggestions?
Share
Write code. It’s the only thing that works. Just pick any topic, and write some code.