易截截图软件、单文件、免安装、纯绿色、仅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


相关文档:

GNU/Linux平台的C程序开发及程序运行环境

本文介绍在GNU/Linux环境下一个C程序由源代码到程序,到加载运行,最后终止的过程。同时以此过程为载体,介绍GNU/Linux平台下软件开发工具的使用。
 
本文以我们最常见的hello, world!为例:
 
#include <stdio.h>
main ()
{
      printf(“hello, world!\n” ......

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

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

C库函数(字符串函数)


C库函数
字符串函数
 
 
 
函数名
函数原型
功能
返回值
包含头文件
strcat
char *strcat(char *st1, char *str2)
把str2连接到str1后面
str1
string.h
strchr
char *strchr(char *str, int ch)
找出str指向的字符串中第一次出现字符串ch的位置
指向该位置的指针,未找到则返回空指针
......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号