2014-08-01から1ヶ月間の記事一覧

C言語ではマクロは大文字で

http://social.msdn.microsoft.com/Forums/en-US/576ce567-33b8-4831-945a-a90c05e4a022/for-each-in-not-compiling?forum=vclanguageマクロは大文字という事は、型名や変数名に大文字を使うとマクロとの区別がぱっと見しにくくなるので、マクロ以外で全て大…

DWM

http://stackoverflow.com/questions/9786218/drawing-in-window-while-resizing-leaves-unpainted-border http://stackoverflow.com/questions/10615272/opengl-flickering-damaged-with-window-resize-and-dwm-active http://stackoverflow.com/questions/…

Makefile

http://d.hatena.ne.jp/karasuyamatengu/20120504

float

/fp:strict FLT_EVAL_METHOD fp_contracthttp://stackoverflow.com/questions/10713195/ieee-754-floating-point-computations-equality-and-narrowing http://randomascii.wordpress.com/2012/03/21/intermediate-floating-point-precision/ http://stackov…