نام کتاب
C++ Primer

Stanley B. Lippman, Josée Lajoie, Barbara E. Moo

Paperback963 Pages
PublisherAddison Wesley
Edition5
LanguageEnglish
Year2013
ISBN9780321714114
1K
A890
انتخاب نوع چاپ:
جلد سخت
1,047,000ت
0
جلد نرم
1,107,000ت(2 جلدی)
0
طلق پاپکو و فنر
1,127,000ت(2 جلدی)
0
مجموع:
0تومان
کیفیت متن:اورجینال انتشارات
قطع:B5
رنگ صفحات:سیاه و سفید
پشتیبانی در روزهای تعطیل!
ارسال به سراسر کشور

C++#

توضیحات

پرفروش‌ترین کتاب آموزشی و مرجع برنامه‌نویسی C++، اکنون به‌طور کامل بازنویسی‌شده مطابق با استاندارد جدید C++11


کتاب C++ Primer (ویرایش پنجم) به‌طور کامل بازنگری و به‌روزرسانی شده تا با استاندارد تازه منتشرشده C++11 مطابقت داشته باشد. این منبع معتبر و جامع، به شما کمک می‌کند زبان C++ را سریع بیاموزید و از آن به روش‌هایی مدرن، مؤثر و حرفه‌ای استفاده کنید. نویسندگان با تمرکز بر بهترین شیوه‌های کدنویسی امروزی، نشان می‌دهند چگونه می‌توان از زبان اصلی و کتابخانه استاندارد آن برای نوشتن کدی خوانا، قدرتمند و کارآمد بهره برد.


از همان ابتدا، کتاب شما را با کتابخانه استاندارد C++ آشنا می‌کند و از توابع و قابلیت‌های متداول آن استفاده می‌کند تا بتوانید بدون نیاز به تسلط کامل بر تمامی جزئیات زبان، برنامه‌هایی مفید و کاربردی بنویسید.

تمام مثال‌های کتاب بازنویسی شده‌اند تا ویژگی‌های جدید زبان را در عمل نشان دهند و شما را با شیوه‌ی بهینه استفاده از آن‌ها آشنا کنند.


این کتاب:

  • آموزش گام‌به‌گام برای تازه‌واردان به C++ فراهم می‌کند
  • به‌طور جامع مفاهیم کلیدی و تکنیک‌های ضروری زبان را بررسی می‌کند
  • منبعی ارزشمند برای برنامه‌نویسان حرفه‌ای است، به‌ویژه کسانی که مشتاق آشنایی با امکانات جدید C++11 هستند


سریع شروع کنید و بیشتر بیاموزید:

  • یاد بگیرید چگونه با استفاده از ویژگی‌های جدید C++11 و کتابخانه استاندارد، برنامه‌هایی مقاوم و سریع بنویسید
  • از مثال‌هایی بهره ببرید که سبک‌های کدنویسی و طراحی نرم‌افزار روز را روشن می‌کنند
  • با منطق پشت قواعد زبان آشنا شوید: چرا C++11 به شکلی که هست کار می‌کند
  • از ارجاع‌های متقابل گسترده در کتاب برای درک بهتر مفاهیم مرتبط استفاده کنید
  • تمرین‌ها و ابزارهای یادگیری به‌روز کتاب به شما کمک می‌کنند تا نکات کلیدی را به خاطر بسپارید، از اشتباهات رایج پرهیز کنید، و اصول درست برنامه‌نویسی را بیاموزید


📥 کدهای کامل مثال‌های توسعه‌یافته کتاب از طریق این لینک در دسترس است:

informit.com/title/0321714113


Bestselling Programming Tutorial and Reference Completely Rewritten for the New C++11 Standard

 

Fully updated and recast for the newly released C++11 standard, this authoritative and comprehensive introduction to C++ will help you to learn the language fast, and to use it in modern, highly effective ways. Highlighting today’s best practices, the authors show how to use both the core language and its standard library to write efficient, readable, and powerful code.

 

