Articles on current page (1-10 of 14)

October 2024

blazingmq clockwork

☑ BlazingMQ: Hands On

BlazingMQ is a message queue middleware system developed at Bloomberg which was opened sourced around a year ago. I think it has a lot of very useful features for some use-cases, so this series of articles looks at it in a bit more detail. In this third article I’m going to try to get a basic producer and consumer working with the broker to get some basic exposure to the APIs in C++ and Python.

This is the 3rd of the 4 articles that currently make up the “BlazingMQ” series, the first of which was BlazingMQ: Introduction.

Read article ( 25 minutes )

10 Oct 2024 at 1:15PM in Software
 | 
Photo by Andy Pearce (via Midjourney)
 | 

August 2015

frustrated coder

☑ C++ Streaming Pains

C++ streams have their advantages, but in some ways they’re a downright pain.

Read article ( 6 minutes )

20 Aug 2015 at 1:55PM in Software
 | 
Photo by Tim Gouw on Unsplash
 | 

April 2015

child map

☑ C++11: Library Changes: Pointers, Randoms, Wrappers and more

I’ve finally started to look into the new features in C++11 and I thought it would be useful to jot down the highlights, for myself or anyone else who’s curious. Since there’s a lot of ground to cover, I’m going to look at each item in its own post — this is the second of the final two that cover what I feel to be the most important changes to the standard template library.

This is the 8th of the 8 articles that currently make up the “C++11 Features” series, the first of which was C++11: Move Semantics.

Read article ( 15 minutes )

24 Apr 2015 at 11:33AM in Software
 |  | 
child map

☑ C++11: Library Changes: Threading, Tuples, Hashing and Regexes

I’ve finally started to look into the new features in C++11 and I thought it would be useful to jot down the highlights, for myself or anyone else who’s curious. Since there’s a lot of ground to cover, I’m going to look at each item in its own post — this is the first of the final two that cover what I feel to be the most important changes to the standard template library.

This is the 7th of the 8 articles that currently make up the “C++11 Features” series, the first of which was C++11: Move Semantics.

Read article ( 11 minutes )

13 Apr 2015 at 7:26AM in Software
 |  | 

January 2014

child map

☑ C++11: Other language changes

I’ve finally started to look into the new features in C++11 and I thought it would be useful to jot down the highlights, for myself or anyone else who’s curious. Since there’s a lot of ground to cover, I’m going to look at each item in its own post — this one covers a miscellaneous set of language improvements which I haven’t yet discussed.

This is the 6th of the 8 articles that currently make up the “C++11 Features” series, the first of which was C++11: Move Semantics.

Read article ( 7 minutes )

19 Jan 2014 at 11:09PM in Software
 |  | 

November 2013

child map

☑ C++11: Template changes

I’ve finally started to look into the new features in C++11 and I thought it would be useful to jot down the highlights, for myself or anyone else who’s curious. Since there’s a lot of ground to cover, I’m going to look at each item in its own post — this one covers improvements to template declaration and instantiation.

This is the 5th of the 8 articles that currently make up the “C++11 Features” series, the first of which was C++11: Move Semantics.

Read article ( 5 minutes )

26 Nov 2013 at 7:12AM in Software
 |  | 

September 2013

child map

☑ C++11: Function and method changes

I’ve finally started to look into the new features in C++11 and I thought it would be useful to jot down the highlights, for myself or anyone else who’s curious. Since there’s a lot of ground to cover, I’m going to look at each item in its own post — this one covers various changes to function and method declaration and definition.

This is the 4th of the 8 articles that currently make up the “C++11 Features” series, the first of which was C++11: Move Semantics.

Read article ( 13 minutes )

17 Sep 2013 at 7:50PM in Software
 |  | 
child map

☑ C++11: Type inference and constant expressions

I’ve finally started to look into the new features in C++11 and I thought it would be useful to jot down the highlights, for myself or anyone else who’s curious. Since there’s a lot of ground to cover, I’m going to look at each item in its own post — this one covers automatic type inference and generalised constant expressions.

This is the 3rd of the 8 articles that currently make up the “C++11 Features” series, the first of which was C++11: Move Semantics.

Read article ( 4 minutes )

4 Sep 2013 at 7:38PM in Software
 |  | 

July 2013

child map

☑ C++11: Initialization

I’ve finally started to look into the new features in C++11 and I thought it would be useful to jot down the highlights, for myself or anyone else who’s curious. Since there’s a lot of ground to cover, I’m going to look at each item in its own post — this one covers changes to initialization of variables.

This is the 2nd of the 8 articles that currently make up the “C++11 Features” series, the first of which was C++11: Move Semantics.

Read article ( 4 minutes )

15 Jul 2013 at 1:38PM in Software
 |  | 
child map

☑ C++11: Move Semantics

I’ve finally started to look into the new features in C++11 and I thought it would be useful to jot down the highlights, for myself or anyone else who’s curious. Since there’s a lot of ground to cover, I’m going to look at each item in its own post — this one covers move semantics.

This is the 1st of the 8 articles that currently make up the “C++11 Features” series.

Read article ( 4 minutes )

9 Jul 2013 at 11:04AM in Software
 |  | 

Page 1 of 2   |   Page 2 →