搜索资源列表
boost_source_code
- 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备; python,没错,对Python语言的支持;
File
- const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。
dshell
- 本软件模拟Shell 的命令解释程序,了解如何创建子进程来执行一项专门的工作以及父进程如何继续子进程的工作。编写一个C语言程序作为Linux内核的Shell命令行解释程序,所执行的结果需和系统命令方式保持一致。基本运行方式为:当用户敲入命令行如:identifier[identifier[identifier]],Shell应该解析命令行参数指针数组argv[argc]。
PointerInC
- c语言指针使用的详细解释和例程,使用规则等-c language pointer detailed explanation and examples use
Handle-basedresourcemanagement
- 基于句柄的资源管理器,可以用在C++的项目开发中,防止指针悬挂和资源泄漏的情况发生-a handle-based resource management,It can be employed in C++ project development to prevent the case such as pointer dangling and resource leak
lesson2
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-study
LinuxCcode
- Linux程序员(C语言)学习C语言编程的基本概念,掌握分支程序设计、循环程序设计、一维数组的应用、一维数组与指针、指针数组、标准I/O库等,是学生掌握Linux操作系统下C程序开发的方法和技巧-Linux C Programming study material
c_and_the_pointer
- c和指针一书的代码和课后习题答案,相当有价值。-c and the pointer of the book code and after-school Exercise answers, quite valuable.
c_the_pointer
- c和指针一书的清晰版。不要告诉我你的比我的清晰。c和指针,c语言进阶的经典之作。-c, a clear pointer to a version of the book. Do not tell me your clear than I am. c and pointer, c language advanced classic.
c-he-zhi-zhen-ke-hou-ti-da-an
- C和指针课后题的答案(完整版)。配合c和指针这本书练习,效果最好。-C and answer questions after class pointer (full version). With c and a pointer to practice this book, the best results.
c
- 用c语言实现的鼠标驱动事件,运行程序后会看到一个蓝色的鼠标指针,支持鼠标单击和右击-C language of the mouse-driven events, run the program will see a blue mouse pointer, mouse click and right click
points-on-Cs-code.tar
- c和指针中的源代码,书中的所有源代码,来源于作者的网站-Point on C s all codes
demo03_1_array
- c++指针数组排序测试代码,学习数组和指针应用很好的例子。-c++ pointer to an array of sort of test code, learning the good example of the array and pointer applications.
C-pointers-and-callback-function
- 详细理解C指针-指针函数与函数指针和回调函数 非常基础易懂-Detailed understanding of C pointers- pointer to function and function pointer and a callback function
poinster-on-c
- C和指针 C经典趣味编程百例 这是2本高清的很不错的书,大家-The C pointer C Classic interesting programming 100 cases 2 HD very good book, and we look
Bank-Account
- 基于C++的银行账户模拟程序。适合学习链表和指针的初学者-Based C++ bank account simulation program. Suitable for beginners to learn linked lists and pointers
lesson-2
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-Inheri
C-programming
- 这是几个基础的C语言程序源代码,包括九九乘法表、求公约数、行列互换、指针赋值和顺序输出等,供初学者使用-This is the basis of several C language source code, including the multiplication table, find the number of conventions, the ranks of the swap, pointer assignment and sequential output, for beginner
chapter14
- C和指针第14章程序 推荐大家看看这本书 确实不错 多练习-Pointer on C chapter14