Always remain updated about current software development trends

Articles having tag: STL

Push Framework - A C++ toolkit for high performance server development

Write asynchronous, multithreaded servers in a few lines of code. Monitor realtime activity with a deploy-only dashboard.

CPPHtmlStatic v1.2

A control based on CStatic for displaying HTML-like text formatting elements.

Number crunching: Why you should never, ever, EVER use linked-list in your code again

Most programming resources are wrong when comparing linked-list to vector. Here you can read and understand how they are wrong and why linked-list is (mostly) to be avoided.

Solving the "Move the Box" game (Programatically)

CodeProject A couple of weeks ago some colleagues at work showed me this nice puzzle game called "Move the Box". I've seen dozens of these kinds of puzzle games in different variations, and as usual, I got hooked on it for a while.I got stuck on a level I couldn't...

Template C++ wrapper for Windows registry

What properties has some proper C++ wrapper class? Let's formalize it for example for Windows registry.