C++20 is Done!
Houra!
C++20 is Done!
From the article:
C++20, the most impactful revision of C++ in a decade, is done!
February 10-15, Hagenberg, Austria
March 19-21, Madrid, Spain
April 1-4, Bristol, UK
June 16-21, Sofia, Bulgaria
By Adrien Hamelin | Feb 18, 2020 01:07 PM | Tags: community
Houra!
C++20 is Done!
From the article:
C++20, the most impactful revision of C++ in a decade, is done!
By Adrien Hamelin | Feb 18, 2020 01:03 PM | Tags: community
ACCU’s Overload journal of February 2020 is out. It contains the following C++ related articles.
Overload 155 is now available
From the journal:
Members and Remembrances.
Remembering things can be difficult. Frances Buontempo reminisces on routes to erudition.A line-to-line conversion from Node.js to Node.cpp.
Dmytro Ivanchykhin, Sergey Ignatchenko and Maxim Blashchuk show how we can get a 5x improvement in speed.The Path of Least Resistance.
Python’s modules and imports can be overwhelming. Steve Love attempts to de-mystify the process.Quick Modular Calculations(Part 2).
The minverse algorithm previously seen is fast but has limitations. Cassio Neri presents two alternatives.A Secure Environment for Running Apps?.
Getting apps from the app store is easy. Alan Griffiths considers this from a security perspective.Afterwood.
The centre half is more than a sporting term. Chris Oldwood shows us why.
By Adrien Hamelin | Feb 12, 2020 02:57 PM | Tags: community
Did you know them?
Five Awesome C++ Papers for the Prague ISO Meeting and C++20 Status
by Bartlomiej Filipek
From the article:
Continuing the tradition for other ISO C++ Meetings, I prepared a blog post where you’ll learn about:
- The current status of C++20
- an overview about the Prague ISO C++ Meeting (10th till 15th February 2020)
- a few interesting papers that are worth reading
Let’s start!
By Jordi Mon Companys | Feb 7, 2020 02:27 AM | Tags: community
If you are into C and/or C++ package management, Conan Days in Madrid, Spain may be for you.
Conan Community and C/C++ build engineering and packaging enthusiasts
ConanDays, 2 days full of technical content for the whole Conan Community and C/C++ build engineering and packaging enthusiasts in Madrid, Spain, 19-20 March 2020.
By Adrien Hamelin | Feb 4, 2020 02:28 PM | Tags: community
Don't miss it!
C++ in 2020
by Jens Weller
From the article:
Now where the year is a few weeks old, lets see whats ahead for C++ in 2020!
I'll cover the Meeting C++ Community Survey, Conferences, Libraries & Releases, ISOCPP and C++20.
This blog post is based on a newsletter, which is based on a talk I gave at my User Group in Düsseldorf two weeks ago. Come and visit our meetings at the 3rd Wednesday of the month! My C++ User Group is also still looking for speakers in 2020, contact me if you're in town!
By Adrien Hamelin | Feb 4, 2020 02:26 PM | Tags: community
Check it out.
CLion starts 2020.1 Early Access Program: improvements to Clang-based tools and debugger, new font and editor theme, and more
by Anastasia Kazakova
From the article:
We’ve got a lot planned for 2020 and 2020.1 and now it’s time to start our regular Early Access Program!
EAP builds are free and give you a preview of the upcoming changes and enhancements. They might not be stable and might contain functionality that doesn’t make it to the final release. And if you decide to try these builds, please, inform us of any issues you run into or any inconveniences you experience as early as possible, so we have time to investigate and can try to address them before the release...
By Adrien Hamelin | Jan 28, 2020 01:54 PM | Tags: community
Go check it out!
Schedule for ACCU 2020 published
From the article:
The schedule is subject to change without notice until 2020-03-28.
By Adrien Hamelin | Jan 27, 2020 03:32 PM | Tags: experimental community
A way to make C++ safer.
The C++ Lifetime Profile: How It Plans to Make C++ Code Safer
by Daniel Martín
From the article:
High amounts of low-level systems are written in C++. Memory access in C++ is virtually unrestricted, which means that bugs in C++ programs can corrupt it and cause crashes or security problems. For this reason, we call C++ a memory-unsafe programming language — in contrast to memory-safe languages like Java, Rust, and Swift.
In this blog post, I’ll talk about the C++ Lifetime Profile, explaining what it is, how it intends to reduce the problems typically caused by the memory-unsafe characteristics of C++, what the status of the current implementation of the Lifetime Profile is, and what the current limitations are...
By Adi | Jan 27, 2020 02:28 AM | Tags: community
Early bird tickets for Core C++ 2020 are now on sale!
Early bird tickets for Core C++ 2020 are now on sale!
Adi Shavit
From the article:
From medical devices and flash storage to CPUs and advanced navigation systems, Israeli innovation pushes the boundaries of the imagination. Advanced software is at the heart of many of these systems, and when it comes to bare-metal performance, low power-consumption and massive scalability, C++ is king. Core C++ 2020 will take place at The Wohl Conventions Center, located just outside Tel-Aviv on the campus of Bar-Ilan University in Ramat Gan, Israel.
The conference is aimed at C++ developers and practitioners as well as academic researchers and teachers who wish to be updated by the newest developments of C++ and present their work with C++. International speakers and attendees are more than welcome to join us!
By Jordi Mon Companys | Jan 21, 2020 10:26 AM | Tags: community
New C and C++ meetup in Madrid. Thursday the 30th at Liferay's HQ.
How to accelerate a website with C++ and WebAssembly (Spanish)
with Juan Morales and Miguel Cantón
In order to reduce latency, costs and gain scalability we decided to perform data analysis with Graphext using WebAssembly in the browser. We will talk about how to use emscripten to compile a C++ project to make it portable on all browsers.