gccについて

未分類

gccのバージョン確認方法

$ gcc --version
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

gccドキュメンテーション

自分のバージョンにあったマニュアルをとってくる。

https://gcc.gnu.org/onlinedocs/

GCC本体のマニュアル

pdfもある。

https://gcc.gnu.org/onlinedocs/gcc-11.4.0/gcc/

Standard C++ Library Manual 

pdfもある。

https://gcc.gnu.org/onlinedocs/gcc-11.4.0/libstdc++/manual/

Standard C++ Library Reference Manual 

pdfもある。

https://gcc.gnu.org/onlinedocs/gcc-11.4.0/libstdc++/api/

未分類

Posted by tech-biz-creator