好书推荐 好书速递 排行榜 读书文摘

An Introduction to GCC

An Introduction to GCC
作者:Brian J. Gough / Richard M. Stallman
副标题:For the GNU Compilers GCC and G++
出版社:Network Theory Ltd.
出版年:2004-03
ISBN:9780954161798
行业:其它
浏览数:5

内容简介

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.

......(更多)

作者简介

......(更多)

目录

......(更多)

读书文摘

$ gcc -Wall badpow.c -lm badpow.c: In function `main': badpow.c:6: warning: implicit declaration of function `pow'

......(更多)

猜你喜欢

点击查看