• Learning C++

    Hacking C++ https://hackingcpp.com/index.html Website: https://www.cppindetail.com/ Book (on Amazon): https://www.amazon.com/17-Detail-Exciting-Features-Standard/dp/1798834065 Code: https://www.cppindetail.com/data/cpp17indetail.zip Book: https://learning.oreilly.com/library/view/modern-cmake-for/9781801070058/ Code: https://github.com/PacktPublishing/Modern-CMake-for-Cpp Youtube Channel: https://www.youtube.com/playlist?list=PLO6785UZapFVtesm7HROV2bwrzFaVwVH8

  • CMake

    Tips Sourcetrail Create a Source Group from an existing Compilation Database file (compile_commands.json). It can be exported from CMake using -DCMAKE_EXPORT_COMPILE_COMMANDS=ON Step 2: Adding a…