Beginning C++17: From Novice to Professional

Beginning C++17: From Novice to Professional
ISBN-10
1484233662
ISBN-13
9781484233665
Category
Computers
Pages
771
Language
English
Published
2018-03-24
Publisher
Apress
Authors
Ivor Horton, Peter Van Weert

Description

Learn how to program using the updated C++17 language. You'll start with the basics and progress through step-by-step examples to become a working C++ programmer. All you need are Beginning C++17 and any recent C++ compiler and you'll soon be writing real C++ programs. There is no assumption of prior programming knowledge. All language concepts that are explained in the book are illustrated with working program examples, and all chapters include exercises for you to test and practice your knowledge. Code downloads are provided for all examples from the text and solutions to the exercises. This latest edition has been fully updated to the latest version of the language, C++17, and to all conventions and best practices of so-called modern C++. Beginning C++17 also introduces the elements of the C++ Standard Library that provide essential support for the C++17 language. What You'll Learn Define variables and make decisions Work with arrays and loops, pointers and references, strings, and more Write your own functions, types, and operators Discover the essentials of object-oriented programming Use overloading, inheritance, virtual functions and polymorphism Write generic function templates and class templates Get up to date with modern C++ features: auto type declarations, move semantics, lambda expressions, and more Examine the new additions to C++17 Who This Book Is For Programmers new to C++ and those who may be looking for a refresh primer on the C++17 programming language in general.

Similar books

  • Beginning C: From Novice to Professional
    By Ivor Horton

    The updated 4th edition of Beginning C builds on the strengths of its predecessors to offer an essential guide for anyone who wants to learn C or desires a ‘brush-up’ in this compact, fundamental language.

  • C++17 in Detail: Learn the Exciting Features of the New C++ Standard!
    By Bartłomiej Filipek

    This book shows you all of the significant changes in the new Standard. I spent hundreds of hours investigating how the new features work to ensure this book is helpful and practical.

  • C++17 - The Complete Guide
    By Nicolai M Josuttis

    As usual, not everything is self-explanatory, combining new features gives even more power, and there are hidden traps. This book presents all the new language and library features of C++17.

  • C++17 STL Cookbook
    By Jacek Galowicz

    Over 90 recipes that leverage the powerful features of the Standard Library in C++17 About This Book Learn the latest features of C++ and how to write better code by using the Standard Library (STL).

  • Beginning C++20: From Novice to Professional
    By Ivor Horton, Peter Van Weert

    This book includes new features from the C++20 standard like modules, concepts, ranges, and the spaceship operator. All you need are Beginning C++20 and any recent C++ compiler and you'll soon be writing real C++ programs.

  • Mastering the C++17 STL: Make full use of the standard library components in C++17
    By Arthur O'Dwyer

    This book is your guide to the C++ standard library, including the very latest C++17 features. The book starts by exploring the C++ Standard Template Library in depth.

  • Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14
    By Scott Meyers

    The challenge is learning to use those features effectively—so that your software is correct, efficient, maintainable, and portable. That’s where this practical book comes in.

  • C++17 by Example: Practical Projects to Get You Up and Running with C++17
    By Stefan Björnander

    Over the years, C++ has evolved and is used to develop software for many different sectors. Given its versatility and robustness, C++is a wonderful language to start your coding journey with. This book covers exciting projects bu.

  • Beginning C++ Programming
    By Richard Grimes

    The main mission of this book is to make you familiar and comfortable with C++. You will finish the book not only being able to write your own code, but more importantly, you will be able to read other projects.

  • Clean C++: Sustainable Software Development Patterns and Best Practices with C++ 17
    By Stephan Roth

    Write maintainable, extensible, and durable software with modern C++. This book is a must for every developer, software architect, or team leader who is interested in good C++ code, and thus also wants to save development costs.