易截截图软件、单文件、免安装、纯绿色、仅160KB

C/C++编程必备

Windows C 程序设计入门与提高
http://download.chinaitlab.com/program/files/13246.html
单片机C语言入门
http://download.chinaitlab.com/program/files/12907.html
C++ 入门基础教程
http://download.chinaitlab.com/program/files/7617.html
C语言常用算法源代码
http://download.chinaitlab.com/program/files/12893.html
C常用算法程序集
http://download.chinaitlab.com/program/files/6225.html
C++ 语言命令详解
http://download.chinaitlab.com/program/files/4556.html
C语言编程要点
http://download.chinaitlab.com/program/files/11823.html
C语言编程基础
http://download.chinaitlab.com/program/files/11074.html
Borland c++使用手册
http://download.chinaitlab.com/program/files/4553.html
C语言数值算法程序大全(第二版)
http://download.chinaitlab.com/program/files/9247.html
Borland c++4.0安装与使用
http://download.chinaitlab.com/program/files/4546.html
C++ Builder 5.0经典入门
http://download.chinaitlab.com/program/files/4438.html
非C程序员C++入门自学教程
http://download.chinaitlab.com/program/files/3924.html
C语言常用函数手册
http://download.chinaitlab.com/program/files/1818.html
C++标准程序库自修教程与参考手册
http://download.chinaitlab.com/program/files/12644.html
C/C++指令字典
http://download.chinaitlab.com/program/files/13237.html
C语言图形函数介绍
http://download.chinaitlab.com/program/files/11643.html
C语言数值计算初步
http://download.chinaitlab.com/program/files/11640.html
C++Builder基础进阶
http://download.chinaitlab.com/program/files/6316.html
C++ 设计新思维
http://download.chinaitlab.com/program/files/6037.html
C++Builder英文帮助
http://download.chinaitlab.com/program/files/6315.html
C语言初学者入门讲座
http://download.chinaitlab.com/program/files/11641.html
C++完全参考手册
http://download.chinaitlab.com/program/files/9845.html
C游戏编程从入门到精通
http://download.chinaitlab.com/program/files/9253.html
《C++Builder学习大全》中文版
http://download.chinaitlab.com/program/files/2141.html
C++ Builder编程研究文档
http://download.chinaitlab.com/pr


相关文档:

#在C中的妙用你知道多少

C中的#号不仅是#include,#define等的关键字首使用而已,#在宏中还有很多用法。具体请看下面我来举例
1.双#号的宏用法。
我相信双##号的用法应该大部分人都见过吧,主要是用来连接宏变量名使用,在GCC参考手册中这样记载。
可用于宏内部将两个源代码权标连接成一个的连接指示字,可用来构造不会被解析器错误解释的名字。 ......

高质量C++/C编程指南

http://man.lupaworld.com/content/develop/c&c++/c/c.htm
1. 如果参数是指针,且仅作输入用,则应在类型前加const,以防止该指针在函数体内被意外修改
2. 在函数体的“入口处”,对参数的有效性进行检查
    在函数体的“出口处”,对return语句的正确性和效率进行检 ......

python31与C交互

1.c调用python:
   实例代码:
main.c调用test.py的
//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
//main.c
#include <windows.h>
......

C中括号优先级的思考

问题源于论坛的一道题目:
http://topic.csdn.net/u/20100216/21/ec98464e-a47e-4263-bb1c-a001e130ba87.html
下面是问题:
设int arr[]={6,7,8,9,10};
int *ptr=arr;
*(ptr++)+=123;
printf("%d,%d",*ptr,*(++ptr));
答案为什么是:8,8
问题的焦点也落在printf执行的问题上,到底先执行谁,后执行谁, 还有部分 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号