Sunday, February 15, 2009

Data Structure and Other Objects Using C or AutoCAD 2002 Tutorial

Data Structure and Other Objects Using C++

Author: Michael Main

This book successfully balances the introduction of object-oriented concepts with data structures in C++. KEN TOPICS:Provides interfaces for the principal example classes, which are compliant with the ANSI/ISO C++ Standard Library classes. Thorough coverage of the role of the const keyword in the C++ Standard Library. Covers C++ features such as namespaces, static member constants, typename keyword, and inheritance. Thorough review of C++ syntax and OOP concepts, making book accessible for programmers at various levels. The book also gives readers a firm grasp of key concepts and allows programmers experienced in another language to adjust easily. A solid foundation in building and using abstract data types is also provided, along with an assortment of advanced topics such as B-trees for project building and graphs. This book is designed for novice programmers who have learned the concepts of objects and classes and want to move on to the data structures topics of recursion and data abstraction.



Table of Contents:
Ch. 1The phases of software development1
Ch. 2Abstract data types and C++ classes33
Ch. 3Container classes95
Ch. 4Pointers and dynamic arrays145
Ch. 5Linked lists211
Ch. 6Software development with templates, iterators, and the STL278
Ch. 7Stacks348
Ch. 8Queues389
Ch. 9Recursive thinking431
Ch. 10Trees469
Ch. 11Tree projects534
Ch. 12Searching575
Ch. 13Sorting622
Ch. 14Derived classes and inheritance673
Ch. 15Graphs722
App. AASCII character set771
App. BFurther big-O notation772
App. CPrecedence of operators774
App. DCommand line compiling and linking775
App. EDealing with older compilers778
App. FInput and output in C++780
App. GSelected library functions788
App. HBrief reference for the standard template classes791
App. IA toolkit of useful functions799
App. JFundamental style guide802
App. KDownloading the GNU compiler and software803
App. LException handling804

New interesting book: Conquest in Cyberspace or Learning Red Hat Linux

AutoCAD 2002 Tutorial: 3D Modeling

Author: Randy H Shih

This book contains a series of ten tutorial style lessons designed to introduce students to AutoCAD 2002's 3D modeling functions.



No comments:

Post a Comment