An open API service indexing awesome lists of open source software.

https://github.com/willf/realquickcpp

Documentation and code for my C++ tutorial, "Real quick C++"
https://github.com/willf/realquickcpp

Last synced: 8 months ago
JSON representation

Documentation and code for my C++ tutorial, "Real quick C++"

Awesome Lists containing this project

README

          

Real Quick C++
==============

This project contains the text and code for my tutorial on C++
called "Real Quick C++". It takes a beginning programmer through
creating a ham/spam filter -- a 'real' task, but manageably done
relatively quickly.