Embracing Modern C++ Safely

Embracing Modern C++ Safely
Author :
Publisher : Addison-Wesley Professional
Total Pages : 4243
Release :
ISBN-10 : 9780137380510
ISBN-13 : 0137380518
Rating : 4/5 (10 Downloads)

Synopsis Embracing Modern C++ Safely by : John Lakos

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 poor risk/reward ratio, are easy to misuse, and are beneficial in only the most specialized circumstances. This book distills the C++ community's years of experience applying C++11 and C++14 features and will help you make effective and safe design decisions that reflect real-world, economic engineering tradeoffs in large-scale, diverse software development environments. The authors use examples derived from real code bases to illustrate every finding objectively and to illuminate key issues. Each feature identifies the sound use cases, hidden pitfalls, and shortcomings of that language feature. After reading this book, you will Understand what each C++11/14 feature does and where it works best Recognize how to work around show-stopping pitfalls and annoying corner cases Know which features demand additional training, experience, and peer review Gain insights for preparing coding standards and style guides that suit your organization's needs Be equipped to introduce modern C++ incrementally and judiciously into established code bases Seasoned C++ developers, team leads, and technical managers who want to improve productivity, code quality, and maintainability will find the insights in this modular, meticulously organized reference indispensable. Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.

Working Effectively with Legacy Code

Working Effectively with Legacy Code
Author :
Publisher : Prentice Hall Professional
Total Pages : 457
Release :
ISBN-10 : 9780132931755
ISBN-13 : 0132931753
Rating : 4/5 (55 Downloads)

Synopsis Working Effectively with Legacy Code by : Michael Feathers

Get more out of your legacy systems: more performance, functionality, reliability, and manageability Is your code easy to change? Can you get nearly instantaneous feedback when you do change it? Do you understand it? If the answer to any of these questions is no, you have legacy code, and it is draining time and money away from your development efforts. In this book, Michael Feathers offers start-to-finish strategies for working more effectively with large, untested legacy code bases. This book draws on material Michael created for his renowned Object Mentor seminars: techniques Michael has used in mentoring to help hundreds of developers, technical managers, and testers bring their legacy systems under control. The topics covered include Understanding the mechanics of software change: adding features, fixing bugs, improving design, optimizing performance Getting legacy code into a test harness Writing tests that protect you against introducing new problems Techniques that can be used with any language or platform—with examples in Java, C++, C, and C# Accurately identifying where code changes need to be made Coping with legacy systems that aren't object-oriented Handling applications that don't seem to have any structure This book also includes a catalog of twenty-four dependency-breaking techniques that help you work with program elements in isolation and make safer changes.

Effective C++

Effective C++
Author :
Publisher : Addison-Wesley Professional
Total Pages : 292
Release :
ISBN-10 : UOM:49015002659028
ISBN-13 :
Rating : 4/5 (28 Downloads)

Synopsis Effective C++ by : Scott Douglas Meyers

Effective C++ has been updated to reflect the latest ANSI/ISO standards. The author, a recognised authority on C++, shows readers fifty ways to improve their programs and designs.

God in the Gallery (Cultural Exegesis)

God in the Gallery (Cultural Exegesis)
Author :
Publisher : Baker Academic
Total Pages : 192
Release :
ISBN-10 : 9781441201850
ISBN-13 : 1441201858
Rating : 4/5 (50 Downloads)

Synopsis God in the Gallery (Cultural Exegesis) by : Daniel A. Siedell

Is contemporary art a friend or foe of Christianity? Art historian, critic, and curator Daniel Siedell, addresses this question and presents a framework for interpreting art from a Christian worldview in God in the Gallery: A Christian Embrace of Modern Art. As such, it is an excellent companion to Francis Schaeffer's classic Art and the Bible. Divided into three parts--"Theology," "History," and "Practice"--God in the Gallery demonstrates that art is in conversation with and not opposed to the Christian faith. In addition, this book is beautifully enhanced with images from such artists as Andy Warhol, Jackson Pollock, Enrique Martínez Celaya, and others. Readers of this book will include professors, students, artists, and anyone interested in Christianity and culture.

Embracing the Gray

