Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C++ university course

Tags:

c++

Do you know any university which has its C++ course available online? I'm looking for something similar to MIT-style online lectures (lecture notes, projects and examples, assignments, exams, solutions and video content).

This is what I've found on MIT, but id doesn't have video content.

like image 471
dole doug Avatar asked Nov 02 '09 12:11

dole doug


People also ask

What does C course mean?

FAQs on C Programming Language Course Details C language is a high-level computer programming language that was developed to perform system programming for the operating system like UNIX. It is an imperative and procedural language, which means people can write their programs as a series of step-by-step instructions.

What is C certification?

C Programming Language Certified Associate (CLA) is a professional certificate that measures your ability to accomplish coding tasks related to the basics of programming in the C programming language, as well as fundamental programming techniques, customs and vocabulary, including the most common library functions and ...


1 Answers

I don't know about C++ specifically, but in terms of video lectures on programming concepts, check out this:

http://academicearth.org/subjects/computer-science

like image 104
Amber Avatar answered Oct 13 '22 19:10

Amber