Merge pull request #937 from Yohanna/C++-Tutorial

Added two C++ tutorials.
pull/938/head
victor felder 2014-04-27 11:28:15 +02:00
commit 11b9fc2345
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@
###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)
* [LearnCpp.com C++ Tutorial] (http://www.learncpp.com/)
###Databases