1 رای
وضعیت موجودی موجود

قیمت قبلی: 8,300,000 ریال
قیمت: 7,900,000 ریال

 



Product details

  • Publisher ‏ : ‎ Packt Publishing (September 11, 2020)
  • Language ‏ : ‎ English
  • Paperback ‏ : ‎ 750 pages
  • ISBN-10 ‏ : ‎ 1800208987
  • ISBN-13 ‏ : ‎ 978-1800208988


 

کتاب Modern C++ Programming Cookbook: Master C++ core language and standard library features, with over 100 recipes, updated to C++20, 2nd Edition

A pragmatic recipe book for acquiring a comprehensive understanding of the complexities and core fundamentals of C++ programming

Key Features

  • Explore the latest language and library features of C++20 such as modules, coroutines, concepts, and ranges
  • Shed new light on the core concepts in C++ programming, including functions, algorithms, threading, and concurrency, through practical self-contained recipes
  • Leverage C++ features like smart pointers, move semantics, constexpr, and more for increased robustness and performance

Book Description

C++ has come a long way to be one of the most widely used general-purpose languages that is fast, efficient, and high-performance at its core.

The updated second edition of Modern C++ Programming Cookbook addresses the latest features of C++20, such as modules, concepts, coroutines, and the many additions to the standard library, including ranges and text formatting. The book is organized in the form of practical recipes covering a wide range of problems faced by modern developers.

The book also delves into the details of all the core concepts in modern C++ programming, such as functions and classes, iterators and algorithms, streams and the file system, threading and concurrency, smart pointers and move semantics, and many others. It goes into the performance aspects of programming in depth, teaching developers how to write fast and lean code with the help of best practices.

Furthermore, the book explores useful patterns and delves into the implementation of many idioms, including pimpl, named parameter, and attorney-client, teaching techniques such as avoiding repetition with the factory pattern. There is also a chapter dedicated to unit testing, where you are introduced to three of the most widely used libraries for C++: Boost.Test, Google Test, and Catch2.

By the end of the book, you will be able to effectively leverage the features and techniques of C++11/14/17/20 programming to enhance the performance, scalability, and efficiency of your applications.

What you will learn

  • Understand the new C++20 language and library features and the problems they solve
  • Become skilled at using the standard support for threading and concurrency for daily tasks
  • Leverage the standard library and work with containers, algorithms, and iterators
  • Solve text searching and replacement problems using regular expressions
  • Work with different types of strings and learn the various aspects of compilation
  • Take advantage of the file system library to work with files and directories
  • Implement various useful patterns and idioms
  • Explore the widely used testing frameworks for C++

Who this book is for

The book is designed for entry- or medium-level C++ programmers who have a basic knowledge of C++ and want to master the language and become prolific modern C++ developers. Experienced C++ programmers can leverage this book to strengthen their command of C++ and find a good reference to many language and library features of C++11/14/17/20.

Table of Contents

  1. Learning Modern Core Language Features
  2. Working with Numbers and Strings
  3. Exploring Functions
  4. Preprocessing and Compilation
  5. Standard Library Containers, Algorithms, and Iterators
  6. General-Purpose Utilities
  7. Working with Files and Streams
  8. Leveraging Threading and Concurrency
  9. Robustness and Performance
  10. Implementing Patterns and Idioms
  11. Exploring Testing Frameworks
  12. C++20 Core Features

منابع کتاب کتاب Modern C++ Programming Cookbook: Master C++ core language and standard library features, with over 100 recipes, updated to C++20, 2nd Edition

یک کتاب دستور العمل عملی برای دستیابی به درک جامعی از پیچیدگی ها و مبانی اصلی برنامه نویسی C++

ویژگی های کلیدی

  • جدیدترین زبان و ویژگی‌های کتابخانه C++20 مانند ماژول‌ها، برنامه‌ها، مفاهیم و محدوده‌ها را کاوش کنید.
  • روشن کردن مفاهیم اصلی در برنامه نویسی C++، از جمله توابع، الگوریتم ها، رشته و همزمانی، از طریق دستور العمل های عملی مستقل
  • برای افزایش استحکام و عملکرد از ویژگی‌های C++ مانند اشاره‌گرهای هوشمند، معناشناسی حرکت، constexpr و موارد دیگر استفاده کنید.

توضیحات کتاب

C++ راه درازی را پیموده است تا یکی از پرکاربردترین زبان های همه منظوره باشد که در هسته خود سریع، کارآمد و با کارایی بالا است.

