出版社: Network Theory Ltd.
副标题: For the GNU Compilers GCC and G++
出版年: 2004-3-30
页数: 144
定价: USD 19.95
装帧: Paperback
ISBN: 9780954161798
内容简介 · · · · · ·
This manual provides a complete tutorial introduction to the GNU C and C++ compilers, gcc and g++.
Many books teach the C and C++ languages, this book teaches you how to use the compiler itself. All the common problems and error messages encountered by new users of GCC are carefully explained, with numerous easy-to-follow "Hello World" examples.
Topics covered include: compilin...
This manual provides a complete tutorial introduction to the GNU C and C++ compilers, gcc and g++.
Many books teach the C and C++ languages, this book teaches you how to use the compiler itself. All the common problems and error messages encountered by new users of GCC are carefully explained, with numerous easy-to-follow "Hello World" examples.
Topics covered include: compiling C and C++ programs using header files and libraries, warning options, use of the preprocessor, static and dynamic linking, debugging, optimization, platform-specific options, profiling and coverage testing, paths and environment variables, and the C++ standard library and templates.
Features a special foreword by Richard M. Stallman, principal developer of GCC and founder of the GNU Project.
喜欢读"An Introduction to GCC"的人也喜欢的电子书 · · · · · ·
喜欢读"An Introduction to GCC"的人也喜欢 · · · · · ·
An Introduction to GCC的书评 · · · · · · ( 全部 3 条 )
> 更多书评 3篇
读书笔记 · · · · · ·
我来写笔记-
现在较新版本的gcc不用显式指定-lm参数了,因为很多数学函数整合到libc里面了 我的gcc版本:gcc 4.4.7;linux发行版:CentOS 6.4 $nm /lib/libc.so.6 | grep pow 00150500 r _fpioconst_pow10 (1回应)
2014-04-24 21:53:17 1人喜欢
-
With optimization turned on, GCC could produce additional warning which don’t appear w/o optimization, since it (optimization) performs dataflow analysis.
2021-12-14 18:28:41
-
现在较新版本的gcc不用显式指定-lm参数了,因为很多数学函数整合到libc里面了 我的gcc版本:gcc 4.4.7;linux发行版:CentOS 6.4 $nm /lib/libc.so.6 | grep pow 00150500 r _fpioconst_pow10 (1回应)
2014-04-24 21:53:17 1人喜欢
-
With optimization turned on, GCC could produce additional warning which don’t appear w/o optimization, since it (optimization) performs dataflow analysis.
2021-12-14 18:28:41
-
With optimization turned on, GCC could produce additional warning which don’t appear w/o optimization, since it (optimization) performs dataflow analysis.
2021-12-14 18:28:41
-
现在较新版本的gcc不用显式指定-lm参数了,因为很多数学函数整合到libc里面了 我的gcc版本:gcc 4.4.7;linux发行版:CentOS 6.4 $nm /lib/libc.so.6 | grep pow 00150500 r _fpioconst_pow10 (1回应)
2014-04-24 21:53:17 1人喜欢
以下书单推荐 · · · · · · ( 全部 )
- C++: 其他 (Milo)
- C/C++程序设计 (srh)
- hoho (123)
- IT 三级 C/C++程序设计语言、框架技术(实用性) 1.1.1.1.1 (ajian005)
- linux/unix (小七)
谁读这本书?
二手市场
订阅关于An Introduction to GCC的评论:
feed: rss 2.0
0 有用 [已软注销] 2011-10-25 17:00:51
虽然每天都在用gcc但是从没看过介绍gcc的书,这是第一本吧,书非常短小,但基本都操作都涵盖了,还简单介绍了几个gnu的软件,包括gprof,gdb和gcov,都是编程会用到的。
0 有用 simple 2011-04-24 16:26:00
就是一本gcc的quickstart,顶多给三星吧,我觉得
0 有用 poringking 2014-05-27 01:56:12
gcc入门必看,看完之后应该继续看一下gnu make和debugging with gdb
0 有用 appleleaf 2013-01-24 18:04:40
入门读物
0 有用 继续发育 2010-08-29 16:45:41
这本书我是通过博布客的视频学的。
0 有用 三折书院 2022-03-24 09:05:43
简单清晰 但是gcc的很多操作已经更新 这本书还是老内容
0 有用 Ethanity 2021-12-15 13:30:25
技术书的典范
0 有用 Yafei 2021-12-08 19:26:30
刚读完3章,很多疑惑都解开了
0 有用 老杜振熙 2021-08-10 19:22:13
感谢陪伴
0 有用 逸 2020-05-18 22:35:18
入门最佳