Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

Embracing Modern C++ Safely
  • Language: en
  • Pages: 4243

Embracing Modern C++ Safely

Maximize Reward and Minimize Risk with Modern C++ Embracing Modern C++ Safely shows you how to make effective use of the new and enhanced language features of modern C++ without falling victim to their potential pitfalls. Based on their years of experience with large, mission-critical projects, four leading C++ authorities divide C++11/14 language features into three categories: Safe, Conditionally Safe, and Unsafe. Safe features offer compelling value, are easy to use productively, and are relatively difficult to misuse. Conditionally safe features offer significant value but come with risks that require significant expertise and familiarity before use. Unsafe features have an especially po...

The C++ Standard Library
  • Language: en
  • Pages: 1190

The C++ Standard Library

The C++ Standard Library provides a set of common classes and interfaces that greatly extend the core C++ language. Josuttis' book not only provides comprehensive documentation of each library component, it also offers clearly written explanations of complex concepts, describes the practical programming details needed for effective use, and gives example after example of working code. This thoroughly up-to-date book reflects the newest elements of the C++ standard library incorporated into the full ANSI/ISO C++ language standard. In particular, the text focuses on the Standard Template Library (STL), examining containers, iterators, function objects, and STL algorithms.

Lecture Slides for Programming in C++ (Version 2020-02-29)
  • Language: en
  • Pages: 2565

Lecture Slides for Programming in C++ (Version 2020-02-29)

This document, which consists of approximately 2500 lecture slides, offers a wealth of information on many topics relevant to programming in C++, including coverage of the C++ language itself, the C++ standard library and a variety of other libraries, numerous software tools, and an assortment of other programming-related topics. The coverage of the C++ language and standard library is current with the C++17 standard.

Large-Scale C++
  • Language: en
  • Pages: 1431

Large-Scale C++

Writing reliable and maintainable C++ software is hard. Designing such software at scale adds a new set of challenges. Creating large-scale systems requires a practical understanding of logical design – beyond the theoretical concepts addressed in most popular texts. To be successful on an enterprise scale, developers must also address physical design, a dimension of software engineering that may be unfamiliar even to expert developers. Drawing on over 30 years of hands-on experience building massive, mission-critical enterprise systems, John Lakos shows how to create and grow Software Capital. This groundbreaking volume lays the foundation for projects of all sizes and demonstrates the pr...

Lecture Slides for Programming in C++ (Version 2018-02-15)
  • Language: en
  • Pages: 2142

Lecture Slides for Programming in C++ (Version 2018-02-15)

This document, which consists of over 2000 lecture slides, offers a wealth of information on many topics relevant to programming in C++, including coverage of the C++ language itself, the C++ standard library and a variety of other libraries, numerous software tools, and an assortment of other programming-related topics. The coverage of the C++ language and standard library is current with the C++17 standard. C++ PROGRAMMING LANGUAGE. Many aspects of the C++ language are covered from introductory to more advanced. This material includes: the preprocessor, language basics (objects, types, values, operators, expressions, control-flow constructs, functions, and namespaces), classes, templates (...

Lecture Slides for Programming in C++ (Version 2021-04-01)
  • Language: en
  • Pages: 2901

Lecture Slides for Programming in C++ (Version 2021-04-01)

This document, which consists of approximately 2900 lecture slides, offers a wealth of information on many topics relevant to programming in C++, including coverage of the C++ language itself, the C++ standard library and a variety of other libraries, numerous software tools, and an assortment of other programming-related topics. The coverage of the C++ language and standard library is current with the C++20 standard. C++ PROGRAMMING LANGUAGE. Many aspects of the C++ language are covered from introductory to more advanced. This material includes: the preprocessor, language basics (objects, types, values, operators, expressions, control-flow constructs, functions, namespaces, and comparison),...

Lecture Slides for Programming in C++ (Version 2019-02-04)
  • Language: en
  • Pages: 2538

Lecture Slides for Programming in C++ (Version 2019-02-04)

This document, which consists of approximately 2500 lecture slides, offers a wealth of information on many topics relevant to programming in C++, including coverage of the C++ language itself, the C++ standard library and a variety of other libraries, numerous software tools, and an assortment of other programming-related topics. The coverage of the C++ language and standard library is current with the C++17 standard. C++ PROGRAMMING LANGUAGE. Many aspects of the C++ language are covered from introductory to more advanced. This material includes: the preprocessor, language basics (objects, types, values, operators, expressions, control-flow constructs, functions, and namespaces), classes, te...

Dr. Dobb's Journal
  • Language: en
  • Pages: 432

Dr. Dobb's Journal

  • Type: Book
  • -
  • Published: 2008
  • -
  • Publisher: Unknown

None

The C++ Standard Library Extensions
  • Language: en
  • Pages: 862

The C++ Standard Library Extensions

"TR1 roughly doubles the size of the C++ standard library, and it introduces many new facilities and even new kinds of library components. TR1 has some classes, for example, where some nested types may or may not exist depending on the template arguments. To programmers whose experience stops with the standard library, this is strange and unfamiliar. This book is complete (it covers all TR1 facilities), it is easier to understand than TR1 itself, and it is technically accurate." --Matthew Austern,software engineer, Google "TR1 will help make the C++ programmer more productive than ever. In this book, Pete Becker has written the ultimate reference guide to these components, what they are, how...

대규모 C++ 1편 : 절차와 아키텍처
  • Language: ko
  • Pages: 2141

대규모 C++ 1편 : 절차와 아키텍처

당신의 코드는 레거시인가? 오늘도 레거시가 될 코드를 작성했나? 레거시가 코드의 진정한 운명인가? 레거시가 아닌 소프트웨어 자산이 되는 코드와 설계! 개발자는 책으로 공부한다. 인기 있는 책들은 이상적인 모델을 설명한다. 그들은 실제 대규모 시스템을 운영하고 있지 않다. 진짜 대규모 시스템을 30여 년 가까이 운영하는 저자의 설계론! 당신의 코드는 레거시인가? 당신이 오늘 작성하는 코드는 레거시이고, 내일 작성하는 코드는 모던 코드인가? 차세대 프로젝트가 나오면 사라져야 하는 레거시 코드인가? 소모적인 코드...