بسم الله الرحمن الرحيمC++: The Complete Reference, 4th Editionالناشر: McGraw-Hill Osborne
عدد صفحات الكتاب: 1056 صفحة
File حجم الملف: 2.54 Mb
وصف الكتاب:
Best-selling genius Herb Schildt covers everything from keywords,
syntax, and libraries, to advanced features such as overloading,
inheritance, virtual functions, namespaces, templates, and RTTI–plus, a
complete de******ion of the Standard Template Library (STL).
تحميل:
http://uploading.com/files/fam5e667/0072226803.zipData Abstraction and Structures Using C++الناشر: D C Heath & Co
عدد صفحات الكتاب: 661 صفحة
File حجم الملف: 36.2 Mb
وصف الكتاب:
Data Abstraction and Structures Using C++ is the ideal text for
introducing computer science students to C++. A powerful alternative for
second courses in computer science, the text is thoroughly rooted in
the concepts of data abstraction and object-oriented software
development that have transformed the subject of data structures. The
text introduces the abstract properties of important data types in Part I
and discusses their implementation later in Part II. This separation of
concepts helps students understand the difference between the
properties of a data structure and it’s implementation, so that they can
develop the alternative data representations best suited to specific
programming problems. Data Abstraction and Structures Using C++ is
intended for use after a first course in programming with a high-level
language, but does not require specific knowledge of C++ itself.
Instead, the text helps students make the transition from Pascal or C to
C++ through clear explanations and specific information included in the
appendices. The authors’ disciplined, careful presentation is designed
to steer students clear of the pitfalls that sometimes accompany the use
of this powerful and increasingly popular language.
تحميل:
http://hotfile.com/dl/16550442/673ec5a/0763702951.zip.htmlC++ For Business Programmers (2nd Edition)الناشر: Prentice Hall
عدد صفحات الكتاب: 848 صفحة
File حجم الملف: 3.54 Mb
وصف الكتاب:
This book provides a highly readable introduction to C++ programming for
beginning business programmers. It guides readers through complete and
clear de******ions of sample programs, with a wealth of exercises
included along the way to help reinforce the important points of each
chapter. Throughout the text, a strong emphasis is placed on business
applications, rather than those in mathematics or computing. Part I
(Basic C++) covers the procedural parts of C++. Part II (Object-Oriented
Concepts and Programming) introduces object-oriented ideas through the
built-in string class. Part III (Object-Oriented Programming) explores
the essential object-oriented ideas through inheritance and
polymorphism. For beginning programmers using C++ for business.
تحميل:
http://uploading.com/files/caba6f36/0130467006.zipC++ For Dummies, 5th Editionالناشر: For Dummies
عدد صفحات الكتاب: 432 صفحة
حجم الملف: 7.7 Mb
Product De******ion
* This revision of the bestseller covers the popular object-oriented
programming language C++ from the ground up, enabling beginners to
become functional programmers and intermediate programmers to fine-tune
their skills
* Thirty percent new material includes updates on the most recent ANSI
standard, the new public domain C++ compiler, standards information on
namespaces, new library functions, and complete coverage of the standard
template library
* Covers topics like building and debugging C++ programs, creating
source code, using the Visual C++ help system, building objects,
learning the standard template library, and much more
تحميل:
http://hotfile.com/dl/15513427/3e98f7b/0764568523.pdf.htmlC++ Strategies and Tacticsالناشر: For Dummies
عدد صفحات الكتاب: 499 صفحة
حجم الملف: 8 Mb
وصف الكتاب:
* Seasoned C++ programmer Matthew Telles shows developers at any level
of experience how to save hours by improving, refactoring, and debugging
their code
* Some of the techniques covered include mastering asserts, creating a
complete class, hiding a method of a base class, freeing blocks of
memory, implementing a simple locking mechanism, creating debugging
macros, checking for errors at run-time, finding and fixing memory
leaks, and reducing code complexity
* The easy-to-follow, two-column Timesaving Techniques format makes mastering each timesaver a snap
* C++ is one of today’s most widely used programming languages, with compilers offered by Microsoft, Borland, and Code Warrior
* This book is the perfect companion to C++ For Dummies, Fifth Edition (0-7645-6852-3)
تحميل:
http://hotfile.com/dl/15513421/722fe96/0201563827.zip.htmlC++ A Beginner's Guide, Second Editionالناشر: McGraw-Hill Osborne
عدد صفحات الكتاب: 576 صفحة
حجم الملف: 11,3 Mb
وصف الكتاب:
Essential skills made easy! Written by Herb Schildt, the world’s leading
programming author, this step-by-step book is ideal for first-time
programmers or those new to C++. The modular approach of this series,
including sample projects and progress checks, makes it easy to learn to
use C++ at your own pace.
تحميل:
http://hotfile.com/dl/15513407/ef34038/0072232153.zip.htmlتحميل أمثلة الكتاب:
http://hotfile.com/dl/15527044/5e0f858/0072232153_source_code.zip.htmlC++ for Programmers (Deitel Developer Series)الناشر: Wiley
عدد صفحات الكتاب: 464 صفحة
حجم الملف: 4.81 MB
وصف الكتاب:
PRACTICAL, EXAMPLE-RICH COVERAGE OF:
*Classes, Objects, Encapsulation, Inheritance, Polymorphism
*Integrated OOP Case Studies: Time, GradeBook, Employee
*Industrial-Strength, 95-Page OOD/UML® 2 ATM Case Study
*Standard Template Library (STL): Containers, Iterators and Algorithms
*I/O, Types, Control Statements, Functions
*Arrays, Vectors, Pointers, References
*String Class, C-Style Strings
*Operator Overloading, Templates
*Exception Handling, Files
*Bit and Character Manipulation
*Boost Libraries and the Future of C++
*GNU™ and Visual C++® Debuggers
*And more…
تحميل:
http://uploading.com/files/9de2md2e/0137001304.zipتحميل أمثلة الكتاب:
http://hotfile.com/dl/15527469/fa1163a/0137001304_source_code.zip.htmlSams Teach Yourself C++ in 24 Hours, Third Editionالناشر: Sams
عدد صفحات الكتاب: 528 صفحة
حجم الملف: 5.9 Mb
وصف الكتاب:
This up-to-date guide to C++ programming is all you need to teach
yourself the basics in 24 hours. Jesse Liberty’s Sams Teach Yourself C++
in 24 Hours is a hand-on guide complete with examples of syntax and
detailed analysis of code. By the end of the book, you will have learned
the fundamentals of C++, including managing I/O loops and arrays,
object-oriented programming, and creating C++ applications. A CD is
included that provides you with all the source code needed to develop
the samples in the book as well as the Cygnus Insight Debugger and the
Dev-C++ IDE. Join over 250,000 readers who have learned C++ programming
from Jesse Liberty!
تحميل:
http://hotfile.com/dl/15513422/be06b89/0672322242.pdf.htmlC++ How to Program (5th Edition)الناشر: Prentice Hall
عدد صفحات الكتاب: 1536 صفحة
حجم الملف: 10.2 Mb
وصف الكتاب:
With over 250,000 sold, Harvey and Paul Deitel’s C++ How to Program is
the world’s best-selling introduction to C++ programming. Now, this
classic has been thoroughly updated! The Deitels’ groundbreaking How to
Program series offers unparalleled breadth and depth of programming
concepts and intermediate-level topics for further study. The books in
this series feature hundreds of complete, working programs with
thousands of lines of code. Deitels’ C++ How to Program is the most
comprehensive, practical introduction to C++ ever published-with
hundreds of hands-on exercises, roughly 250 complete programs written
and documented for easy learning, and exceptional insight into good
programming practices, maximizing performance, avoiding errors,
debugging, and testing. The updated Fifth Edition now includes a new
early classes pedagogy-classes and objects are introduced in Chapter 3
and used throughout the book as appropriate. The new edition uses string
and vector classes to make earlier examples more object-oriented. Large
chapters are broken down into smaller, more manageable pieces. A new
OOD/UML ATM case study replaces the elevator case study of previous
editions, and UML in the OOD/UML case study and elsewhere in the book
has been upgraded to UML 2. The Fifth Edition features new mini case
studies (e.g., GradeBook and Time classes). An employee hierarchy
replaces Point/Circle/Cylinder to introduce inheritance and
polymorphism. Additional enhancements include tuned treatment of
exception handling, new “Using the Debugger” material and a new “Before
You Begin” section to help readers get set up properly. Also included
are separate chapters on recursion and searching/sorting. The Fifth
Edition retains every key concept and technique ANSI C++ developers need
to master: control statements, functions, arrays, pointers and strings,
classes and data abstraction, operator overloading, inheritance,
virtual functions, polymorphism, I/O, templates, exception handling,
file processing, data structures, and more. It also includes a detailed
introduction to Standard Template Library (STL) containers, container
adapters, algorithms, and iterators. The accompanying CD-ROM includes
all the source code from the book. A valuable reference for programmers
and anyone interested in learning the C++ programming language and
object-oriented development in C++.
تحميل:
http://hotfile.com/dl/15513415/8280f24/0131857576.zip.htmlتحميل أمثلة الكتاب:
http://hotfile.com/dl/15528110/fdde67f/0131857576_Examples.zip.htmlC++ Programming for the Absolute Beginnerالناشر: Course Technology PTR
عدد صفحات الكتاب: 481 صفحة
حجم الملف: 1.35 MB
وصف الكتاب:
C++ Programming for the Absolute Beginner is designed to help readers
with no programming experience learn not only the basics of C++, but
also the fundamental programming concepts they need to grasp in order to
learn their next programming language. Offering an easy,
non-intimidating approach to C++, the For the Absolute Beginner series
was designed by computer science instructors and takes a unique approach
to programming. Throughout the book, you will be using programming
concepts to create simple games with C++. Before you know it, you will
have accumulated a wealth of programming skills that you can easily put
to use in real-world scenarios, including using advanced data types,
programming with Windows, and troubleshooting errors.
تحميل:
http://uploading.com/files/m8m27c93/1931841438.chmC++ Unleashed الناشر: Sams
عدد صفحات الكتاب: 944 صفحة
حجم الملف: 4.02 MB
وصف الكتاب:
Jesse Liberty’s C++ Unleashed presents focused explanations of the core
features and complexities of C++. The text covers advanced
object-oriented analysis and design strategies and implementation issues
associated with memory management, STL container classes, iterators,
and algorithms. Manipulate data using dynamic data structures and
recursion, efficient sorting algorithms, and advanced hashing and
parsing techniques.
تحميل:
http://uploading.com/files/m382m557/0672312395.zipملاحظات:
- قم بالضغط
هنا لمعرفة المزيد عن كيفية التحميل من موقع hotfile.com
- قم بالضغط
هنا لمعرفة المزيد عن كيفية التحميل من موقع uploading.com
- قم بالضغط
هنا لتنزيل المزيد من الكتب المتعلقة بلغة C++
يوجد المزيد من المزيد من الكتب في مختلف مجالات الحاسب في المدونة التالية:
http://freeebookzonline.qupis.com/wordpressأو يمكن الوصول مباشرة للكتب المتعلقة باحد فروع الحاسب من خلال احد الاقسام التالية:
Oracle /
SQL /
For Dummies /
Harry Potter Novels /
Access /
Excel /
Microsoft Office Books /
Outlook /
PowerPoint /
Word /
Photoshop CS2 /
Photoshop CS3 /
Photoshop CS4 /
C# /
C++ /
Java /
Visual Basic .Net /
Star Wars Audio Books /
Star Wars Comics /
Star Wars Novels /
The New York Times Bestsellers Books /
Windows 7 /
Windows Vista /
Windows XP أرجو الفائدة للجميع
الموضوع منقول