- 博客(0)
- 资源 (9)
- 收藏
- 关注
C语言库函数使用大全(网络版)
c语言的一些库函数功能说明,用法,及例子
如:
----
函数名: abort
功 能: 异常终止一个进程
用 法: void abort(void);
程序例:
#include
#include
int main(void)
{
printf("Calling abort()\n");
abort();
return 0; /* This is never reached */
}
2009-01-19
Beyond the C++ Standard Library An Introduction to Boost
中文。<br>介绍Boost libraries: C++编程的下一个突破。
如果打不开,则可能是因为windows将chm文件锁住了。选择文件属性|解除锁定即可
2007-11-13
设计模式迷你手册---RedSword软件工作室制作
此书将常用的模式进行了索引整理。
由RedSword软件工作室:http://redsword.cn.st制作。
如果打不开,则可能是因为windows将chm文件锁住了。选择文件属性|解除锁定即可。
2009-01-19
C++ 内存管理算法和实现
英文版。<br>Memory Management: Algorithms and Implementation in C/C++ <br>by Bill Blunden<br><br>Table of Contents <br> Memory Management—Algorithms and Implementation in C/C++ <br> Introduction <br> Chapter 1 - Memory Management Mechanisms <br> Chapter 2 - Memory Management Policies <br> Chapter 3 - High-Level Services <br> Chapter 4 - Manual Memory Management <br> Chapter 5 - Automatic Memory Management <br> Chapter 6 - Miscellaneous Topics <br> Index <br> List of Figures <br> List of Tables <br> List of Case Studies <br> List of Sidebars
2007-11-14
Generic Programming
这是C++世界级专家Andrei Alexandrescu在C++ Report和C/C++ Users Journal上的专栏文章,用极为前卫的技术,向您展示了模板技术的无穷魅力。
2007-11-14
CSDN VC编程经验总结
此 CHM 文档的内容均为 CSDN 众网友共同收集而来,由网友们于 2004 年 3 月 7 日在 www.csdn.net 网站 VC/MFC 版的非技术类论坛上正式提出整理工作的倡议,经王国凡同志(sgnaw 李逍遥)整理而成,以供大家工作学习参考之用。<br>
2007-11-14
C语言技术文章(收集整理:Andy)
一些c技术文章
收集整理:Andy 完成于2003.1.7
Http://www.ChinaGPA.com GPA之家
如果打不开,则可能是因为windows将chm文件锁住了。选择文件属性|解除锁定即可。
2009-01-19
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