C++ Primer, Fifth Edition, introduces the C++ standard library from the outset, drawing on its common functions and facilities to help you write useful programs without first having to master every language detail. The book’s many examples have been revised to use the new language features and demonstrate how to make the best use of them. This book is a proven tutorial for those new to C++, an authoritative discussion of core C++ concepts and techniques, and a valuable resource for experienced programmers, especially those eager to see C++11 enhancements illuminated.

 

Start Fast and Achieve More 

•  Learn how to use the new C++11 language features and the standard library to build robust programs quickly, and get comfortable with high-level •  programming

•  Learn through examples that illuminate today’s best coding styles and program design techniques

•  Understand the “rationale behind the rules”: why C++11 works as it does

•  Use the extensive cross-references to help you connect related concepts and insights

•  Benefit from up-to-date learning aids and exercises that emphasize key points, help you to avoid pitfalls, promote good practices, and reinforce what you’ve learned

 

Access the source code for the extended examples from informit.com/title/0321714113

 

C++ Primer, Fifth Edition, features an enhanced, layflat binding, which allows the book to stay open more easily when placed on a flat surface. This special binding method—notable by a small space inside the spine—also increases durability.


Table of Contents

1. Getting Started

2. PART I - The Basics

3. Contents / Intro

4. Variables and Basic Types

5. Strings, Vectors, and Arrays

6. Expressions

7. Statements

8. Functions

9. Classes

PART II - The C++ Library

Contents / Intro

8. The IO Library

9. Sequential Containers

10. Generic Algorithms

11. Associative Containers

12. Dynamic Memory

PART III - Tools for Class Authors

Contents / Intro

13. Copy Control

14. Overloaded Operations and Conversions

15. Object-Oriented Programming

16. Templates and Generic Programming

PART IV - Advanced Topics

Contents / Intro

17. Specialized Library Facilities

18. Tools for Large Programs

19. Specialized Tools and Techniques


About the Author

Stanley B. Lippman has retired back to the Catalina Foothills where he is working on EEEK!, a computational model of the nervous system of the House Mouse, and An Off By One Error, a speculative novel set in the Northwestern Rain Forest. During his professional career, Stanley served as Distinguished Consultant for the Jet Propulsion Laboratory, Architect for the Visual C++ development group at Microsoft, member of technical staff at Bell Laboratories, two stints in Massive Multiplayer Online Gaming, and a surprisingly long stint in Feature Animation at Disney, DreamWorks, Pixar, and PDI. Stanley will be most remembered for his many years working with Dr. Stroustrup on the implementation of cfront, the standard implementation of C++ until the ISO standard.


Josée Lajoie, now at Pixar, was a member of IBM Canada’s C/C++ compiler development team, and chaired the core language working group for the original ANSI/ISO C++ standardization committee.

Barbara E. Moo has nearly thirty years of software experience. During her fifteen years at AT&T, she worked closely with C++ inventor Bjarne Stroustrup and managed the C++ development team for several years.

دیدگاه خود را بنویسید
نظرات کاربران (0 دیدگاه)
نظری وجود ندارد.
کتاب های مشابه
++C
871
Clean C++20
570,000 تومان
++C
915
Beginning C++23
1,085,000 تومان
++C
869
Introduction to C++
1,056,000 تومان
++C
1,192
C++ Crash Course
955,000 تومان
++C
206
Building a Debugger
913,000 تومان
C
802
Advanced C and C++ Compiling
479,000 تومان
++C
1,765
CMake Best Practices
476,000 تومان
++C
847
Starting Out With C++
1,633,000 تومان
++C
854
Beginning C++20
999,000 تومان
++C
98
Engineering Problem Solving With C++
1,012,000 تومان
قیمت
منصفانه
ارسال به
سراسر کشور
تضمین
کیفیت
پشتیبانی در
روزهای تعطیل
خرید امن
و آسان
آرشیو بزرگ
کتاب‌های تخصصی
هـر روز با بهتــرین و جــدیــدتـرین
کتاب های روز دنیا با ما همراه باشید
آدرس
پشتیبانی
مدیریت
ساعات پاسخگویی
درباره اسکای بوک
دسترسی های سریع
  • راهنمای خرید
  • راهنمای ارسال
  • سوالات متداول
  • قوانین و مقررات
  • وبلاگ
  • درباره ما
چاپ دیجیتال اسکای بوک. 2024-2022 ©