Embracing the Gray
Author :
Publisher : Wheatmark, Inc.
Total Pages : 249
Release :
ISBN-10 : 9781604944174
ISBN-13 : 160494417X
Rating : 4/5 (74 Downloads)

Synopsis Embracing the Gray by : Mark A. Hollingsworth

Mark Hollingsworth, a manager of rock bands and an advocate for the poor, tells his story about his family and his many travels around the world, always seeking to understand the uncertainties of life.

C++ Core Guidelines Explained

C++ Core Guidelines Explained
Author :
Publisher : Addison-Wesley Professional
Total Pages : 1147
Release :
ISBN-10 : 9780136875611
ISBN-13 : 0136875610
Rating : 4/5 (11 Downloads)

Synopsis C++ Core Guidelines Explained by : Rainer Grimm

Write More Elegant C++ Programs The official C++ Core Guidelines provide consistent best practices for writing outstanding modern C++ code and improving legacy code, but they're organized as a reference for looking up one specific point at a time, not as a tutorial for working developers. In C++ Core Guidelines Explained, expert C++ instructor Rainer Grimm has distilled them to their essence, removing esoterica, sharing new insights and context, and presenting well-tested examples from his own training courses. Grimm helps experienced C++ programmers use the Core Guidelines with any recent version of the language, from C++11 onward. Most of his code examples are written for C++17, with added coverage of newer versions and C++20 wherever appropriate, and references to the official C++ Core Guidelines online. Whether you're creating new software or improving legacy code, Grimm will help you get more value from the Core Guidelines' most useful rules, as you write code that's safer, clearer, more efficient, and easier to maintain. Apply the guidelines and underlying programming philosophy Correctly use interfaces, functions, classes, enum, resources, expressions, and statements Optimize performance, implement concurrency and parallelism, and handle errors Work effectively with constants, immutability, templates, generics, and metaprogramming Improve your C++ style, manage source files, and use the Standard Library "We are very pleased to see Rainer Grimm applying his teaching skills and industrial background to tackling the hard and necessary task of making the C++ Core Guidelines accessible to more people." --Bjarne Stroustrup and Herb Sutter, co-editors, C++ Core Guidelines Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.

A Tour of C++

A Tour of C++
Author :
Publisher : Addison-Wesley
Total Pages : 193
Release :
ISBN-10 : 9780133549003
ISBN-13 : 0133549003
Rating : 4/5 (03 Downloads)

Synopsis A Tour of C++ by : Bjarne Stroustrup

The C++11 standard allows programmers to express ideas more clearly, simply, and directly, and to write faster, more efficient code. Bjarne Stroustrup, the designer and original implementer of C++, thoroughly covers the details of this language and its use in his definitive reference, The C++ Programming Language, Fourth Edition. In A Tour of C++ , Stroustrup excerpts the overview chapters from that complete reference, expanding and enhancing them to give an experienced programmer–in just a few hours–a clear idea of what constitutes modern C++. In this concise, self-contained guide, Stroustrup covers most major language features and the major standard-library components–not, of course, in great depth, but to a level that gives programmers a meaningful overview of the language, some key examples, and practical help in getting started. Stroustrup presents the C++ features in the context of the programming styles they support, such as object-oriented and generic programming. His tour is remarkably comprehensive. Coverage begins with the basics, then ranges widely through more advanced topics, including many that are new in C++11, such as move semantics, uniform initialization, lambda expressions, improved containers, random numbers, and concurrency. The tour ends with a discussion of the design and evolution of C++ and the extensions added for C++11. This guide does not aim to teach you how to program (see Stroustrup’s Programming: Principles and Practice Using C++ for that); nor will it be the only resource you’ll need for C++ mastery (see Stroustrup’s The C++ Programming Language, Fourth Edition, for that). If, however, you are a C or C++ programmer wanting greater familiarity with the current C++ language, or a programmer versed in another language wishing to gain an accurate picture of the nature and benefits of modern C++, you can’t find a shorter or simpler introduction than this tour provides.

Cross-Platform Development with Qt 6 and Modern C++

