Merge pull request #1346 from ibtehaz-shawon/patch-1

Add a course for C and update the hyperLink for C and C++
pull/1347/head
victor felder 2015-02-11 14:02:20 +01:00
commit 01ab6f83d1
1 changed files with 5 additions and 1 deletions

View File

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