Italian C++ Conference 2019--Marco Arena
My report about the last Italian C++ event:
Italian C++ Conference 2019
by Marco Arena
From the article:
The 4th edition of the Italian C++ Conference took place at Politecnico di Milano last June 15th...
March 11-13, Online
March 16-18, Madrid, Spain
March 23-28, Croydon, London, UK
March 30, Kortrijk, Belgium
May 4-8, Aspen, CO, USA
May 4-8, Toronto, Canada
June 8 to 13, Brno, Czechia
June 17-20, Folkestone, UK
September 12-18, Aurora, CO, USA
November 6-8, Berlin, Germany
November 16-21, Búzios, Rio De Janeiro, Brazil
By Marco Arena | Jul 16, 2019 11:32 PM | Tags: community
My report about the last Italian C++ event:
Italian C++ Conference 2019
by Marco Arena
From the article:
The 4th edition of the Italian C++ Conference took place at Politecnico di Milano last June 15th...
By Meeting C++ | Jul 12, 2019 03:19 AM | Tags: meetingcpp community c++20 c++17
The schedule for Meeting C++ 2019 is published!
A first Schedule for Meeting C++ 2019
by Jens Weller
From the article:
The schedule for Meeting C++ 2019 is online!
This is a first look at the great program that Meeting C++ 2019 will offer, once again 3 days full of C++ in Berlin!
By Adrien Hamelin | Jul 10, 2019 12:43 PM | Tags: community
Next step, outputs.
C++ Core Guidelines: Improved Performance with Iostreams
by Rainer Grimm
From the article:
As easy as my title and the rules of the C++ core guidelines sound, getting more performance out of the Iostreams is no no-brainer...
By Adrien Hamelin | Jul 2, 2019 12:41 PM | Tags: community c++14
More safety, maybe more speed.
Use constexpr for faster, smaller, and safer code
by Trail of Bits
From the article:
With the release of C++14, the standards committee strengthened one of the coolest modern features of C++: constexpr. Now, C++ developers can write constant expressions and force their evaluation at compile-time, rather than at every invocation by users. This results in faster execution, smaller executables and, surprisingly, safer code...
By Adrien Hamelin | Jun 26, 2019 11:28 AM | Tags: community
One more.
C++ Core Guidelines: Iostreams
by Rainer Grimm
From the article:
When you interact with the outside world, the iostream library is the way to go in C++. As always you have to keep a few rules in mind. Let me show, which rules...
By Adrien Hamelin | Jun 26, 2019 11:25 AM | Tags: stl community
Interested?
“The STL From Scratch” is back!
by Arthur O’Dwyer
From the article:
Registrations for CppCon 2019 are open, and so are registrations for my two-day pre-conference class, “The STL from Scratch.”...
By Adrien Hamelin | Jun 25, 2019 12:43 PM | Tags: community
A nice overview.
C++ 2019 - The state of Developer Ecosystem in 2019 Infographic
by Jet Brains
From the article:
People continue to adopt the new C++ standards. The usage of C++17 has grown by 10 percentage points since last year...
By Adrien Hamelin | Jun 25, 2019 12:40 PM | Tags: community
use the power of C++ in the web.
Pragmatic compiling of C++ to WebAssembly. A Guide.
by Thomas Deniffel
From the article:
Most C++-Programmers I know of have already heard of WebAssembly, but most have had troubles getting started. This guide brings you beyond of a simple “Hello World”: To a stateful-applications with interactions between C++ and JavaScript...
By Adrien Hamelin | Jun 24, 2019 01:27 PM | Tags: community
The series continue.
C++ Core Guidelines: Rules for Strings
by Rainer Grimm
From the article:
The C++ core guidelines use the term string as a sequence of characters. Consequently, the guidelines are about C-strings, C++-strings, the C++17 std::string_view's, and std::byte's...
By Marco Arena | Jun 19, 2019 11:53 PM | Tags: community advanced
The Italian C++ Conference 2019 keynote:
"Allegro" Means Both Fast and Happy. Coincidence?
by Andrei Alexandrescu
About the video:
Sorting and searching. Two fundamental tasks in Computer Science, and definitely among the most studied. Efficient algorithms for sorting and searching are now taught in core undergraduate classes. Are they at their best, or is there more blood to squeeze from that stone? This talk will explore a few less known – but more allegro! – variants of classic algorithms.