<h2class="lecturer">Links to LinkedIn Courses, online documentation, tutorials and so on.</h2>
</div>
<article>
<h2class="sectiontitle">LinkedIn Courses</h2>
<p>LEARNING PATH: <ahref="https://www.linkedin.com/learning/paths/become-a-c-plus-plus-developer">Become a C++ Developer</a>, 8 courses and 19 hours of video, probably a good basic grounding in C++.</p>
<p>LEARNING PATH: <ahref="https://www.linkedin.com/learning/paths/advance-your-skills-in-c-plus-plus">Advance Your Skills in C++</a>, 8 courses and almost 24 hours of video, this actually includes 3 courses covered in the Become a C++ Developer Learning Path so if you do that Path first, you can cover this path with 5 courses and around 12 hours of video.</p>
<p>COURSE: <ahref="https://www.linkedin.com/learning/c-essential-trainingg">C Essential Training</a>, it can be quite difficult to pick C courses because of the number available and also because courses tend to be more geared towards C++ or C# which tend to be more popular nowadays but this one looks like an interesting course. The lecturer is Dan Gookin, the author of C for Dummies which is one of the first programming books I ever bought.</p>
<p>COURSE: <ahref="https://www.linkedin.com/learning/advanced-c-programming">Advanced C Programming</a>, also a Dan Gookin course, covering more advanced topics</p>
<p>COURSE: <ahref="https://www.linkedin.com/learning/master-c-language-pointers">Mastering C Language Pointers</a>, this is also a Dan Gookin course covering some more advanced topics.</p>
<p>COURSES: This is a list of courses hosted by <ahref="https://www.linkedin.com/learning/instructors/dan-gookin">Dan Gookin</a> who seems to be the go-to person for C courses on LinkedIn Learning. These are mostly C courses, including the two linked to above but there are also courses on PC Maintenance, Troubleshooting and a few others.</p>
<h2class="sectiontitle">Documentation</h2>
<p>Arguably, the best references for C (and maybe C++ as well but probably not C#) is available in book form rather than online. That being said, there are lost of online resources relating to C including a C language reference at <ahref="https://en.cppreference.com/w/c/language">cppreference.com</a> which, in spite of the name, is a reference for the C language, not C++. It does also have a <ahref="https://en.cppreference.com/w/cpp/language">C++ Language Reference</a>.</p>