What we're about
Welcome to Meeting C++ online (https://online.meetingcpp.com) - a C++ User Group that focuses on online meetings once a month!
Meeting C++ online is:
Free monthly online meetups
An online C++ Job fair (https://meetingcpp.com/mcpp/online/jobfair.php)
All events are hosted in english online, mostly on https://remo.co
Support Meeting C++ online by becoming a sponsor at one of our online events!
This User Group runs under the Berlin Code of Conduct: https://berlincodeofconduct.org
Upcoming events (4+)
Hosting lightning talks!
Submit yours under: https://meetingcpp.com/mcpp/lightningtalks/
Submit until August 25th!
- JensW
- Andrei Z.
- Goran A.
- 51 attendees
While digging around in what things I've done with Meeting C++, I found a news article on the first C++ Community planning session after the first CppCon. I'd like to revive this tradition, that has been carried on by others in between.
So if you're interested in or already involved in organizing things for and with the C++ community, come and join us for this evening!
- JensW
- Daniel M.
- Constantin R.
- 18 attendees
Our monthly meeting features with a talk about Corolib: distributed programming with C++ coroutines by Johan Vanslembrouck
Agenda
19:00 Socializing in Lounge
19:15 Welcome message
19:45 Sponsor message debugging with Undo
20:30 Talk
21:30 Talk Q & A debate in room
21:xx - Socializing / End
Details:
Distributed applications often use remote method invocation (RMI) to allow a client application to make use of the services of a server application. A constant in many of these applications is the use of either a synchronous two-way RMI style, or an asynchronous style where the invocation is split into a request and a response that has to be handled at a later place and time in the application. This leads to a very different programming style, with programs having to be completely rewritten if the synchronous style was considered to be not efficient enough and a transition has to be made to an asynchronous style.
My talk will demonstrate that we can make a synchronous-style RMI application behave in a responsive, asynchronous way using C++ coroutines by making only minor changes to the original program. This is the purpose of the corolib library. Corolib uses Boost ASIO and Qt for communication between applications, without any changes to the underlying libraries (Boost or Qt).
The major objectives of corolib are:
- Try to accomplish as much coroutine functionality as possible with a minimum of code
- Allow a novice to learn about coroutines by following program traces
- Demonstrate the strict separation of the asynchronous communication library from its use by coroutines
- Demonstrate that synchronous style programs can be executed in a responsive, asynchronous way with only minor modifications to the original program
- Demonstrate that coroutines can be used to replace threads, running the whole application on the main thread
- JensW
- Jonathan O.
- Juan
- 31 attendees
The Meeting C++ online job fair:
https://meetingcpp.com/mcpp/online/jobfair.php
Share your CV via https://cvupload.meetingcpp.com
Join via this link: https://jobfair.meetingcpp.com
Employers can join via this form:
https://meetingcpp.com/mcpp/online/jobfairtable.php
Confirmed Employers:
TBA
- JensW
- 1 attendee
Past events (45)
- JensW
- Abhishek
- Ahmed A.
- 55 attendees