Add a course for C and update the hyperLink for C and C++

Add course on C from edx.org
This commit is contained in:
Ibtehaz Shawon 2015-02-11 18:47:05 +06:00
parent 0ad750e37b
commit 68dea5002f
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,8 @@
* [Assembly](#assembly)
* [Android](#android)
* [AngularJS](#angularjs)
* [C++](#c)
* [C](#c)
* [C++](#c-1)
* [Clojure](#clojure)
* [Databases](#databases)
* [Haskell](#haskell)
@ -35,6 +36,9 @@
### AngularJS
* [Shaping up with Angular.js](https://www.codeschool.com/courses/shaping-up-with-angular-js)
### C
* [Introduction to Computer Science](https://www.edx.org/course/introduction-computer-science-harvardx-cs50x#.VNsjDvmUcmQ)
### C++
* [Google's C++ Course](https://developers.google.com/edu/c++/)
* [Introduction to C++](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-096-introduction-to-c-january-iap-2011/) (MIT's opencourseware)