ldionne / cppcon-2018-compile-time-programming

My slides on compile-time programming in C++20 for CppCon 2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile-time programming in C++20 and beyond @ CppCon 2018

This repository contains my reveal.js-based presentation on compile-time programming for CppCon 2018.

Usage

Go to https://ldionne.com/cppcon-2018-compile-time-programming or open index.html with your browser. A PDF version of the slides is in slides.pdf.

Running a local server

cd reveal
npm install # you can make sure that Python < 3 is used with `--python=python2.XYZ`
grunt serve --root=..

Then visit http://localhost:8000.

About

My slides on compile-time programming in C++20 for CppCon 2018

License:Boost Software License 1.0


Languages

Language:JavaScript 48.9%Language:CSS 37.6%Language:HTML 13.5%