matthew as a q.

競技プログラミングメイン

2016-01-01から1年間の記事一覧

NUnitを使った自動テスト環境

今回はVisutal Studio 2015でNUnitを使えるようにしようという話。 最終的に、コマンドプロンプトからテスト実行できるようになるのが目標。 前提条件; 環境:OS: Windows 10 NUnitのテストは既に書けているものとする。 NUnitを使ってVisual Studioでユニ…

C4996を回避する

環境 Windows 10, Visual Studio 2015 エラーメッセージ C4996 'std::_Fill_n': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_S…