published at 26.11.2014 12:22 by Jens Weller
Save to Instapaper Pocket
When it comes to encryption, there a few options you have in C++, a few years ago I implemented an RSA encryption based on the OpenSSL APIs, which was not too pleasant, but worked. For my current project, I was looking for something else, as I can add any dependency to my project. So this blog post is a short example of how to use AES with crypto++.
published at 08.11.2014 14:35 by Jens Weller
Save to Instapaper Pocket
This is the third part in my series about the proposals for the current C++ committee meeting in Urbana. This time its all about the subgroup Evolution, which has the most papers, so this is only the first part. The previous parts were about concurrency, and Part 2 about core, networking, models and undefined behavior.
published at 31.10.2014 11:53 by Jens Weller
Save to Instapaper Pocket
This has been on my things to think about since C++Now. At C++Now, I realized, that we've might got zombies in the C++ standard. And that there are two fractions, one of them stating, that it is ok to have well defined zombies, while some people think that you'd better kill them.
published at 01.11.2014 12:56 by Jens Weller
Save to Instapaper Pocket
The second part of my series about the proposals for Urbana, where the next C++ committee meeting will be held. The papers grand us a first view on a distant future - C++17. I also published last weekend an alternative listing of the proposals by mailing and subgroup. And maybe you also want to read the first part about proposals for concurrency.
published at 25.10.2014 01:17 by Jens Weller
Save to Instapaper Pocket
A short series to give you an overview over the Papers submitted in the latest mailing for the C++ Committee Meeting in Urbana-Champaign in Illinois. At the beginning of November the C++ Committee will have its 3rd Meeting this year. As C++14 is now finished, the focus is clearly on the upcoming C++17 standard.
published at 12.10.2014 20:07 by Jens Weller
Save to Instapaper Pocket
published at 03.10.2014 15:37 by Jens Weller
Save to Instapaper Pocket
published at 16.09.2014 12:38 by Jens Weller
Save to Instapaper Pocket
I just returned yesterday from my trip to Bellevue/WA for CppCon. Its been 10 awesome days, and a ton of fun. It was an honor to support this idea from day one as a community sponsor. I already posted some images of CppCon 2014 at facebook and G+.
published at 27.08.2014 12:25 by Jens Weller
Save to Instapaper Pocket
Like last year, I'd like to give an overview over the C++ Conferences happening this fall. As the holiday season comes to an end, it might be time to plan your trip to one of these conferences. Before I go on about the various conferences, a short word on why should one go to such an event.
published at 19.08.2014 14:26 by Jens Weller
Save to Instapaper Pocket
Yesterday we could read on isocpp.org that C++14 has been approved and will now become a valid ISO Standard. Great news for everyone in the C++ land! While C++14 brings no big change like concepts or modules, its bringing some important new core features to C++, such as make_unique, cbegin/cend and improvements for lambdas and constexpr. I'm a bit sad that std::optional didn't make it.
published at 07.08.2014 20:47 by Jens Weller
Save to Instapaper Pocket
So, finally, we see a new release from boost. Boost 1.56 took a bit longer then most of us would have expected. The change to git and with it the modularization is the reason behind this. Both are very important milestones for boost. There are two new libraries and four new modules.
published at 07.08.2014 15:45 by Jens Weller
Save to Instapaper Pocket
Last week I started to work on an old project again: My own feed reader. I found the code 2 weeks a go on an old USB Stick, and decided to refactor it into a useful state. This involved dealing with HTTP via QNetworkAccessManager.
published at 27.07.2014 18:18 by Jens Weller
Save to Instapaper Pocket
published at 03.07.2014 16:02 by Jens Weller
Save to Instapaper Pocket
Two years ago Meeting C++ started, what was once a dream is now a reality. The conference has grown in those 2 years from 150 people to 300. But Meeting C++ is more then just a conference, in this time various C++ User Groups were started all over Europe, and a European network for C++ has started growing.
published at 22.05.2014 19:08 by Jens Weller
Save to Instapaper Pocket
Like in the past 2 years, I've been traveling to C++Now in 2014. This years conference started a little different from the past years, but offered then again a lot of high quality C++ content. What makes this conference so great is the talks and conversations over a week. Also with 150 its the right size for this location to meet with most people. Also its now two years, that the idea for the Meeting C++ conference was born in Aspen.
published at 21.05.2014 18:27 by Jens Weller
Save to Instapaper Pocket
Qt 5.3 just got released. This version is bringing mostly improvements and a few new things. Some of the new features are only available for the Qt Enterprise version. Also QtCreator 3.1.1 is included. Qt has become really successfull, the previous version Qt 5.2 has over one million downloads.
published at 30.04.2014 20:09 by Jens Weller
Save to Instapaper Pocket
published at 26.04.2014 23:20 by Jens Weller
Save to Instapaper Pocket
Today I had a little fun with Qt and wrote a widget for displaying a bar graph. I have two different situations where I need the bar graph in my back end: displaying the votes a single talk got, and displaying one big bar graph of all the talks.
published at 17.04.2014 20:41 by Jens Weller
Save to Instapaper Pocket
I've just written this afternoon a small tool for the talk-vote for Meeting C++ 2014. As the call for papers ends on Sunday, the voting comes closer. Last year only a few people on the program committee could vote, this year its going to be around 300. This is 10 times more then last year. In this way I want to give the audience a chance to influence the program. I'll get into the voting details in the last paragraph.
published at 27.03.2014 16:30 by Jens Weller
Save to Instapaper Pocket
So, for one year I've been reading Proposals for the C++ Committee, some thoughts on where its going, and where its currently at. And now that C++14 is in its final draft state, also a look into the Standards beyond C++14.