/cppnow-2016-metaprogramming-for-dummies

My "Metaprogramming for dummies" presentation for C++Now 2016

Primary LanguageCSSOtherNOASSERTION

"Metaprogramming for dummies" presentation for C++Now 2016

This repository contains my reveal.js-based presentation on metaprogramming for dummies for C++Now 2016.

Basic usage

Go to https://ldionne.github.io/cppnow-2016-metaprogramming-for-dummies or open index.html with your browser. Note that opening index.html with your browser does not work on Google Chrome due to this issue.

Advanced usage

From the root of the repository,

npm install
grunt serve &

and then connect to localhost:8000 to view locally.