#pragma section-numbers off [[TableOfContents]] = 概要 = C系のプログラムは C++11/14 でのプログラムしか最近はしないので、項目を別途記述。 = 関連サイト = = インストール = = 個人的によく利用するライブラリ = 動作速度やコンパイル速度等を考慮して、極力ヘッダオンリーのライブラリを利用している。 * [https://github.com/gabime/spdlog GitHub - gabime/spdlog: Super fast C++ logging library.]:ログならこれ * [https://github.com/philsquared/Catch GitHub - philsquared/Catch: A modern, C++-native, header-only, framework for unit-tests, TDD and BDD]:テストならこれ [https://libcinder.org/ Cinder] [https://github.com/paulhoux/Cinder-Samples GitHub - paulhoux/Cinder-Samples: Sample applications for the Cinder framework] = 設定 = = 利用方法 = = 参考サイト = ---- CategoryProgramLanguage