Titel, Artikelname, Autor:
in 
Bücher Elektronik, Foto
Musik-CDs DVDs, Blu-ray
Spielzeug Software
Freizeit, Sport Haus und Garten
Computerspiele Küchengeräte
Essen und Trinken Drogerie und Bad
Inhaltsangaben
Kurzbeschreibungen
Zusammenfassungen

Buch, Hörbücher:

C++

Seite 9
LLVM Techniques, Tips, and Best Practices Clang and Middle-End Libraries: Design powerful and reliable compilers using the latest libraries and tools from LLVM - Min-Yih Hsu

LLVM Techniques, Tips, and Best Practices Clang and Middle-End Libraries: Design powerful and reliable compilers using the latest libraries and tools from LLVM

Autor: Min-Yih Hsu

Taschenbuch, 22.04.2021
Weiterinformieren oder bestellen


ARDUINO PROGRAMMING - Jason Hamilton

ARDUINO PROGRAMMING

Autor: Jason Hamilton

Gebundene Ausgabe, 24.11.2020
Weiterinformieren oder bestellen


C++ Das Übungsbuch: Testfragen und Aufgaben mit Lösungen (mitp Professional) - Ulla Kirch, Peter Prinz

C++ Das Übungsbuch: Testfragen und Aufgaben mit Lösungen (mitp Professional)

Autoren: Ulla Kirch, Peter Prinz

Buch, Broschiert, 19.12.2022
Weiterinformieren oder bestellen


3D Game Engine Development: Learn how to Build a Cross-Platform 3D Game Engine with C++ and OpenGL - Franc Pouhela

3D Game Engine Development: Learn how to Build a Cross-Platform 3D Game Engine with C++ and OpenGL

Autor: Franc Pouhela

Taschenbuch, 31.01.2024
Weiterinformieren oder bestellen


C++ How to Program, Global Edition - Paul Deitel, Harvey Deitel & Associates

C++ How to Program, Global Edition

Autoren: Paul Deitel, Harvey Deitel & Associates

Taschenbuch, 07.02.2025
Weiterinformieren oder bestellen


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

C++17 - The Complete Guide

Autor: Nicolai M Josuttis

Gebundene Ausgabe, 06.09.2019
Weiterinformieren oder bestellen


C++20: Get the Details (Second Edition) - Rainer Grimm Beatrix Jaud-Grimm

C++20: Get the Details (Second Edition)

Autor: Rainer Grimm
Illustrator: Beatrix Jaud-Grimm

Taschenbuch, 19.12.2023
Weiterinformieren oder bestellen


Modern C++ Programming Cookbook: Recipes to explore data structure, multithreading, and networking in C++17 (English Edition) - Marius Bancila

Modern C++ Programming Cookbook: Recipes to explore data structure, multithreading, and networking in C++17 (English Edition)

Marius Bancila

Taschenbuch
Weiterinformieren oder bestellen


Computer Vision with OpenCV 3 and Qt5: Build visually appealing, multithreaded, cross-platform computer vision applications (English Edition) - Amin Ahmadi Tazehkandi

Computer Vision with OpenCV 3 and Qt5: Build visually appealing, multithreaded, cross-platform computer vision applications (English Edition)

Amin Ahmadi Tazehkandi

Taschenbuch
Weiterinformieren oder bestellen


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

Clean C++: Sustainable Software Development Patterns and Best Practices with C++ 17

Stephan Roth

Taschenbuch
Weiterinformieren oder bestellen


Effective STL: 50 Specific Ways to Improve the Use of the Standard Template Library (Addison-Wesley Professional Computing Series) - Scott Meyers

Effective STL: 50 Specific Ways to Improve the Use of the Standard Template Library (Addison-Wesley Professional Computing Series)

Scott Meyers

Taschenbuch
Weiterinformieren oder bestellen

Written for the intermediate or advanced C++ programmer, renowned C++ expert Scott Meyers provides essential techniques for getting more out of the Standard Template Library in < I> Effective S T L, a tutorial for doing more with this powerful library.

S T L is a hugely powerful feature of today's C++, but one with a well-earned reputation for complexity. The book is organized into 50 tips that explore different areas of the S T L. Besides providing a list of dos and don'ts, Meyers presents a lot of background on what works and what doesn't with S T L. Each tip is demonstrated with in-depth coding samples, many of which make use of two-color printing to highlight the most important lines of code. ( Advanced developers will enjoy Meyers's in-depth explanations, while those who are in a hurry can skip ahead to the recommended tip itself. )

