About 400 results
Open links in new tab
  1. C++ Software Design [Book] - O'Reilly Media

    You need to have a deep understanding of the consequences of design decisions and a good overview of available design alternatives. With this book, experienced C++ developers will get a thorough, …

  2. C++ Software Design - O'Reilly Media

    In two days, you’ll discover how to manage dependencies and abstractions, improve the changeability and extensibility of software entities, and apply and implement modern design patterns with today’s …

  3. 1. The Art of Software Design - C++ Software Design [Book]

    In this chapter, I will set the stage for this book on software design. I will explain software design in general, help you understand why it is vitally important for the success of a project, and why it is the …

  4. C++ Software Design [Book] - O'Reilly Media

    Mit diesem Buch erhalten erfahrene C++-Entwickler/innen einen gründlichen, praktischen und unvergleichlichen Überblick über das Softwaredesign mit dieser modernen Sprache.

  5. 1. Die Kunst des Software-Designs - C++ Software Design [Book]

    In "Leitlinie 1: Verstehe die Bedeutung des Softwaredesigns" werde ich mich auf das große Ganze konzentrieren und erklären, dass sich Software verändern wird. Daher sollte Software in der Lage …

  6. Hands-On Design Patterns with C++ - Second Edition

    This comprehensive guide introduces you to the core design patterns and idioms in C++, focusing on modern applications and best practices. Learn how to build robust, maintainable, and scalable …

  7. Object-Oriented Software Design in C++ [Book] - O'Reilly Media

    Using an engaging “before-and-after” approach, Object-Oriented Software Design in C++ shows you exactly what bad software looks like and how to fix it with good design principles and patterns.

  8. 10. Das Singleton-Muster - C++ Software Design [Book]

    Aus dieser Perspektive mag es jedoch sehr überraschend sein, zu erfahren, dass es in der C++ Standard Library ein paar "Singleton"-ähnliche Instanzen gibt. Ganz ehrlich! Und, ehrlich gesagt, …

  9. C++ Design Patterns - O'Reilly Media

    Join expert Klaus Iglberger to get an introduction to C++ design patterns that can improve your software design and help you write cleaner and more maintainable code.

  10. 2. Die Kunst, Abstraktionen zu bauen - C++ Software Design [Book]

    Ohne sie sind ein gutes Design und eine gute Architektur nur schwer vorstellbar. Dennoch ist es überraschend schwierig, gute Abstraktionen zu entwickeln und sie gut zu nutzen.