https://github.com/mluts/learning-cpp
C++ scetches for learning
https://github.com/mluts/learning-cpp
Last synced: over 1 year ago
JSON representation
C++ scetches for learning
- Host: GitHub
- URL: https://github.com/mluts/learning-cpp
- Owner: mluts
- Created: 2016-03-20T16:10:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-04T22:50:38.000Z (over 9 years ago)
- Last Synced: 2025-02-09T13:13:58.641Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Michael learns C++ !
My code scetches which i write to learn the language. I don't like it, but
definitely should dig deeper, at least for graphics programming. Graphics is
cool.
## GCC 6.2.1 exceptions bug
Noticed that my GCC 6.2.1 on archlinux doesn't handle `ifstream` exceptions,
they are just terminating the program. The fix is available in streams/Rakefile
## Some links for C++
* [C++ for C programmers](http://www.4p8.com/eric.brasseur/cppcen.html),
because i have little C experience and generally like C more than other
languages.