gccで調べ物
gccコマンドとg++コマンドの違いが分からないのでman gccと格闘
g++ is a program that calls GCC with the default language set to C++, and automatically specifies linking against the C++ library.
なんでagainstが使われているか分からないけど、ファイルをデフォでC++にして、
自動的にC++ライブラリをリンクしてくれるみたい。
The comments to this entry are closed.


Comments