cpp

階乗 有理数 判定 関数 CPP C++ C言語

cpp

from google test sample #ifndef GTEST_SAMPLES_SAMPLE1_H_ #define GTEST_SAMPLES_SAMPLE1_H_ // Returns n! (the factorial of n). For negative n, n! is defined to be 1. int Factorial(int n); // Returns true iff n is a prime number. bool IsPrim…

doxygen 文字化け doxywizard windows7 64bit visual studio

windows7 64bitで導入完了! 導入にはここを参考にした。 http://marupeke296.com/DOXY_No1_Introduction.html OUTPUT_LANGUAGE = Japanese DOXYFILE_ENCODING = UTF-8 INPUT_ENCODING = CP932 doxywizardにて、TopicsのProjectとInputの中に書くところがあ…

visual studio VC アドオン 拡張機能 プラグイン

VCのアドオンは一瞬でインストールできてよい! MUST: VsVim(Vim!) Highlihgt all occurrences of selected word(ダブルクリックで変数ハイライト) 評判良いが有料なので保留: visual assist x ?: PowerCommands for Visual Studio 2010(プロンプト開いたり)…

バイナリ 表示 printf

printf("%032b\n", 15); //=>00000000000000000000000000001111