CppOnline's Avatar

CppOnline

@cpponline

Online C++ Conference running from the 11th - 13th March 2026

119
Followers
0
Following
278
Posts
09.01.2024
Joined
Posts Following

Latest posts by CppOnline @cpponline

Post image

πŸš€ Full C++Online Schedule Finalized β€” 45+ Sessions!

πŸ“… Mar 11–13 | 12:00–22:00 UTC
🎟 Tickets from £50
βœ” 3 keynotes
βœ” 45 breakout talks
βœ” lightning talks & virtual posters
βœ” live Q&A + on-demand access

View the full announcement: cpponline.uk/full-cpponli...

#cpp #cplusplus

08.03.2026 21:54 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Full C++Online 2026 Schedule Now Live - 45+ Sessions Confirmed

πŸ“… The C++Online 2025 Schedule is here!

Join us February 26–28 for an incredible lineup of C++ talks, workshops, and networking opportunities.

Find out more and register today!

#CPlusPlus #cpp #programming

08.03.2026 20:01 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Big Thanks to @cppcon.bsky.social for supporting C++Online as a community partner

This year's event runs from the 11th-13th March 2026 and entry only Β£50 for the 3 day event!

C++Online would not be possible without the support of our community partners!

#cpp #cplusplus #programming

08.03.2026 10:24 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 1
Post image

Big Thanks to @cppnow.bsky.social for supporting C++Online as a community partner.
This year's event runs from the 11th-13th March 2026 and entry only Β£50 for the 3 day event!
C++Online would not be possible without the support of our community partners!

#cpp #cplusplus #programming #coding

07.03.2026 19:57 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 1
Post image

Static reflection is coming to C++26 πŸš€ Learn with Koen Samyn how to use it today to build zero-overhead, reflection-driven OpenGL & ImGui pipelinesβ€”and eliminate common graphics bugs.
πŸ—“ Apr 2 or May 25
πŸ”—Find out more and register: cpponline.uk/workshop/spl...
#cpp #cpp26 #coding

06.03.2026 13:09 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Build an AI coding assistant in C++, from scratch.
In AI++ 101, you’ll create a real LLM-powered coding harness, then use it to modify its own C++ code.
πŸ—“ Mar 31 or May 22
🎟 Includes C++Online conf access
Find out more and register: cpponline.uk/workshop/ai-...
#cpp #ai #cplusplus

05.03.2026 18:25 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Embedded C++ just got safer & faster!
Join Safe & Efficient C++ for Embedded Environments with @andreasfertig.com to master modern C++ for memory-constrained systems. Type-safe, robust, and efficient coding awaits.

πŸ—“ 12 May | πŸ–₯ Online
πŸ”— cpponline.uk/workshop/saf...

#cpp #cplusplus #programming

04.03.2026 18:49 πŸ‘ 4 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Post image

Big thanks to @jetbrains.com for supporting C++Online 2026 as our video sponsor!

This year's event runs from the 11th-13th March and entry is only Β£50 for individuals!

C++Online wouldn't be possible without the support of our sponsors

cpponline.uk

#cpp #cplusplus #code

04.03.2026 09:35 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

C++ isn’t unsafe β€” classic C++ is.
Join Safe C++ with Klaus Iglberger to learn how modern C++ ensures memory & type safety, avoids undefined behavior, and remains efficient.
πŸ—“ 1 May | πŸ–₯ Online
πŸ”—Find out more and register: cpponline.uk/workshop/saf...

#cpp #safety #cplusplus

03.03.2026 17:55 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Post image

Big Thanks to Hudson River Trading for supporting C++Online 2026 as our video sponsor!

This year's event runs from the 11th-13th March and entry is only Β£50 for individuals!

C++Online wouldn't be possible without the support of our sponsors

cpponline.uk

#cpp #cplusplus

03.03.2026 09:28 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

C++26 is bringing std::execution (Senders/Receivers) πŸ”₯

Learn to build async pipelines without manual synchronization in this hands-on online workshop with Mateusz Pusz.

Structured concurrency. Parallelism. Real-world usage.

πŸ—“ May 15
πŸ”— cpponline.uk/workshop/mas...

#cpp #cplusplus #cpp26

02.03.2026 20:02 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

🚨 Final C++Online 2026 Keynote Announced

AI tools are everywhere β€” but how do you use them responsibly in C++ systems?

πŸŽ™ Find out as Inbal Levi presents Code Smarter β€” Harnessing AI Tools for C++ Development
πŸ—“ Mar 13 | 16:30 UTC

View more & register: cpponline.uk/session/2026...

#cpp #cplusplus

01.03.2026 15:25 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

We’ve all written this:

std::move(x);

But is it correct?

Find out in our 2nd C++Online Keynote β€œI Fixed Move Semantics” where @lefticus.bsky.social looks at the most common move semantics mistakes β€” and how to eliminate them.

πŸ—“ March 12 | 16:30 UTC

cpponline.uk/session/2026...

#cpp #cplusplus

28.02.2026 16:38 πŸ‘ 3 πŸ” 3 πŸ’¬ 0 πŸ“Œ 0
Post image

Want to build your own audio plugin in C++? 🎧
Join Jumpstart to C++ in Audio with Jan Wilczek and learn DSP fundamentals + create a flanger plugin using the JUCE framework.
πŸ—“ Apr 14 or Apr 28 - Β£345
Find out more and register: cpponline.uk/workshop/jum...

