Daisy Hollman - What you can learn from being too cute - Meeting C++ online
Daisy Hollman gave a version of her CppCon talk at Meeting C++ online
What you can learn from being too cute
by Daisy Hollman
Watch the video:
October 25, Pavia, Italy
November 6-8, Berlin, Germany
November 3-8, Kona, HI, USA
By Meeting C++ | Nov 7, 2021 09:46 AM | Tags: meetingcpp community c++20 c++17
What you can learn from being too cute
by Daisy Hollman
Watch the video:
By Adrien Hamelin | Nov 3, 2021 10:02 AM | Tags: community
Another report!
Tripreport: virtual CppCon 2021
by Jens Weller
From the article:
I attended this weeks virtual CppCon partially, as I'm also very busy with my upcoming conferences: Meeting Embedded & Meeting C++ 2021. Still I had a lot of fun. Thanks to Jon Kalb, the volunteers, speakers and all the attendees who made CppCon 2021 possible!
By Meeting C++ | Nov 3, 2021 01:25 AM | Tags: meetingcpp jobs community
Meeting C++ is looking for C++ employers to join the next online C++ job fair in mid November.
Looking for Employers for the online C++ job fair
by Jens Weller
From the article:
The Meeting C++ online job fair is in two weeks, and so far I only have one company interested in a free table as of today.
The job fair is on November 16th (afternoon CET) and 17th (evening CET). Sponsors will also be listed on the website with logo in the job section and at the job fair page. During the event your table will be above the free tables and you'll receive CVs through the tooling of Meeting C++ from the moment of signup to friday after the week of the event. The last job fair had 82 folks from 26 countries submit. These sponsorships are also what allows me to work on the tooling and improve the process further, some funding of the sponsorships also goes into advertising of the event.
By Adrien Hamelin | Nov 2, 2021 01:42 PM | Tags: community
Did you attend?
CppCon 2021 Virtual Trip Report, A User Story
by Javier Estrada
From the article:
This is the first CppCon hybrid (in person and virtual) conference, and in my opinion, it was a success in terms of content and organization, particularly from the virtual side. Sure, there were the occasional quirks, or the first day emergencies if one didn’t read the “instruction manual” (ahem) beforehand. But ’nuff said.
I’m writing this trip report while the experience is fresh, and before the glitter fades, drinking a hot cup of coffee while everybody else sleeps...
By Adrien Hamelin | Nov 2, 2021 01:40 PM | Tags: community
The series continue.
Automatic Return Type (C++11/14/20)
by Rainer Grimm
From the article:
I started my discussion about the "Automatic Return Type (C++98)" in my last post. Today, I'm faced with the same challenge but solve it with C++11, C++14, and C++20...
By Meeting C++ | Nov 1, 2021 10:08 AM | Tags: meetingcpp events community
The monthly listing of upcoming C++ User Group meetings at Meeting C++
Upcoming C++ User Group meetings in November
by Jens Weller
From the article:
The monthly overview on C++ User Group meetings being announced by the start of the month!
This month features 4 Events organized by Meeting C++:
2.11 Meeting C++ online - What you can learn from being too cute: why you should write code
4.11 Meeting Emedded 2021
10.11 Meeting C++ 2021
16.11 Meeting C++ online job fairThere is 1 new C++ User Groups: Odense.
By Meeting C++ | Oct 29, 2021 02:28 AM | Tags: meetingcpp intermediate events community basics
Update your C++ skills with Meeting C++!
How Meeting C++ can help you to close your C++ knowledge gap
by Jens Weller
From the article
With 1.5 years of the pandemic behind us and one more "season" ahead for many of us, I'd like to show you how you can improve your C++ skills with the events organized by Meeting C++!
Meeting C++ organizes many online Events on Hubilo with its Meeting C++ online User Group. This started over a year ago and today it hosts 1 - 2 evenings of C++ content per month. Usually a talk or a fair like the online C++ job fair or the book & tool fair. The next meeting of this User Group is next week, hosting Daisy Hollmans CppCon Talk What you can learn from being too cute: why you should write code that you should never write.
By Meeting C++ | Oct 27, 2021 07:10 AM | Tags: meetingcpp jobs hiring community
A posting some insights and statistics from the last job fair.
Results and Statistics from the September Meeting C++ online job fair
by Jens Weller
From the article:
In September Meeting C++ online organized an online C++ Job fair, in this blog post I'm going to write about some of the lessons learned and a few new insights from the attendee data.
First, the next online job fair is mid November, book your table if you'd like to attend as an employer. Or become listed in the Meeting C++ employer listing for one year.
By Meeting C++ | Oct 23, 2021 07:28 AM | Tags: meetingcpp intermediate experimental coroutines community c++20 basics advanced
Last Thursday Meeting C++ online hosted a 2 hour long live coding session about using C++20 coroutines for asynchronous parsers
Meeting C++ online - Andreas Reischuck - Using C++20 coroutines for asynchronous parsers
by Andreas Reischuck
By Adrien Hamelin | Oct 21, 2021 12:05 PM | Tags: community
Registration is now open for CppCon 2021, which starts on October 24 and will be held both in person and online. To whet your appetite for this year’s conference, we’re posting some upcoming talks that you will be able to attend this year. Here’s another CppCon future talk we hope you will enjoy – and register today for CppCon 2021 to attend in person, online, or both!
3D Graphics for Dummies
Wednesday, October 27 • 4:45pm - 5:45pm
by Chris Ryan
Summary of the talk:
Three-dimensional graphics are much simpler than you would think. I will present the rudimentary techniques for the designs of a simple C++ Matrix library and operator methodologies, through an introduction to 3D Graphics: Points, Vectors, Coordinate Spaces, Matrix Math, Depth Buffer and Rasterization.
We will explore the blood and guts of a C++ Matrix library and 3D graphics. Rather than using off-the-shelf libraries like Unity and OpenGL, we will examine a simple library I wrote to teach myself about the subject. Includes demo of the graphics library/app.