Slides, discussion and exercices for the c++ co-learning in Zürich.
Meetup page: http://www.meetup.com/opentechschool-zurich/events/226235793/
Richard: Regular Expression with C++ presentation
CMake Tutorial for 24 Nov and Cmake Buildsystem and Cmake Language and Presentation on Learning Cmake
[Sandra's Presentation on how to complete a program] (http://opentechschool-zurich.github.io/cpp-co-learning/programming-principles-and-practice/07-completing-a-program/sandra/Presentation/)
Lambda Expressions in C++ / [THE WAYS TO AVOID COMPLEXITY IN MODERN C++ by VICTOR A. LASKIN, 2015] (http://vitiy.info/Slides/MeetingCPP2015/MeetingCPP2015Complexity.pdf)
Richard: Containers in C++ presentation
[Zee's Beginner Presentation] (http://opentechschool-zurich.github.io/cpp-co-learning/beginnersPresentation/zee/computation.html)
Richard: Writeup on Early vs. Late Binding in C++ and Java
Richard: Linear Regression with wxWidgets and wxFreeChart
Online compilers can be very useful to try out code quickly without having the hassle of setting up a new project with directories, build system etc. They mostly allow you to "save" the code on a permanent URL which makes it easy to share and experiment.