#cpp #cplusplus #audiodev

27.02.2026 20:57 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

AI is writing code. Rust is rising.
Is software engineering losing its purpose?

Our 1st keynote is:
πŸŽ™ Rediscover Software Engineering by David Sankel
where he reflects on the future of C++

cpponline.uk/session/2026...

Join us at C++Online 2026
🎟 From £50

#cpp #cplusplus #programming #coding

26.02.2026 19:36 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Online Workshop tickets are now live from world class instructors including @lefticus.bsky.social, @andreasfertig.com, @mikeshah.bsky.social, @assaftzurel.bsky.social & more! πŸ§‘β€πŸ«

FREE main conference access included with every workshop registration!

cpponline.uk/workshops

#cpp #cplusplus #coding

26.02.2026 13:06 πŸ‘ 3 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Post image

Big Thanks to think-cell for supporting C++Online 2026 as our video sponsor!

This year's event runs from the 11th-13th March and entry is only Β£50 for individuals!

C++Online would not be possible without the support of our sponsors

cpponline.uk

#cpp #cplusplus #programming #coding

26.02.2026 09:31 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
C++Online Tickets Now On Sale!

🎟️ New Indie Ticket for C++ Online 2026

Only Β£50 β€” half last year’s price.

Great C++ content shouldn’t require a corporate budget.

#cplusplus #cpp #programming

25.02.2026 19:42 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Student Pricing C++Online

πŸŽ“ Attention All Students

Learn, connect, and grow your C++ skills without breaking the bank! Join us at C++Online for three days of livestreamed C++ talks, group chats, meetups and more for only Β£20!

Register today!

#cplusplus #cpp #programming

25.02.2026 11:40 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Assaf's Workshop

Why does your C++ bug disappear in debug mode? πŸ€”

Learn how C++ actually works β€” compilation, memory layout, runtime behavior, and where assumptions break down.

Advanced, online workshop.

πŸ—“ May 18–19

#coding #cplusplus #cpp #programming

24.02.2026 19:57 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
C++Online 2026 Session: Principle Misunderstandings

C++Online 2026 SESSION SPOTLIGHT: Principle Misunderstandings by Kevlin Henney

Find out more and register your ticket today!

#coding #cplusplus #cpp #programming

21.02.2026 21:19 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
C++Online 2026 Session: Monads Meet Mutexes

C++Online 2026 SESSION SPOTLIGHT: Monads Meet Mutexes by Arne Berger

Find out more and register your ticket today!

#coding #cplusplus #cpp #monads

20.02.2026 15:02 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Klaus's Workshop

C++ isn’t unsafe β€” classic C++ is.

Join Safe C++ with Klaus Iglberger to learn how modern C++ ensures memory & type safety, avoids undefined behavior, and remains efficient.

πŸ—“ 1 May | πŸ–₯ Online

#cplusplus #cpp #safety

20.02.2026 12:15 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
C++Online 2026 Session: Modern C++ for Embedded Systems - From Fundamentals To Real-Time Solutions

C++Online 2026 SESSION SPOTLIGHT: Modern C++ for Embedded Systems - From Fundamentals To Real-Time Solutions by Rutvij Karkhanis

Find out more and register your ticket today!

#cplusplus #cpp #embedded #programming

19.02.2026 21:44 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
C++Online 2026 Session: Time to Introspect - A Beginner's Guide to Practical Reflection

C++Online 2026 SESSION SPOTLIGHT: Time to Introspect - A Beginner's Guide to Practical Reflection by Sarthak Sehgal

Find out more and register your ticket today!

#coding #cplusplus #cpp #reflection

19.02.2026 15:12 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Klaus's Workshop

Design matters more than any feature!

Join C++ Software Design with Klaus Iglberger and master modern C++ design patterns, and best practices to build robust systems.

πŸ—“ 30 Apr | πŸ–₯ Online

#coding #cpp #softwaredesign

19.02.2026 12:06 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

I'll be talking about Principle Misunderstandings at C++ Online @cpponline.bsky.social

Join me with a 10% discount code: CPPONLINE2026S

cpponline.uk/registration

17.02.2026 10:52 πŸ‘ 4 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Preview
C++Online 2026 Session: Top-Performance Genetic Programming - Can Only C++ Get You There?

C++Online 2026 SESSION SPOTLIGHT: Top-Performance Genetic Programming - Can Only C++ Get You There? by Eduardo Madrid

Find out more and register your ticket today!

#ai #coding #cplusplus #cpp #performance

18.02.2026 14:36 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Mateusz's Workshop

Take your C++ concurrency to the next level!

Join Concurrency Tools in the C++ Standard Library with Mateusz Pusz β€” threads, mutexes, futures, semaphores & more, hands-on.

πŸ—“ 24 Apr - πŸ–₯ Online

#concurrency #cplusplus #cpp

18.02.2026 12:01 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
C++Online 2026 Session: C++20 Concepts - 101

C++Online 2026 SESSION SPOTLIGHT: C++20 Concepts - 101 by Amir Kirsh

Find out more and register your ticket today!

#coding #concepts #cplusplus #cpp #templates

17.02.2026 21:04 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0