/cxx-playground

Personal C++ playground.

Primary LanguageC++MIT LicenseMIT

cxx-playground

fabic.net's personal C++ playground.

Build instructions

Quick build command :

$ ( [ -d build/ ] && rm -rf build/ || true) &&
    mkcd build &&
    ( cmake .. && make &&
        find -type f -perm -a+x -name \*.so -ls ) ; cd -

Pointers

ChangeLog

  • 2018-02-17: Been a month since I've touched any C++, lost momentum with that Clong plugin :-/
  • 2018-01-17: Dude, you were working on that Clong Clang plugin thing; status: partially working proof-of-concept, this may lead somewhere.

EOF