A post highlighting some of the talks that let you learn about Modern C++ at Meeting C++ 2024
Learn Modern C++ at Meeting C++ 2024
by Jens Weller
From the article:
I think this is what should you get excited the most, C++20 is making its way through the compiler implementations and you actually can apply this to your own code base. The top voted talk this year reflects this, in C++ Modules - getting started today Andreas Weis will show you how Modules are now available with the big 3 compilers.
...
Trainings at Meeting C++
After Meeting C++ 2024 there is a trainings week in the last week of November, you an choose between trainings from Kevlin Henney, Slobodan Dimtrovic and Nicolai Josuttis:
Programming with Guts by Kevlin Henney
C++ for C Developers - Migrating from C to C++ by Slobodan Dimtrovic
Generic programming in C++ with templates and auto by Nico Josuttis
Concepts, Ranges, and Views - The New Way of Programming in C++ by Nico Josuttis
]]>
Meeting C++ now offers 4 trainings that align with Meeting C++ 2024, and will be held in the last week of November.
Adding C++ trainings to Meeting Cpp 2024
by Jens Weller
From the article:
]]>Trainings listing
C++ for C Developers - Migrating from C to C++ - a two day training by Slobodan Dmitrovic starting November 25th
These 4 trainings focus on various important current aspects of C++. From the migration to C++ from C, which is also a great course if you migrate to Modern C++ from "C with classes" like code. Or a refresher on unit testing by Kevlin Henney himself. Nicolai Josuttis gives a two day training, which is also available as single days: on the first day generic programming with templates and auto is bringing you a referesher, while focusing on C++20 Concepts, Ranges and Views on the next day. I've made the decision that prices for trainings are now fixed, half/full day trainings are 499 € and two day trainings are 999 €, this already includes taxes and all fees from the ticketshop. Attending the trainings will let you learn great new ways to think about your code and it gives support Meeting C++!
Program with GUTs - a half day training by Kevlin Henney on November 25th
Generic programming in C++ with templates and auto - full day training by Nicolai Josuttis on November 28th
Concepts, Ranges, and Views - The New Way of Programming in C++ - full day training by Nicolai Josuttis on November 29th
The C++ on Sea 2024 schedule is out, with 2-day workshops, 4-tracks of main conference, 2 lightning talk sessions and even a Movie Night!
Full schedule for 2024
by C++ on Sea
From the article:
]]>We now have the full schedule for 2024 - and it's a doozy! We also have a few new features this year.
The full ACCU 2024 Conference schedule is live:
Announcing the full ACCU 2024 Conference schedule
by ACCU & ShavedYaks
From the article:
]]>A little later than expected, due to some logistical issues, but we can now finally announce the full schedule for the 2024 ACCU Conference - and it's going to be awesome!
Co-located with the C++ conference in Spain using std::cpp 2024 three one day trainings are offered on senders/receivers (Mateusz Pusz), concepts, ranges and views (Nicolai Josuttis) and design for safer C++ (Peter Sommerlad).
Workshops at using std::cpp 2024 in Madrid
by std:cpp
More detailed information:
Structured Concurrency with Senders and Receivers - Mateusz Pusz (April 22 from 9:00 to 18:30)
More info and registrations: https://www.fundacion.uc3m.es/formacion/structured-concurrency-with-senders-and-receivers/Contemporary Design for Safer C++ - Peter Sommerlad (April 23 from 9:00 to 18:30)
More info and registrations: https://www.fundacion.uc3m.es/formacion/contemporary-design-for-safer-c/Concepts, Ranges, and Views - The New Way of Programming in C++ - NIcolai Josuttis (April 24 from 9:00 to 18.30)
More info and registrations: https://www.fundacion.uc3m.es/formacion/concepts-ranges-and-views-in-c/Come to Madrid and meet the experts!
]]>
The 2024 ACCU Conference has published workshops and opened Early Bird tickets.
Early-bird tickets and workshops now available
From the article:
]]>At time of writing our Early Bird rates are in effect, but hurry! These will end on 15th February, after which standard rates will apply. As ever the cheapest way to get tickets is to be, or become, an ACCU member - so join up today if you're not already a member!
C++ Online is a brand new online C++ conference, including great value training workshops and regular talks, keynotes and lightning talks. The main conference runs from 29th February to 2nd March.
C++ Online, Revisited
From the article:
]]>C++ Online also now has its own website, where you can find all the details, including speakers, workshops and ticket sales.
So go to cpponline.uk now!
The PVS-Studio team along with Sergei Kushnirenko prepared a quiz based on his publications about errors he found. Take the quiz, challenge your focus and coding skills while looking for errors in the C++ code. Attention! When taking the quiz, you may exclaim that some tasks are unfair. Indeed. However, please relax and approach them with humor. The quiz is just for fun.
C++ quiz by PVS-Studio and Sergei Kushnirenko
by Sergei Kushnirenko
About the quiz:
]]>After taking the quiz, you may have questions about why this or that answer is marked as correct or incorrect. Welcome to the article: "Breaking down the C++ quiz by Sergei Kushnirenko" — here you will find answers to your questions. Please read it only after you have puzzled over code snippets with errors and undefined behavior. Be sure — it will be more interesting.
The first version of the schedule of Meeting C++ 2023 is live!
Highlighting the program for Meeting C++ 2023
by Jens Weller
From the article:
]]>While there is still some changes coming, I wanted to highlight the released schedule of Meeting C++ 2023. The conference it self is less than 2 months away (12th - 14th November).
The program will feature 3 keynotes (1 per day) by Kevlin Henney, Lydia Pintscher and Ivan Čukić...
The C++ on Sea 2023 pre-conference, one-day workshops, are now available:
Workshops for C++ on Sea 2023
by C++ on Sea
About the workshops
]]>Workshops on coroutines, concurrency and modern C++ idioms from Nathan Baggs, Rainer Grimm and Mateusz Pusz, respectively.
The registration for the upcoming ACCU 2023 conference from 2023-04-19 to 2023-04-22 has opened.
ACCU 2023 Registration is open
by ACCU
]]>Again we had the opportunity to assemble a great schedule by speakers from the community who want to share their experience!
Our this years keynote speakers are Björn Fahller, Dave Abrahams, Gail Ollis and Stephanie Brenham.
We have two days with full-day workshops before the conference by Mateusz Pusz, Mike Shah, Nico Josuttis, Peter Sommerlad and Vladimir Vishnevskii.
Again Gail Ollis will give an Early Career Day in colaboration with Chris Oldwood, Giovanni Asproni, Jez Higgins, Jon Skeet, Kevlin Henney and Roger Orr for a reduced fee.
Early bird rates apply until 23.59 GMT on Tuesday 28th February 2023.
We use C++ for its raw power. But that power comes at a price: the language is notoriously hard to use correctly and efficiently - especially both at the same time. And that's before you try and make it easy for the next person to read, too!
The Power of Clean C++
by SonarSource
From the announcement:
Regardless of our skill level we could all use a little help writing our best code. In this webinar I'll show how you can be guided by tools that work in your IDE, on your builder server or CI, and as you merge pull requests. Well look at a series of examples of real code - some with less-than-obvious issues and see how these tools work. We’ll get your code clean - and stay clean - with minimal effort and without being overloaded with warnings.
For extra context: this is a Sonar event, so Sonar tools will be shown.
]]>The series continue.
Mixins
by Rainer Grimm
From the article:
]]>In my previous post "More about Dynamic and Static Polymorphism", I used the Curiously Recurring Template Pattern (CRTP) to implement static polymorphism. Another typical use case for CRTP are mixins...
This year's workshops are from Nico Josuttis, Jason Turner, Anthony Williams and Mateusz Pusz.
Workshops for C++ on Sea 2022
by C++ on Sea
Available workshops
]]>Jason Turner - Better Code Reviews
Nicolai Josuttis - C++20 Concepts and Ranges In Practice
Mateusz Pusz - Introduction to Coroutines
Anthony Williams - Concurrent Thinking with C++20
You can now fully register for this year's hybrid event. All the details are here:
All tickets, including workshops, are now available
by C++ on Sea
From the article:
]]>With speakers and workshops now announced, all our ticket types are now open. This year sees a few changes, so let's take a quick tour.
Will you participate?
More Information about my Mentoring Program "Fundamentals for C++ Professionals"
by Rainer Grimm
From the article:
]]>One month ago, I presented "My Mentoring Program "Fundamentals for C++ Professionals". I'm overwhelmed by how my people want to participate in this first iteration of my mentoring program. What should I say? Today, I want to give you more details.
An overview on what Meeting C++ plans for 2022:
Meeting C++ in 2022
by Jens Weller
From the article
Giving you a short overview on what Meeting C++ plans for 2022!
The next two events happening at the Meeting C++ online user group:
Also the next Meeting C++ job fair is on the 15th and 16th March, I plan to host one per quarter of each fair.
- February 16th: Design of C++ reflection API with Matúš Chochlík
- February 17th: Meeting C++ book & tool fair
Meeting C++ 2022
Its going to be a hybrid event in Berlin and online from November 16-19th. I'll start the conference season for Meeting C++ again in April, so expect further annoucements and the opening for the call for talks then. Same goes for tickets, sponsorship and more.
Trainings
]]>In February Meeting C++ offers two trainings
Modern C++ Design Patterns by Klaus Iglberger
The big four of C++ 20 by Rainer Grimm
C++ on Sea has opened its Call for Speakers (including workshops), which runs until 6th February
The 2022 Call for Speakers is now open
by C++ on Sea
About the conference
And Early Bird tickets are now selling up to the end of February
Early bird tickets now on sale
This year's event will be back in person, in Folkestone, UK, overlooking the sea!
]]>Speaker's travel and accomodation expenses are covered - so get your submissions in before the deadline.
These trainings will go along with a talk at Meeting C++ 2021:
C++ Trainings at Meeting C++ 2021
by Jens Weller
From the article:
]]>Today I can give you a first overview on the planned trainings that accompany Meeting C++ 2021. All trainings are held online, the date is chosen by the trainers.
This years Meeting C++ conference focuses on learning and giving you the best experience online. Meeting C++ has chosen some of the best trainers to give you an opportunity to learn even more about C++ in 2021. Rainer Grimm, Patricia Aas and Slobodan Dmitrovic are the trainers for the first 3 fantastic courses.
CppCon registration is open, and the Early Bird discount is available until July 31.
This just announced:
Announcing CppCon Academy 2021 Classes
by Jon Kalb
From the article:
]]>Registration is open for almost twenty CppCon Academy classes that will be held in the days before or after CppCon 2021 in October.
Four classes are open to online attendees and the rest will be offered to onsite attendees at the Gaylord Rockies in Aurora.
This year we are offering classes that range from those that are focused on updating you to the latest versions of C++, to those focusing on better code, testing, or design skills. This year we are offering a class on computing in mixed CPU/GPU/FPGA environments and two on embedded programming. ...
The full schedule for C++ on Sea 2021 is now live, along with a few other twists!
Speakers, schedule, and a 90º programme!
About the article:
]]>With pick & mix workshops in the main programme, using Gather and Zoom as a platform, and rotating the conference day schedule through 90º, this is the most innovative C++ on Sea yet!
C++ on Sea has announced 2021 dates - 30th June - 2nd July.
Announcing C++ on Sea 2021
by C++ on Sea
About the event
The event will be held online, again, but with more of a focus on workshop based training, which is now part of the standard ticket price.
The Call for Speakers is also open
The Call for Speakers runs until 18th April.
And the closing keynote announced
]]>The closing (and only) keynote will be given by Ansel Sermersheim and Barbara Geller
We are happy to announce the next edition of a really well-rated Advanced Modern C++ training by Mateusz Pusz. If you would like to better understand the C++ language rules, improve your design and implementation skills, practice C++ templates, and get more experience with the Modern C++ please do not hesitate to register for an online training on March 22, 2021.
Advanced Modern C++
by Mateusz Pusz
From the article:
]]>Training Highlights
- Emphasis on understanding the philosophy and mechanisms of the C++ programming language and learning how to reuse this knowledge in own code
- Particular focus on the usage of the C++ templates in practical tasks
- Development of error-unfriendly code
- Selection of useful patterns and techniques that prove in a demanding production code
Training Agenda
- C++ Basics for Experts
- Coding with performance in mind
- Utilities that every C++ developer should know and use
- Templates demystified
More detailed agenda can be found on the Train IT website.
Date: March 22 - 25, 2021
Location: Online training
Instructor: Mateusz Pusz
Target Audience: Developers, Architects
Level: Intermediate, Advanced
The schedule for the ACCU 2021 conference has been published. The complete conference will be held online because of the pandemic.
ACCU 2021 Schedule
by ACCU
About the schedule
Again there are three strong C++ tracks!
The keynote speakers are Emilie Bache, Kevlin Henney, Patricia Aas and Sean Parent
Beside the four days (2021-03-10 - 2021-03-13) with great talks, there are two days with these C++ related fullday workshops on the days before and after the conference.
- Better Code by Sean Parent
- Good Modern C++ Design and Practices by Peter Sommerlad
- Modern C++ Template Programming by Nico Josuttis
- Modern C++ Idioms by Mateusz Pusz
- Building and Packing Modern C++ by Adrian Ostrowski and Piotr Gaczkowski
- C++ Concepts: Constraining C++ Templates in C++20 and before by Mateusz Pusz
So don't hesitate to register here. The early bird discount is available until 2021-02-16.
The schedule is subject to change without notice until 2021-03-14
]]>
The second online training on "Modern C++ Software Design" has been announced:
Modern C++ Software Design (Online Training)
by Klaus Iglberger
From the article:
]]>Content of the training
This advanced C++ training is a course on good software design with the C++ programming language. The focus of the training is on the essential and C++-specific software development principles, concepts, idioms, and best practices, which enable programmers to create professional, high-quality code. The course aims at understanding the core of the C++ programming language, teaches guidelines to develop mature, robust, maintainable, and efficient C++ software with a minimum of dependencies, and helps to avoid the most common pitfalls.
Date: September 23rd - 25th, 2020
Location: Online training
Instructor: Klaus Iglberger
Level: Intermediate, Advanced
After the first edition at CppCon 2019, the second edition of the popular workshop has been announced:
Modern C++ Software Patterns (Online Workshop)
by Klaus Iglberger
From the article:
]]>Content of the training
Design patterns have proven to be useful over several decades and knowledge about them is still very useful to design robust, decoupled systems. Modern C++, however, has profoundly changed the way we use C++, think about design and implement solutions. This training explores modern C++ design and the modern forms of the classic design patterns. It provides guidelines, idioms and best practices for sustainable and maintainable design, which enable programmers to create professional, high-quality code. Amongst others it will answer the following questions:
- How does good C++ design with a minimum of dependencies look like?
- What are the most important rules for robust, maintainable, and sustainable design?
- What are the most common pitfalls in C++ software design?
- Why does classical C++ design based on inheritance hierarchies fail so often?
- How are the classic design patterns realised in modern C++?
- What are alternatives to the classic design patterns?
Date: September 9th - 11th, 2020
Location: Online training
Instructor: Klaus Iglberger
Level: Intermediate, Advanced
With less than two weeks to go before the conference (in fact only one week before the first workshop), we have some big announcements!
Full schedule, Nico Josuttis Keynote and Remo as a platform
by C++ on Sea
From the article:
After evaluating many options, including building our own solution (from component parts), we have settled on a fairly new system called Remo. What we love about Remo is that it's the closest thing we've found to recreating the experience of being at a physical event
]]>
Meeting C++ Trainings - a site for online trainings launched on Monday:
Announcing the start of Meeting C++ Trainings
by Jens Weller
From the article:
]]>Meeting C++ organizes now its own online trainings, learn C++ from the leading experts!
You can choose trainings from several trainers and participate in the training you need online. Both half day and full day trainings are available. Right now the listed trainings start by mid June and go into July, but soon also Trainings in August and September will be available. My goal is to offer 1-2 Trainings per trainer in one quarter...
Advanced C++ with Focus on Software Engineering, Stuttgart, 4 days
Advanced C++ with Focus on Software Engineering
by Klaus Iglberger
About the training
]]>This advanced C++ training is a course on software design with the C++ programming language. The focus of the training are the essential C++ software development principles, concepts, idioms, and best practices, which enable programmers to create professional, high-quality code. Additionally, the course gives insight into kernel development with C++. The course provides insight into different design strategies (object-oriented programming, functional programming, generic programming) and the philosophy of “Modern C++” and teaches guidelines to develop mature, robust, maintainable, and efficient C++ code.
Date: November 24-27, 2020
Location: HLRS Stuttgart, Nobelstr. 19
Instructor: Klaus Iglberger
For information about prerequisities, topics, and registration, please see https://www.hlrs.de/training/2020-11-24-cpp4/.
Intermediate C++ with Focus on Software Engineering, Stuttgart, 4 days
Intermediate C++ with Focus on Software Engineering
by Klaus Iglberger
About the training
]]>This intermediate C++ training is a course on software development with the C++ programming language. The focus of the training are the essential C++ software development principles, concepts, idioms, and best practices, which enable programmers to create professional, high-quality code. The course will give insight into the different aspects of C++ (object-oriented programming, functional programming, generic programming) and will teach guidelines to develop mature, robust, maintainable, and efficient C++ code.
Date: July 7-10, 2020
Location: HLRS Stuttgart, Nobelstr. 19
Instructor: Klaus Iglberger
For information about prerequisities, topics, and registration, please see https://www.hlrs.de/training/2020-07-07-cpp3/.
Train IT went online:
Online Live Trainings with Train IT
by Mateusz Pusz
From the article:
]]>Traditional workshops are so-called "Closed Trainings". They are requested by a specific company, are delivered at its premises, and are provided only for its engineers, which means that they are closed to external participants.
On the other hand, "Open Trainings" are open to everyone but are harder to organize, thus provided less often. Additionally, they require participants to travel to a distant place of training, which besides additional time needed for it, also adds travel and accommodation costs to the training's registration fee.
Open Online Live Training joins the best parts of both cases. Read more...
A new C++ course was published in the Pluralsight library:
C++ Standard Library: Associative Containers
by Giovanni Dicanio
From the blog post:
In this course, you’ll learn with a combination of slides and demo code, how to use associative containers like
std::set
,std::map
, andstd::unordered_map
.
]]>
Chcago, November 17-20, 2020
4 Day Modern C++ training from KDAB
with Jim Albamont
About the training
]]>In this hands-on C++11, C++14 and C++17 training for professional C++ developers, you will learn the language changes and the standard library changes introduced in C++11, C++14 as well as changes from C++17.
In class, the new standards will be demonstrated with the aid of many examples, and you will get the opportunity to use them right away in our lab projects. Read more...
Berlin, August 18-21, 2020
4 Day Modern C++ training from KDAB
by Marc Mutz
About the training
In this hands-on C++11, C++14 and C++17 training for professional C++ developers, you will learn the language changes and the standard library changes introduced in C++11, C++14 as well as changes from C++17.
In class, the new standards will be demonstrated with the aid of many examples, and you will get the opportunity to use them right away in our lab projects. Read more...
Combining training with real world programming know-how
All of KDAB's trainers qualify themselves by years of real-life, large-scale development experience as well as strong backgrounds in teaching. Find out more about KDAB trainers.
]]>"I have rarely had an instructor who had such a mastery of his course".
See what else people say about KDAB training.
Next open trainings in September and December:
Advanced Modern C++ Training
by Peter Gottschling
About the training
Mastering C++ is an intriguing challenge that can be utterly satisfactory. This complex, multi-paradigm language allows us to write software of highest performance with well-structured and smoothly growing programs. The power of C++ was tremendously raised with the new features of C++11 and C++14 such as type deduction, lambdas, rvalues, initializer lists – to name only a few. And C++17 adds some more interesting feature like folding and structured binding.
To tackle this challenge, we offer this intensive training mainly based on our trainer's book “Discovering modern C++”. You will see, discuss, and apply a wide spectrum of advanced features and dive into the world of modern C++ programming. Open courses are four days long and inhouse training is available from three to five days.
About the trainer:
Peter Gottschling is the author of the advanced C++14 book “Discovering Modern C++” and the German C++17 book “Forschung mit modernem C++”, the Matrix Template Library 4, co-author of the Boost Graph Library and other scientific libraries. He is vice-chair of DIN’s programming language committee and was (the last) head of the German delegation in the ISO committee for C++ standardization. He is managing director of SimuNova and taught C++ in numerous profesional trainings and academic courses.
When:
09-16-2019 to 09-19-2019 in English
12-02-2019 to 12-05-2019 in German
Dates for next year will be posted soon.
Where: Leipzig
]]>
]]>More Modern CMake
by Deniz Bahadir
Arne Mertz presenting at Meeting C++:
]]>Bringing Clean Code to large scale C++ legacy Applications
by Arne Mertz
Ivan Cukic on TMP and ...
]]>A new look at TMP
by Ivan Cukic
As the title says, every attendee of C++ on Sea will get a free copy of Nico' Josuttis' eBook, "C++17 - The Complete Guide"!
Every attendee gets a free copy of "C++17 - The Complete Guide" by Nico Josuttis
by C++ on Sea
About the article:
]]>We can now announce a special deal we've arranged with Nico which means we'll be giving every attendee of the conference a coupon code to obtain a free copy of the book in electronic form (current suggested price: 37.90 USD). You'll have immediate access, and continue to get updates as the book progresses to completion.
In today’s blog, we look at both the newly minted Study Group for education in the C++ Standard Committee. We also look at a small number of conference videos that I recommend teachers consider while they’re waiting for this Study Group to produce usable materials.
SG20 Education and Recommended Videos for Teaching C++
by Christopher Di Bella
From the article:
]]>As articulated in P1231, the goal of SG20 is not to provide normative curricula for teaching C++, but rather to provide teaching and curriculum guidelines.
...
Below are a list of conference videos that I’ve compiled for teachers to watch (and will update if recommendations come in). There’s well over a day’s worth of videos below, but these aren’t a random assortment of my favourite conference videos. Rather, they are sessions that communicate values about:
- teaching people how to write programs using C++, or
- writing C++ programs using approaches the community agrees produce better code.
This course is offered in Spanish (might be available in English on demand).
Advanced Programming in C++
by Daniel Garcia
About the course:
]]>The course is a 3 full-days training (24 hours) covering C++11, C++14, and an introduction to C++17 at March 25th, 26th, 27th, 2019 in Madrid. It is structured in 4 modules:
- Language (Generalities and type system, Initialization, classes, global novelties, generic programming support).
- Standards library (Metaprogramming support, utilities, STL, strings).
- Concurrency (Introduction to concurrency, memory model, threads, mutual exclusion, futures and promises).
- Introduction to C++17
About the trainer:
J. Daniel Garcia is an Associate Professor in Computer Architecture at University Carlos III of Madrid, Spain. He has extensive experience in industrial project in domains ranging from aerospace and civil engineering to medical technology and finance.
Since 2008 he has served as a member of WG21 (C++ standards committee) as well as chair of the Spanish committee on C++. He has co-authored a number of proposals for C++, since C++11. His main efforts for C++20 are related to the introduction of contracts programming.
A new course was published in the Pluralsight library:
Introduction to Data Structures and Algorithms in C++
by Giovanni Dicanio
From the article:
In this course, you’ll learn how to implement some fundamental data structures and algorithms in C++ from scratch, with a combination of theoretical introduction using slides, and practical C++ implementation code.
No prior data structure or algorithm theory knowledge is required. You only need a basic knowledge of C++ language features.
]]>
Boris Schäling is pleased to invite you to the 2nd Boost C++ Master class 2018 in Israel:
Boost C++ Master Class
The Boost C++ Master class strives to deepen your understanding of the Boost C++ Libraries. As of today, the Boost C++ Libraries are the most important stepping stone if you want to increase your productivity as a C++ developer and significantly improve the quality of your code. In-depth knowledge of the Boost C++ Libraries empowers you to write code that is shorter, more expressive, less error-prone, more agile, and more future-proof.
The Boost C++ Master class is an all-round training. It has no focus on a specific Boost library. The training covers a wide range of major Boost libraries. This includes general purpose libraries whose usage immediately leads to better code. And it includes concept-oriented libraries that demonstrate new approaches to organizing code and implementing features.
The Boost C++ Master class with its focus on the Boost C++ Libraries goes far beyond what is known today as modern C++. While many Boost libraries support and enable writing modern C++ code, the Boost libraries open new doors. Quite often the Boost libraries provide possibilities which catch many developers by surprise.
The Boost C++ Master class is taught by Boris Schäling who is one of the world’s leading professional Boost C++ experts and the author of the book The Boost C++ Libraries.
]]>Free C++ course starting 18th September 2018.
Free C++ Course
About the course:
This is free course, aimed at beginners and intermediate users. Our syllabus is based on Programming: Principles and Practice Using C++, 2nd Edition.
Who can benefit from this course:
- People who have no experience with coding
- People that come from different languages such as Java, Python, C# etc
- Developers that would like to refresh their C++ knowledge
]]>Location:
Please check our website for up to date details www.CPPLondonUni.com
London and Online
London - CodeNode 10 South Pl, London EC2M 7EB
Online - https://goo.gl/BqMCgj (Please RSVP on our host website https:://skillsmatter.com)
When:
Every Tuesday lecture
London - from 18:15 GMT
Online - from 18:30 GMT or soon after
Every Thursday workshop
London - from 18:15 GMT
The Standard reserves the right to change the signatures and overloads of the existing Standard Library functions in what is considered a backward compatible way:
Functions in std
by Andrzej Krzemieński
From the article:
]]>Names of functions from the Standard Library used as pointers/references to functions can cause breakage in your code...
Repeating the last years’ popular course, again being held in English and German:
Boost Your Productivity with Modern C++ -- Now with C++17
by Peter Gottschling
About the training:
The course is designed for software developers who aim for excellent software characterized by intuitive interfaces and maximal performance. Our goal for this 4-day course is that you can afterwards program perceivably more productively. That your programs are usable more flexibly and nonetheless explore the hardware as efficiently as possible. That your software becomes clearer and simpler and thus more readable and more maintainable. For this purpose, we intensively use features of C++11, C++14, and recently C++17.
The trainer Peter Gottschling is the author of the advanced C++14 book ”Discovering Modern C++”,the Matrix Template Library 4, co-author of the Boost Graph Library and other scientific libraries. He is vice-chair of DIN’s programming language group and was (the last) head of the German delegation in the ISO committee for C++ standardization.
The complete course description including the list of topics is available here. Next trainings: 9/17-20/2018 in English and 12/3-7/2018 in German.
]]>
Meeting C++ 2018 offers also a workshop with Nicolai Josuttis:
Modern C++ Template Programming
by Jens Weller
From the article:
]]>Each and every C++ programmer uses templates. Containers such as vector<> or array<>, strings, algorithms such as sort(), iterators, and I/O streams are all implemented as generic code. Modern C++ adds type traits, smart pointers, and template member functions such as emplace(), and generic lambdas as a tricky form of generic code.
Nevertheless the knowledge and understanding of how to implement and use templates is very limited and each and every programmer is sooner or later getting uncertain.
This workshop therefore discusses templates for a whole day to make clear what it means to use templates and how to use them in practice. As a result the general understanding of templates will be improved and generic code might become more helpful and less surprising.
The next CppCon conference is in Bellevue, Washington September 23-28.
Registration for CppCon 2018 is Open
From the announcement:
]]>In addition to the regular conference program there will be keynotes, lightning talks, and panels. There are also pre- and post-conference classes (both two-day and one-day are offered) as well as a meeting of SG14.
Free C++ course starting 1st May 2018.
by CppLondonUni
About the course:
This is free course, aimed at beginners and intermediate users. Our syllabus is based on Programming: Principles and Practice Using C++, 2nd Edition.
Who can benefit from this course:
1. People who have no experience with coding
2. People that come from different languages such as Java, Python, C# etc
3. Developers that would like to refresh their C++ knowledge
Location:
London and Online
London - CodeNode 10 South Pl, London EC2M 7EB
Online - https://goo.gl/BqMCgj (Please RSVP on our host website https:://skillsmatter.com
When:
Every Tuesday
London - from 18:15 GMT
Online - from 18:30 GMT or soon after
]]>
Following the success of our first webinar on 'Measuring software quality', we are pleased to announce the second in our series:
Demystifying C++ Lambdas
by Glennan Carnie
About the webinar:
Lambdas are one of the features of Modern C++ that seem to cause considerable consternation amongst many programmers.
In this 45 minute webinar, Feabhas Technical Consultant Glennan Carnie, will have a look at the syntax and underlying implementation of lambdas to try and put them into some sort of context.
The Webinar runs twice
10am GMT
4pm GMT
]]>Choose a webinar and reserve a free place on our website: