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

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

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.