Muutke küpsiste eelistusi

E-raamat: Rust for C++ Developers: Leverage your C++ expertise to write safer and faster systems code in Rust

  • Formaat: PDF+DRM
  • Ilmumisaeg: 30-Mar-2026
  • Kirjastus: Packt Publishing Limited
  • Keel: eng
  • ISBN-13: 9781836206507
  • Formaat - PDF+DRM
  • Hind: 32,75 €*
  • * hind on lõplik, st. muud allahindlused enam ei rakendu
  • Lisa ostukorvi
  • Lisa soovinimekirja
  • See e-raamat on mõeldud ainult isiklikuks kasutamiseks. E-raamatuid ei saa tagastada.
  • Formaat: PDF+DRM
  • Ilmumisaeg: 30-Mar-2026
  • Kirjastus: Packt Publishing Limited
  • Keel: eng
  • ISBN-13: 9781836206507

DRM piirangud

  • Kopeerimine (copy/paste):

    ei ole lubatud

  • Printimine:

    ei ole lubatud

  • Kasutamine:

    Digitaalõiguste kaitse (DRM)
    Kirjastus on väljastanud selle e-raamatu krüpteeritud kujul, mis tähendab, et selle lugemiseks peate installeerima spetsiaalse tarkvara. Samuti peate looma endale  Adobe ID Rohkem infot siin. E-raamatut saab lugeda 1 kasutaja ning alla laadida kuni 6'de seadmesse (kõik autoriseeritud sama Adobe ID-ga).

    Vajalik tarkvara
    Mobiilsetes seadmetes (telefon või tahvelarvuti) lugemiseks peate installeerima selle tasuta rakenduse: PocketBook Reader (iOS / Android)

    PC või Mac seadmes lugemiseks peate installima Adobe Digital Editionsi (Seeon tasuta rakendus spetsiaalselt e-raamatute lugemiseks. Seda ei tohi segamini ajada Adober Reader'iga, mis tõenäoliselt on juba teie arvutisse installeeritud )

    Seda e-raamatut ei saa lugeda Amazon Kindle's. 

Transition from C++ to Rust with ease by learning how to write safe, modern systems code using familiar examples

Key Features

Compare Rust and C++ side by side to accelerate your Rust learning curve Understand Rusts memory safety, concurrency, and project structure in practical terms Build and convert real-world programs while adopting modern Rust idioms Purchase of the print or Kindle book includes a free PDF eBook

Book DescriptionIf you're a C++ programmer curious about the rising popularity of Rust, this book will guide you through the transition with clarity and purpose. Written by a veteran C++ developer who embraced Rust to improve software quality and maintainability, this hands-on guide shows you how to apply your existing knowledge to build efficient and safe systems with Rust. The first half of the book deep dives into Rusts history, safety guarantees, and development tooling. From there, the book compares Rust and C++ side by side, covering syntax, memory management, file I/O, object orientation, and data structures. With each chapter, youll gain a practical understanding of Rusts unique approacheslike ownership and borrowingand how they solve long-standing challenges in C++. Later half of the book tackles performance optimization, multithreading, macros, and foreign function interfaces, culminating in a complete project where you reimplement a C++ program in Rust. By focusing on real-world code and familiar concepts, this book makes Rust accessible and actionable for experienced C++ developers. By the end of Rust for C++ Developers, youll be confident in your ability to read, write, and maintain production-grade Rust code, and youll have a clear roadmap for integrating Rust into your future projects.What you will learn

Set up a Rust development environment with VS Code and Clippy Understand Rust's syntax, memory model, and ownership rules Translate C++ patterns into idiomatic Rust code Manage Rust projects with Cargo and use community crates Interface Rust with C and C++ using FFI and bindgen Write concurrent and parallel code using safe Rust abstractions Optimize performance through profiling and custom memory management Build, test, and extend a real project from C++ to Rust

Who this book is forProfessional C++ developers are the primary audience for this bookespecially those looking to improve software safety, maintainability, and concurrency handling in their systems code. Its also ideal for systems programmers and engineers in fields like game development, embedded systems, and high-performance computing who are curious about Rust. Readers should be comfortable with C++ concepts such as pointers, memory allocation, and STL(Standard Template Library) containers. Familiarity with topics like concurrency, atomics, and debugging is beneficial but not required.
Table of Contents

Why Choose Rust?
Working with Rust Syntax
The Rust Safety Model
Managing Rust Projects with Cargo
Data Structures
Reading and Writing Files
Understanding Iterators
Object Orientation
Object Orientation Optimization
Working with C++ in Rust
Multithreading in Rust
Hygienic Macros
Putting it All Together
Appendix- Setting up a Development Environment
Dan Olson is a seasoned C++ developer with over 20 years of experience in the video game industry. A dedicated programming language enthusiast, he began transitioning projects from C, Python, and C# to Rust after its 1.0 release, impressed by its safety and performance. Dan now helps developers explore Rust's potential to elevate software quality and maintainability.