Professional C++

Professional C++ Sixth Edition by Marc Gregoire is a comprehensive guide to advanced C++ programming techniques. Aimed at experienced developers, the book covers both foundational and modern C++ concepts, including the C++ Standard Library, object-oriented programming, and advanced features like tem...

Descripción completa

Detalles Bibliográficos
Autor principal: Gregoire, Marc (-)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Newark : John Wiley & Sons, Incorporated 2024.
Edición:6th ed
Colección:Tech Today Series
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009811320606719
Tabla de Contenidos:
  • Cover
  • Title Page
  • Copyright Page
  • About the Author
  • Contents
  • Introduction
  • Who This Book Is For
  • What This Book Covers
  • How This Book is Structured
  • Conventions
  • What You Need to Use This Book
  • Any C++ Compiler
  • Example: Microsoft Visual C++ 2022
  • Example: GCC
  • C++23’s Support for Printing Ranges
  • Reader Support for This Book
  • Companion Download Files
  • How to Contact the Publisher
  • How to Contact the Author
  • Part I Introduction to Professional C++
  • Chapter 1 A Crash Course in C++ and the Standard Library
  • C++ Crash Course
  • The Obligatory “Hello, World” Program
  • Comments
  • Importing Modules
  • How the Compiler Processes Your Source Code
  • Preprocessor Directives
  • The main() Function
  • Printing Text
  • I/O Streams