2014-11-13から1日間の記事一覧

C/C++

C C++

http://vipprog.net/wiki/prog_lang/cpp.html

C/C++/Error warning: NULL used in arithmetic

In file included from ../SimulationBase/sim_vector.h:10:0, from sim_extern.h:7, from ElasticSimulator.cpp:2: ../SimulationBase/sim_util.h: In function 'const char* stristr(const char*, const char*)': ../SimulationBase/sim_util.h:101:39: wa…

Vim 環境パス設定時の注意

Vim

環境パスを設定する際、vimのパスの前にMinGWなどのUNIXコマンドが使えるようなソフトのパスがあるとそこでvimが先に引っかかってしまい、プロンプトで「vim」をたたくと落ちる。

C/C++ MinGWインストール

C C++

http://uturo2.nevernothing.jp/mingw32/