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++"
- Host: GitHub
- URL: https://github.com/willf/realquickcpp
- Owner: willf
- License: mit
- Created: 2011-04-09T20:09:47.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-04-09T20:15:13.000Z (about 15 years ago)
- Last Synced: 2025-03-24T12:52:28.648Z (about 1 year ago)
- Language: C++
- Homepage: http://entish.org/realquickcpp/realquickcpp.html
- Size: 1.02 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
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.