CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - arrays c
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - arrays c - List
[
VC/MFC
]
Teach Yourself C in 21 Days
DL : 0
Join the leagues of thousands of programmers and learn C++ from some of the best. The fifth edition of the best seller Sams Teach Yourself C++ in 21 Days, written by Jesse Liberty, a well-known C++ and C# programming manual author and Bradley L. Jones, manager for a number of high profiler developer websites, has been updated to the new ANSI/ISO C++ Standard. This is an excellent hands-on guide for the beginning programmer. Packed with examples of syntax and detailed analysis of code, fundamentals such as managing I/O, loops, arrays and creating C++ applications are all covered in the 21 easy-to-follow lessons. You will also be given access to a website that will provide you will all the source code examples developed in the book as a practice tool. C++ is the preferred language for millions of developers-make Sams Teach Yourself the preferred way to learn it!
Date
: 2011-06-09
Size
: 329.99kb
User
:
eddieonrobot
[
VC/MFC
]
The_C++_Programming_Language,Special_Edition
DL : 0
The C++ Programming Language.Third Edition. Bjarne Stroustrup(AT&T Labs),Murray Hill, New Jersey ------------------------------ Contents Contents iii Preface v Preface to Second Edition vii Preface to First Edition ix Introductory Material 1 1 Notes to the Reader ............. 3 2 A Tour of C++ ............. 21 3 A Tour of the Standard Library ............. 45 Part I: Basic Facilities 67 4 Types and Declarations ............. 69 5 Pointers, Arrays, and Structures ............. 87 6 Expressions and Statements ............. 107 7 Functions ............. 143 8 Namespaces and Exceptions .............. 165 9 Source Files and Programs ............. 197 Part II: Abstraction Mechanisms 221 10 Classes ............ 223 11 Operator Overloading ............ 261 12 Derived Classes ............ 301 13 Templates ............ 327 14 Exception Handling ............ 355 15 Class Hierarchies ............ 389 Part III: The Standard Library 427 16 Library Organization and Containers ............ 429 17 Standard Containers ............ 461 18 Algorithms and Function Objects ............ 507 19 Iterators and Allocators ............ 549 20 Strings ............ 579 21 Streams ............ 605 22 Numerics ............. 657 Part IV: Design Using C++ 689 23 Development and Design ............. 691 24 Design and Programming ............ 723 25 Roles of Classes ............ 765 Appendices 791 A The C++ Grammar ............ 793 B Compatibility ............ 815 C Technicalities ............827 Index 869
Date
: 2012-03-20
Size
: 2.73mb
User
:
mary_112204
[
VC/MFC
]
vc6mlrd
DL : 0
本书内容分上、下两册出版。本套书是关于Microsoft Visual C++ 6.0基础类库(MFC)完整的参考手册。全面性和权威性是本书最大的特点。MFC库按照应用的功能划分为根类,MFC应用结构类,窗口、对话和控件类,绘画和打印类,简单的数据类型类,数组、列表和映射类,文件和数据库类,Internet和网络类,OLE类,调试和异常类等类。而其中的每一分类都是应用编程或其中某个方面的重要课题。本书按字母次序排列了MFC全部的类,并详细介绍了每一个类的成员,包括成员函数和数据成员,以及类之间的关系,如派生等。对于典型的用法,本书在用常规方法解释之余,还附加了精炼的代码示例,可供读者揣摩、研究。-3-book covers, published in two volumes. Bentaoshu on Microsoft Visual C 6.0 basis Class (MFC) comprehensive reference hands register. Comprehensive and authoritative book is the greatest characteristics. MFC according to the application of functional roots category, MFC Application category structure, windows, dialogue and control classes, painting and print category, simple data type category, arrays, class lists and maps, documents and database category, Internet and network categories, OLE category, debugging and unusually for such category. And the classification is applied for each program or some aspect of an important topic. The book arranged in alphabetical order of all of the MFC category, and detailed descriptions of each category of members. including members of functions and dat
Date
: 2025-12-15
Size
: 233kb
User
:
why
[
VC/MFC
]
C
DL : 0
C语言程序设计 讲述了C语言的基本知识,函数,数组以及基本的程序设计方法。-C Programming Language describes the basic knowledge of C language, functions, arrays and basic program design methods.
Date
: 2025-12-15
Size
: 2.95mb
User
:
020
[
VC/MFC
]
Visual.C++.Optimization.with.Assembly.Code
DL : 0
Describing how the Assembly language can be used to develop highly effective C++ applications, this guide covers the development of 32-bit applications for Windows, optimizing high-level logical structures, working with strings and arrays, and more.
Date
: 2025-12-15
Size
: 9.77mb
User
:
Hiep Pham
[
VC/MFC
]
ARRAYS
DL : 0
C++\经典编程900例(C语言) part2-900 cases of classic programming (C language)
Date
: 2025-12-15
Size
: 13kb
User
:
易立
[
VC/MFC
]
c
DL : 0
C语言教程 一、概述 上 下 二、变量和常量 三、运算符 四、表达式和语句 五、编写第一个C语言程序 六、条件语句 七、循环语句和循环控制 八、数组 九、多维... -C language tutorial an overview of up and down two, variables and constants 3, 4 operators, expressions and statements 5, a C language program to prepare the first six or seven conditional statements, loop statements and loop control of eight or nine arrays, multi-dimensional ...
Date
: 2025-12-15
Size
: 5.88mb
User
:
表格
[
VC/MFC
]
Absolute.C.plus.plus
DL : 0
C++ programming concepts and techniques are presented in a straightforward style using understandable language and code. KEY TOPICS: C++ Basics Flow of Control Function Basics Parameters and Overloading Arrays Structures and Classes Constructors Operator Overloading, Friends, and References Strings Pointers and Dynamic Arrays Separate Compilation and Namespaces Streams and File I/O Recursion Inheritance Polymorphism and Virtual Functions Templates Linked Data Structures Exception Handling Standard Template Library Patterns and UML. MARKET: Useful for both beginning and intermediate C++ programmers. -C++ programming concepts and techniques are presented in a straightforward style using understandable language and code. KEY TOPICS: C++ Basics Flow of Control Function Basics Parameters and Overloading Arrays Structures and Classes Constructors Operator Overloading, Friends, and References Strings Pointers and Dynamic Arrays Separate Compilation and Namespaces Streams and File I/O Recursion Inheritance Polymorphism and Virtual Functions Templates Linked Data Structures Exception Handling Standard Template Library Patterns and UML. MARKET: Useful for both beginning and intermediate C++ programmers.
Date
: 2025-12-15
Size
: 4.95mb
User
:
nclk
[
VC/MFC
]
ARRAYS(shuzu)
DL : 0
收藏多年的好资料,C/C++中数组有关的经典应用-Many years of good data collection, C/C++ applications in an array of the classic
Date
: 2025-12-15
Size
: 14kb
User
:
jerrylauyw
[
VC/MFC
]
C-design_program_tutorials
DL : 0
C语言设计程序教程,朱成学的,电子教案,都是ppt,包括基本数据类型、循环结构、函数、数组、指针等章节。-C-design program tutorials, Zhu science, electronic lesson plans, all ppt, including basic data types, looping structures, functions, arrays, pointers and other sections.
Date
: 2025-12-15
Size
: 630kb
User
:
sy
[
VC/MFC
]
DataStructureVisual.C.6.0
DL : 0
本书收集了当前国内几本比较流行的数据结构算法书中的算法,在Visual C++6.0平台上将其编写成可以直接运行的程序。对有些算法,还给出了多种程序设计方案实现,以迅速提高程序员的算法与程序设计能力。 本书遵循数据结构算法书中的体系,将全书分为九章对应之,以便阅读。它们是:顺序存储结构的表、堆栈和队列,链式存储结构的表、堆栈和队列,数组、串和广义表,递归,树和二叉树,图,排序,查找,文件。本书的光盘中含有108个完整的程序源代码、可执行文件。本书适合于想要通过编程实例学习数据结构的C++程序员,也可以作为高校师生学习计算机编程与数据结构的参考书,尤其适合报考计算机软件专业研究生的人员与参加信息奥赛班学习的人员参考。 -This book has collected some of the more popular current internal data structure algorithm algorithms book, the Visual C++6.0 platform will be written into their direct running. For some algorithms, also gives the design to achieve a variety of procedures to quickly improve the programmer s algorithms and programming skills. This book follows the book s system data structure algorithms, the book is divided into nine chapters corresponding to read. They are: the order of the storage structure of tables, stacks and queues, linked storage structure of the tables, stacks and queues, arrays, strings and generalized form, recursive, tree and binary tree, graph, sort, search, document. Book, CD-ROM contains 108 full source code, executable file. Book for instance you want to learn data structures by programming the C++ programmers can also serve as college teachers and students to learn computer programming and data structures of reference, especially for graduate students registered for co
Date
: 2025-12-15
Size
: 8.99mb
User
:
wyk
[
VC/MFC
]
Arrays
DL : 0
summary off all function of c-summary off all function of c++
Date
: 2025-12-15
Size
: 102kb
User
:
medo
[
VC/MFC
]
Merge-Two-Sorted-Array
DL : 0
C++ code to merge 2 sorted arrays-C++ code to merge 2 sorted arrays
Date
: 2025-12-15
Size
: 133kb
User
:
nirupan
[
VC/MFC
]
Merge-Two-Unsorted-Array
DL : 0
C++ code to merge 2 unsorted arrays-C++ code to merge 2 unsorted arrays
Date
: 2025-12-15
Size
: 125kb
User
:
nirupan
[
VC/MFC
]
Arrays
DL : 0
C++ class topics on arrays
Date
: 2025-12-15
Size
: 135kb
User
:
Gerald Oluoch
[
VC/MFC
]
C-expert-programming-
DL : 0
《C专家编程》展示了最优秀的C程序员所使用的编码技巧,并专门开辟了一章对C++的基础知识进行了介绍。书中对C的历史、语言特性、声明、数组、指针、链接、运行时、内存以及如何进一步学习C++等问题进行了细致的讲解和深入的分析。-C expert programming shows the encoding technique used by most good C programmers, and specially opened up a basic knowledge of C++ are introduced.The history book on the C language features, statements, arrays, pointers, link, run-time memory, and how to learn C++, for a detailed explanation and in-depth analysis.
Date
: 2025-12-15
Size
: 12.96mb
User
:
长门
[
VC/MFC
]
The-C-Programming-Language
DL : 0
《C程序设计语言》是由C语言的设计者Dennis M. Ritchie和著名计算机科学家Brian W. Kernighan编写的一部介绍标准C语言及其程序设计方法的权威性经典著作。全面、系统地讲述了C语言的各个特性及程序设计的基本方法,包括基本概念、类型和表达式、控制流、函数与程序结构、指针与数组、结构、输入与输出、UNIX系统接口、标准库等内容。-" C Programming Language" is an introduction written by the designer of the C language Dennis M. Ritchie and well-known computer scientist Brian W. Kernighan standard C language programming methods authoritative classics. Comprehensively and systematically about the various features of the C language and programming the basic method, including basic concepts, types, and expressions, control flow, functions and program structure, pointers and arrays, structures, input and output, UNIX system interface standard library and other content.
Date
: 2025-12-15
Size
: 814kb
User
:
lei feng
[
VC/MFC
]
CPP-Arrays
DL : 0
C++ Arrays C++ Arrays-C++ Arrays C++ Arrays C++ Arrays
Date
: 2025-12-15
Size
: 33kb
User
:
man
[
VC/MFC
]
MD5
DL : 0
C++ MD5加密实现a small class for calculating MD5 hashes of strings or byte arrays-C++ MD5 encryption to achieve a small class for calculating MD5 hashes of strings or byte arrays
Date
: 2025-12-15
Size
: 14kb
User
:
JAYRONWANG
[
VC/MFC
]
深入理解c指针
DL : 0
深入理解C指针和内存管理,提升编程效率!这是一本实战型图书,通过它,读者可以掌握指针动态操控内存的机制、对数据结构的增强支持,以及访问硬件等技术。本书详细阐述了如何在数组、字符串、结构体和函数中使用指针,同时演示了相应的内存模型及其对指针使用的影响。(In-depth understanding of C pointers and memory management to improve programming efficiency! This is a practical book, through it, readers can master the mechanism of pointer dynamic manipulation of memory, enhanced support for data structure, and access to hardware and other technologies. This book explains in detail how to use pointers in arrays, strings, structures and functions, and demonstrates the corresponding memory model and its impact on pointer use.)
Date
: 2025-12-15
Size
: 33.43mb
User
:
cnm1028
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.