C++ in Embedded Systems - Interview with Author Amar Mahmutbegović
This weeks interview with Amar about his book on C++ on embedded systems:
C++ in Embedded Systems Interview with Author Amar Mahmutbegović
by Jens Weller
Watch the video
June 16-21, Sofia, Bulgaria
September 13-19, Aurora, CO, USA
October 25, Pavia, Italy
November 6-8, Berlin, Germany
November 3-8, Kona, HI, USA
By Meeting C++ | Jul 20, 2025 04:43 AM | Tags: meetingcpp intermediate embedded community c++23 c++20 c++17 basics
This weeks interview with Amar about his book on C++ on embedded systems:
C++ in Embedded Systems Interview with Author Amar Mahmutbegović
by Jens Weller
Watch the video
By Meeting C++ | May 22, 2025 07:14 AM | Tags: meetingcpp conference community basics
Sharing an opportunity for those needing assistance to travel and lodge: the conference hotel of Meeting C++ has special rooms for you!
Visit Meeting C++ 2025 with assistance and your wheelchair
by Jens Weller
From the article:
As you may not be aware about this opportunity, I wanted to highlight that the Vienna House Andel's Berlin Hotel offers accessibility rooms for those who need them.
a picture showing a shower with hand rails and a chair
Meeting C++ in Berlin has been visited by folks in wheel chairs, and I thought I highlight this possiblity. Recently when looking through pictures provided by my hotel contact, I've seen aboves picture of an accessible bathroom, which sparked my interest in finding out more about them. While I knew they existed, I didn't know the Hotel has actually 14 rooms of them, and that they each have a twin room for an assistant to stay. So if such a room is needed for your stay, wether you bring a wheel chair or not - now you know that its possible...
By Meeting C++ | Apr 27, 2025 04:40 AM | Tags: meetingcpp intermediate experimental community basics
I've talked about my experiments with testing chatbots for their code generation with C++
Vibe Coding C++ - Jens Weller
by Jens Weller
By Meeting C++ | Mar 28, 2025 02:48 PM | Tags: performance meetingcpp community c++20 c++17 basics advanced
Patrice Roy has written a book on C++ Memory Management for Packt, this is an interview about his book
C++ Memory Management - an interview with Patrice Roy
By Meeting C++ | Jan 19, 2025 09:18 AM | Tags: meetingcpp community c++20 basics advanced
Meeting C++ online did kick off the year with a sponsored event by NVIDIA with Bryce Adelstein Lelbach presenting his talk Think Parallel:
Think Parallel - Bryce Adelstein Lelbach
By Meeting C++ | Nov 28, 2024 11:48 AM | Tags: meetingcpp intermediate c++17 c++14 c++11 basics
Two talks at Meeting C++ have dealt with moving from C to C++:
From C to Modern C++: Transforming the classroom and beyond - Gabriel Valenzuela - Meeting C++ 2024
C++ for C Developers - Migration from C to C++ - Slobodan Dmitrovic - Meeting C++ 2024
By Meeting C++ | Nov 20, 2024 05:09 AM | Tags: meetingcpp intermediate c++26 basics
The first video from Meeting C++ 2024 has been released:
C++26: an overview - Rainer Grimm @ Meeting C++ 2024
by Rainer Grimm
Watch the video:
By Meeting C++ | Oct 12, 2024 05:56 AM | Tags: meetingcpp community c++26 c++23 c++20 basics advanced
Meeting C++ hosted an online AMA with Herb Sutter on Friday.
AMA with Herb Sutter - Meeting C++ live
by Jens Weller & Herb Sutter
Video:
By Meeting C++ | Jun 5, 2024 01:41 AM | Tags: meetingcpp intermediate community basics
Like in the last two years Meeting C++ is organizing an event about technical speaking at C++ conferences, aiming to help new speakers with their talks and give everyone a chance to pick up something to improve their talks! The call for talks for Meeting C++ 2024 is running until June 25th!
Speaking about C++
Organized by Jens Weller
From the event description:
This event will focus on the process of creating technical talks for the C++ community. Various speakers will share their views on how to submit, prepare and give talks to the C++ community in the form of lightning talks and a panel.
By Meeting C++ | Mar 15, 2024 11:22 AM | Tags: meetingcpp cmake basics
A post on how I've recently started a new C++ project.
Starting a C++ project with CMake in 2024
by Jens Weller
From the article:
Last year I've written last year about my plans to return to C++, taking on some project ideas with C++20 and CMake.
The first project is now in its beginning, so I thought to share the steps so far. Some of this blog post is covered by my recent talk Starting a modern C++ project with CMake in 2024. In this post I'm going stay within the parts of the build tooling, following up with the code in other posts.
After working through the official CMake tutorial...