1.
1. Numerical Computation Guide(数值计算向导)
Describes floating-point hardware and software for the SPARC®, x86, and PowerPCTM (processor-based system) architectures. Contains a tutorial on floating-point arithmetic.
http://www.cs.clemson.edu/html_docs/SUNWspro/common-tools/numerical_comp_guide/ - 外文
2. General C/C++ Tutorials 推荐
http://www.techtutorials.info/cgen.html - 外文
3. The Code Project - Free Source Code and Tutorials
这个站点也许是开发者常提在嘴边的网站,它提供大量的原传文章,提供大量代码,强烈推荐
http://www.codeproject.com/cpp/ - 外文
4. MS DOS Programmer FAQ
http://www.faqs.org/faqs/msdos-programmer-faq/ - 外文
5. Programming in C UNIX System Calls and Subroutines using C
http://www.cs.cf.ac.uk/Dave/C/CE.html - 外文
6. The C Programmig Language FAQ
http://www-users.cs.umn.edu/~tan/www-docs/C_lang.html - 外文
7. 详细的GCC开发文档
http://gcc.gnu.org/onlinedocs/gcc/ - 外文
8. C Programming
http://www.its.strath.ac.uk/courses/c/ - 外文
9. C++, C, and Assembly Language Tutorials
http://www.kegel.com/academy/tutorials.html - 外文
10. C语言的优化
http://embedded-lab.org/home/modules/AMS/index.php?storytopic=0&start=0 - 外文