research32

A blog about researching and testing C++/Win32 facts

Dec 6, 2015

Applying the Strategy Pattern

›
One of my favorite patterns, is the Strategy pattern. It is so simple and so useful and can be applied in many contexts. In this post, I a...
Sep 13, 2015

Pass-by-value vs. pass-by-const-reference - Part 2

›
This is the continuation of the comparison of pass-by-value and pass-by-const-reference. In this post I will do comparison between user-defi...
Apr 14, 2015

The ark of programming

›
The ark of programming. Yes, ark, not art. This is about the ark of programming and not the art of programming. This post has a more hum...
Mar 8, 2015

Aggregate initialization

›
A couple of days ago, I ran into some legacy code, which basically said Person person = { } ; I hadn't really been dealing with this...
Jan 19, 2015

Pass-by-value vs. pass-by-const-reference - Part 1

›
You probably already know the difference between pass-by-value and pass-by-const-reference. However, before proceeding, below follows a brie...
Jan 7, 2015

SOLID

›
I bet you have encountered some code smells during your programming career. Maybe you have made a change (corrected a bug) in a module, wh...
Jan 5, 2015

PE file with empty main()

›
If you build an empty console program, how many bytes is needed for the Portable Executable (PE)? And what's inside the PE file? In th...
‹
›
Home
View web version

About Me

Anders
I'm a system developer with great interest in C++, 32-bit architectures, secure and clean code.
View my complete profile
Powered by Blogger.