Reader small image

You're reading from  Modern C++ Programming Cookbook - Third Edition

Product typeBook
Published inFeb 2024
PublisherPackt
ISBN-139781835080542
Edition3rd Edition
Right arrow
Author (1)
Marius Bancila
Marius Bancila
author image
Marius Bancila

Marius Bancila is a software engineer with two decades of experience in developing solutions for line of business applications and more. He is the author of The Modern C++ Challenge and Template Metaprogramming with C++. He works as a software architect and is focused on Microsoft technologies, mainly developing desktop applications with C++ and C#. He is passionate about sharing his technical expertise with others and, for that reason, he has been recognized as a Microsoft MVP for C++ and later developer technologies since 2006. Marius lives in Romania and is active in various online communities.
Read more about Marius Bancila

Right arrow

Index

A

abbreviated function templates 724-726

Active Template Library (ATL) 617

alias templates 9

creating 7

almost always auto (AAA) 2

app-get 641

ASCII encoding 90

associative containers 291

atomic constraints 718

atomic types

using 472-480

attorney-client idiom 613

friendship, handling with 613-616

attributes

for providing metadata to compiler 228-233

auto

using 2-7

automatic type deduction 2

B

barrier 514

behavior-driven development (BDD) style 677

binary search trees (BST) 295

binding 56-58

bit manipulation utilities

using 252-255

bitset

using, for fixed-size sequences of bits 241-247

Boost library

download link 641

Boost.Test 640

asserting with 650-653

environment, setting up 641

fixtures, using 653-657

outputs, controlling with 658-661

shared library 642

single header 642

static library 642

tests, invoking 645-648

tests...

lock icon
The rest of the chapter is locked
You have been reading a chapter from
Modern C++ Programming Cookbook - Third Edition
Published in: Feb 2024Publisher: PacktISBN-13: 9781835080542
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
undefined
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime

Author (1)

author image
Marius Bancila

Marius Bancila is a software engineer with two decades of experience in developing solutions for line of business applications and more. He is the author of The Modern C++ Challenge and Template Metaprogramming with C++. He works as a software architect and is focused on Microsoft technologies, mainly developing desktop applications with C++ and C#. He is passionate about sharing his technical expertise with others and, for that reason, he has been recognized as a Microsoft MVP for C++ and later developer technologies since 2006. Marius lives in Romania and is active in various online communities.
Read more about Marius Bancila