نسخه دوم به روز شده کتاب آشپزی برنامه نویسی مدرن C++ به جدیدترین ویژگی های C++20، مانند ماژول ها، مفاهیم، ​​برنامه های اساسی، و موارد اضافه شده به کتابخانه استاندارد، از جمله محدوده ها و قالب بندی متن، می پردازد. این کتاب در قالب دستور العمل های عملی سازماندهی شده است که طیف گسترده ای از مشکلاتی را که توسعه دهندگان مدرن با آن مواجه هستند پوشش می دهد.

این کتاب همچنین به جزئیات تمام مفاهیم اصلی در برنامه‌نویسی مدرن C++، مانند توابع و کلاس‌ها، تکرارکننده‌ها و الگوریتم‌ها، جریان‌ها و سیستم فایل، threading و همزمانی، اشاره‌گرهای هوشمند و معناشناسی حرکتی و بسیاری دیگر می‌پردازد. این به جنبه های عملکرد برنامه نویسی عمیق می رود و به توسعه دهندگان آموزش می دهد که چگونه با کمک بهترین روش ها کد سریع و ناب بنویسند.

علاوه بر این، این کتاب الگوهای مفیدی را بررسی می‌کند و در اجرای بسیاری از اصطلاحات، از جمله pimpl، پارامتر نام‌گذاری شده، و وکیل مشتری، تکنیک‌هایی مانند اجتناب از تکرار با الگوی کارخانه را آموزش می‌دهد. همچنین فصلی به تست واحد اختصاص داده شده است که در آن با سه مورد از پرکاربردترین کتابخانه ها برای C++ آشنا می شوید: Boost.Test، Google Test و Catch2.

در پایان کتاب، شما قادر خواهید بود به طور موثر از ویژگی ها و تکنیک های برنامه نویسی C++11/14/17/20 برای افزایش عملکرد، مقیاس پذیری و کارایی برنامه های خود استفاده کنید.

آنچه خواهید آموخت

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

این کتاب برای چه کسی است

این کتاب برای برنامه نویسان C++ سطح مقدماتی یا متوسط ​​طراحی شده است که دانش اولیه C++ را دارند و می خواهند به این زبان تسلط داشته باشند و به توسعه دهندگان مدرن C++ تبدیل شوند. برنامه نویسان باتجربه ++C می توانند از این کتاب برای تقویت تسلط بر C++ استفاده کنند و مرجع خوبی به بسیاری از ویژگی های زبان و کتابخانه C++11/14/17/20 بیابند.

فهرست مطالب

  1. یادگیری ویژگی های زبان اصلی مدرن
  2. کار با اعداد و رشته ها
  3. کاوش توابع
  4. پیش پردازش و تدوین
  5. ظروف استاندارد کتابخانه، الگوریتم ها و تکرارکننده ها
  6. ابزارهای همه منظوره
  7. کار با فایل ها و جریان ها
  8. استفاده از Threading و Concurrency
  9. استحکام و عملکرد
  10. پیاده سازی الگوها و اصطلاحات
  11. بررسی چارچوب های تست
  12. ویژگی های C++20 Core

نظرات کاربران درباره کتاب Modern C++ Programming Cookbook: Master C++ core language and standard library features, with over 100 recipes, updated to C++20, 2nd Edition

نظری در مورد این محصول توسط کاربران ارسال نگردیده است.
اولین نفری باشید که در مورد کتاب Modern C++ Programming Cookbook: Master C++ core language and standard library features, with over 100 recipes, updated to C++20, 2nd Edition نظر می دهد.

ارسال نظر درباره کتاب Modern C++ Programming Cookbook: Master C++ core language and standard library features, with over 100 recipes, updated to C++20, 2nd Edition

لطفا توجه داشته باشید که ایمیل شما منتشر نخواهد شد.

برچسب های مرتبط با کتاب Modern C++ Programming Cookbook: Master C++ core language and standard library features, with over 100 recipes, updated to C++20, 2nd Edition

خرید اینترنتی کتاب های زبان اصلی ++C&C# خرید اینترنتی کتاب های زبان اصلی کامپیوتر Programming Languages ++C&C#

بر اساس سلیقه شما...

  Product details Publisher ‏ : ‎  Cengage Lea ...
8,080,000 ریال

codebazan

طراحی و اجرا: فروشگاه ساز سبدخرید