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…
windows7 64bitで導入完了! 導入にはここを参考にした。 http://marupeke296.com/DOXY_No1_Introduction.html OUTPUT_LANGUAGE = Japanese DOXYFILE_ENCODING = UTF-8 INPUT_ENCODING = CP932 doxywizardにて、TopicsのProjectとInputの中に書くところがあ…
VCのアドオンは一瞬でインストールできてよい! MUST: VsVim(Vim!) Highlihgt all occurrences of selected word(ダブルクリックで変数ハイライト) 評判良いが有料なので保留: visual assist x ?: PowerCommands for Visual Studio 2010(プロンプト開いたり)…
printf("%032b\n", 15); //=>00000000000000000000000000001111