Welcome

SweSTHLM1

StockholmCpp 0x3B

 

AtlasEvent2026

Today’s sponsor

 

atlas copco

C++ news

 

C++ news

 

C++ growth

  • 9.4 million developers in 2022

  • 16.3 million in 2025

For details see a blog from Dec 30th 2025 on https://herbsutter.com.

C++ news

January mailing list is relatively quiet

TK611/AG09

 

TK611/AG09

 

We continue

SwedenCpp News

SwedenCpp News

SwedenCpp

StockholmCpp Planning 2026

 

  • 5th March (confirmed)

  • TBD

  • End o Mai/Begin of June

Call for Papers!

Submit your ideas and suggestions

needyou

Tell us what you want to hear or want to do

Call for Papers!

You know how it works

whowants

Quiz time

JetBrainsLicense

Quiz time

 

int main() {

    int num1 = getFirstNum();
    int num2 = getSecondNum();

    int avg = (num1 + num2) / 2;
}

Average, what can go wrong?

Quiz time

 

int main() {

    int num1 = getFirstNum();
    int num2 = getSecondNum();

    int avg = std::________(num1, num2);
}

What can we use to have a safe avg?

 

Quiz time

 

int main() {

    int num1 = getFirstNum();
    int num2 = getSecondNum();

    int avg = std::midpoint(num1, num2);
}

std::midpoint, since C++20

Today’s program

 

  • Patric: ISO standardization for C++ through SIS/TK 611/AG 09

  • Harald: About Generator, Ranges, and Simplicity

  • 🍹 🍕 Mingle 🍕 🍻

  • Mathieu: Learning Graphics Programming with C++

Väl mött!