A good part of this book involves using containers, like vectors and maps, which are built into S T L. ( Besides the standard built-in containers, the author also highlights recent additions to S T L like < I> B-trees, which are available as extensions from other vendors. ) You'll learn the best ways to allocate, add, change, and delete items inside containers, including associative containers like maps. You'll also learn to avoid common pitfalls, which can result in writing code that is slow or just plain wrong.

Other areas covered in < I> Effective S T L cover getting the most out of the 100-plus S T L algorithms that are bundled with this library. Meyers shows you how to choose the correct algorithm for sorting and other functions. ( Even advanced developers will learn something here. ) Sections on using function objects (called < I>functors) round out the text. Meyers shows you when these classes make sense and the best ways to implement them. Besides specific tips, you'll get plenty of general programming advice. A useful appendix shows the limitations of S T L as implemented in Microsoft Visual C++ 6. 0 and how to overcome them.

Overall, < I> Effective S T L is a really invaluable source of programming expertise on an essential aspect of today's C++ for anyone who is using-or planning to use-S T L in real production code. It is quite simply a must-have. < I>-Richard Dragan

< B> Topics covered: Introduction to advanced Standard Template Library ( S T L) programming techniques 50 tips and best practices for S T L illustrated with sample tutorial code Choosing containers Efficient copying of elements inside containers Removing, erasing, and cleaning up items from containers Using custom allocators with S T L containers Thread safety with S T L Tips for programming with the S T L < I>vector and < I>string classes (including reserving memory and calling legacy C/ C++ code) Tips for associative containers (including comparing items, sorted vectors, and non-standard enhancements to S T L) Tips for selecting and using S T L iterator classes S T L algorithms (including sorting, removing, and comparing items) Using functors with S T L General tips for S T L programming (including advice for choosing algorithms and understanding compiler diagnostic messages) String locales Overcoming S T L imitations in Microsoft Visual C++ 6. 0


Learn OpenGL: Beginner's guide to 3D rendering and game development with OpenGL and C++ (English Edition) - Frahaan Hussain

Learn OpenGL: Beginner's guide to 3D rendering and game development with OpenGL and C++ (English Edition)

Frahaan Hussain

Taschenbuch
Weiterinformieren oder bestellen


The Modern C++ Challenge: Become an expert programmer by solving real-world problems (English Edition) - Marius Bancila

The Modern C++ Challenge: Become an expert programmer by solving real-world problems (English Edition)

Marius Bancila

Taschenbuch
Weiterinformieren oder bestellen


Programming with Types - Vlad Riscutia

Programming with Types

Vlad Riscutia

Taschenbuch
Weiterinformieren oder bestellen


Effektiv C++ programmieren - Klassiker-Ausgabe: 55 Möglichkeiten, Ihre Programme und Entwürfe zu verbessern (Programmer's Choice) - Scott Meyers

Effektiv C++ programmieren - Klassiker-Ausgabe: 55 Möglichkeiten, Ihre Programme und Entwürfe zu verbessern (Programmer's Choice)

Scott Meyers

Gebundene Ausgabe
Weiterinformieren oder bestellen


Die C++-Programmiersprache: Aktuell zu C++11 - Bjarne Stroustrup

Die C++-Programmiersprache: Aktuell zu C++11

Bjarne Stroustrup

Gebundene Ausgabe
Weiterinformieren oder bestellen


C++ Data Structures and Algorithm Design Principles: Leverage the power of modern C++ to build robust and scalable applications - John Carey, Shreyans Doshi, Payas Rajan

C++ Data Structures and Algorithm Design Principles: Leverage the power of modern C++ to build robust and scalable applications

John Carey, Shreyans Doshi, Payas Rajan

Taschenbuch
Weiterinformieren oder bestellen


Modernes C++: Concurrency meistern - Rainer Grimm

Modernes C++: Concurrency meistern

Autor: Rainer Grimm

Kindle eBook und andere Ausgaben
Weiterinformieren oder bestellen


C++ für Kids: Ganz einfach programmieren lernen und eigene Spiele erstellen - Hans-Georg Schumann

C++ für Kids: Ganz einfach programmieren lernen und eigene Spiele erstellen

Autor: Hans-Georg Schumann

Kindle eBook und andere Ausgaben
Weiterinformieren oder bestellen


Buch, Hörbücher: C++
Weitere Seiten:
C++, Vorige Seite
 1      2      3      4      5      6      7      8      9      10    
C++, Nächste Seite


Buch, Hörbücher: C++
Buch, Hörbücher
Computer und Internet
Programmierung und Webdesign
Programmiersprachen

C++



04.03.2024  19