Cross-Platform Development with Qt 6 and Modern C++
Author :
Publisher : Packt Publishing Ltd
Total Pages : 442
Release :
ISBN-10 : 9781800208858
ISBN-13 : 1800208855
Rating : 4/5 (58 Downloads)

Synopsis Cross-Platform Development with Qt 6 and Modern C++ by : Nibedit Dey

Enhance your cross-platform programming abilities with the powerful features and capabilities of Qt 6 Key Features Leverage Qt and C++ capabilities to create modern, cross-platform applications that can run on a wide variety of software applications Explore what’s new in Qt 6 and understand core concepts in depth Build professional customized GUI applications with the help of Qt Creator Book DescriptionQt is a cross-platform application development framework widely used for developing applications that can run on a wide range of hardware platforms with little to no change in the underlying codebase. If you have basic knowledge of C++ and want to build desktop or mobile applications with a modern graphical user interface (GUI), Qt is the right choice for you. Cross-Platform Development with Qt 6 and Modern C++ helps you understand why Qt is one of the favorite GUI frameworks adopted by industries worldwide, covering the essentials of programming GUI apps across a multitude of platforms using the standard C++17 and Qt 6 features. Starting with the fundamentals of the Qt framework, including the features offered by Qt Creator, this practical guide will show you how to create classic user interfaces using Qt Widgets and touch-friendly user interfaces using Qt Quick. As you advance, you'll explore the Qt Creator IDE for developing applications for multiple desktops as well as for embedded and mobile platforms. You will also learn advanced concepts about signals and slots. Finally, the book takes you through debugging and testing your app with Qt Creator IDE. By the end of this book, you'll be able to build cross-platform applications with a modern GUI along with the speed and power of native apps.What you will learn Write cross-platform code using the Qt framework to create interactive applications Build a desktop application using Qt Widgets Create a touch-friendly user interface with Qt Quick Develop a mobile application using Qt and deploy it on different platforms Get to grips with Model/View programming with Qt Widgets and Qt Quick Discover Qt’s graphics framework and add animations to your user interface Write test cases using the Qt Test framework and debug code Build a translation-aware application Follow best practices in Qt to write high-performance code Who this book is for This book is for application developers who want to use C++ and Qt to create modern, responsive applications that can be deployed to multiple operating systems such as Microsoft Windows, Apple macOS, and Linux desktop platforms. Although no prior knowledge of Qt is expected, beginner-level knowledge of the C++ programming language and object-oriented programming system (OOPs) concepts will be helpful.

Do Good

Do Good
Author :
Publisher : AMACOM
Total Pages : 295
Release :
ISBN-10 : 9780814438404
ISBN-13 : 0814438407
Rating : 4/5 (04 Downloads)

Synopsis Do Good by : Anne Bahr Thompson

Increasingly today, in every age group, consumers are committing to brands that show good citizenship--from fair employment practices, to social responsibility, to charitable giving. In fact, support of these generous and socially aware companies is so high that good works and charitable giving are necessary for companies that aspire for financial success. Do Good documents the sea of change that has impacted the twenty-first-century marketplace more than even the most optimistic of business forecasters, including examples such as: Toms grew into a $600 million company by giving away 35 million pair of shoes. Patagonia’s profits have climbed year after year even as it funnels heavy investments into sustainability. CVS’s strategic decision to start destocking cigarettes in all stores. Customers have shown with their wallets the types of businesses they will support and that they will quickly call out negligence. Buyers today demand more than half-hearted pledges from companies who are clearly just trying to show less profits and decrease their taxes. By implementing the five-step model for the new rules of business laid out in Do Good--Trust, Enrichment, Responsibility, Community, and Contribution--companies can take the necessary steps to embed social consciousness into their DNA, in turn capturing both markets and hearts.

Embracing Defeat

Embracing Defeat
Author :
Publisher : W. W. Norton & Company
Total Pages : 692
Release :
ISBN-10 : 0393320278
ISBN-13 : 9780393320275
Rating : 4/5 (78 Downloads)

Synopsis Embracing Defeat by : John W Dower

This study of modern Japan traces the impact of defeat and reconstruction on every aspect of Japan's national life. It examines the economic resurgence as well as how the nation as a whole reacted to defeat and the end of a suicidal nationalism.