Skip to content

Internal repo with material for our C++ workshop @ RSEConUK 2019

License

Notifications You must be signed in to change notification settings

OxfordRSE/RSEConUK2019CppWorkshop

Repository files navigation

Getting the most out of the modern C++ language and standard libraries

RSECon 2019

Instructions for attendees

  • Some
  • Instructions

Slides

  • A PDF version of the slides can be found in slides/RSEConUK2019CppWorkshop.pdf
  • To re-build the slides,
    cd build
    cmake -DSLIDES=ON ..
    make slides
    
  • Building slides requires pandoc, LaTeX and the Metropolis Beamer theme

Testing the slides (on Linux)

Each code block in slides/RSEConUK2019CppWorkshop.md can be compiled by making the test_slides target defined in CMakeLists.txt:

make test_slides

Code blocks beginning with ~~~cpp will be tested in this way. To explicitly write a C++ code block that is not tested, add whitespace into the code block fence: ~~~ cpp.

About

Internal repo with material for our C++ workshop @ RSEConUK 2019

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published