Just C++ - penrose tiling from python to C++ & Qt
New Just C++ episode, this time its about porting some python code to C++:
Just C++ - Penrose tiling from python to C++ & Qt
by Jens Weller
October 25, Pavia, Italy
November 6-8, Berlin, Germany
November 3-8, Kona, HI, USA
By Meeting C++ | Oct 13, 2017 04:04 AM | Tags: qtdev qt python meetingcpp c++14 basics
New Just C++ episode, this time its about porting some python code to C++:
Just C++ - Penrose tiling from python to C++ & Qt
by Jens Weller
By Jason Turner | Oct 7, 2017 06:35 AM | Tags: basics
Episode 83 of C++ Weekly.
Installing Compiler Explorer
by Jason Turner
About the show:
This week is a demonstration of how to install and configure a local instance of Compiler Explorer.
By Adrien Hamelin | Oct 3, 2017 11:15 AM | Tags: community basics
A wonderful tale to read.
A Beginner's Guide to CPPCon 2017
by Eva "Bunny" Conti
From the article:
When we last left our heroine, she was just stating that although she'd be accompanying Ben to Seattle for his talk at CPPCon 2017, she wouldn't be attending the actual conference...
By Meeting C++ | Oct 3, 2017 04:05 AM | Tags: community c++14 c++11 beginner basics
The english translation of a talk I did at the C++ UG in Düsseldorf:
Beginning with C++
[german] Anfangen mit C++
by Jens Weller
By Thomas Young | Sep 25, 2017 04:50 AM | Tags: basics
An article about static libraries, the benefits (or non-benefits) of splitting your project into static libraries, and the knock-on effects this can have on project dependencies.
Static libs do not modular make
by Thomas Young
From the article:
A cautionary tale about statically-linked libraries, as generated by C/C++ build tools.
As a project accumulates features, and complexity, it gets harder to understand exactly what's going on, and to find your way around the source code. You need to find some way to organise the code and try and keep things manageable.
A common idea, in this situation, is to group some source files together to split out as a static library.
I'm going to argue that this actually does very little, in itself, to increase modularity, can have the effect of significantly increasing dependencies, and is maybe not such a good idea, after all.
By Meeting C++ | Sep 20, 2017 01:20 AM | Tags: meetingcpp community basics
For the first time ever, you can participate in Meeting C++ as a volunteer, just like you could do with CppCon!
Volunteering at Meeting C++ 2017
by Jens Weller
From the article:
Something new, which didn't exist in the last 5 editions of the Meeting C++ conference. You are now able to become a volunteer at Meeting C++ 2017, like you can and always could do for CppCon.
Historically the staff for Meeting C++ first was from my own C++ User Group...
By Jason Turner | Sep 14, 2017 08:15 AM | Tags: basics
Episode 80 of C++ Weekly.
Intro to AppVeyor
by Jason Turner
About the show:
This week introduces AppVeyor, a free (for open source projects) continuous integration environment for Windows that supports C++. The use of AppVeyor is demonstrated by adding it to our evolving example C++ GitHub project.
By Meeting C++ | Sep 14, 2017 06:13 AM | Tags: performance meetingcpp intermediate experimental efficiency community c++14 c++11 boost basics advanced
The Schedule for Meeting C++ 2017 is live:
Meeting C++ 2017 Schedule
by Jens Weller
Overview:
For 3 days there is a keynote per day and 4 tracks in parallel of very good C++ Content.
By Adi | Sep 4, 2017 01:05 PM | Tags: basics
A fanciful little post about li’l old main().
The main() Course
by Adi Shavit
From the article:
The function main() is a normal program’s entry point.
The shortest conforming C++ executable program is: int main(){}
By Meeting C++ | Sep 1, 2017 03:48 AM | Tags: experimental dlib basics
New episode of Just C++, today on serializing shared_ptr with dlib
Just C++ - serializing dlib & std::shared_ptr
by Jens Weller