Tag Archives: c++

C++ (pronounced cee plus plus) is a general purpose programming language.

How to Make Your C++ Qt Project Build 10x Faster with 4 Optimizations

How to Build Your C++ Qt Project 10x Faster with 4 Simple Optimizations — Hey! Get back to work! — Compiling! — OK. Carry on. XKCD #303 As a project grows, the time spent on building it becomes more and more valuable. Generally, the longer it takes to build a project, the more time you waste… Read More »

System Modal Dialog

This article makes introduction to the one of the interesting Windows abilities, the ability to deal with multiple desktops. As example it contains the source of code of the .NET library that gives ability of creation System Modal dialogs in the same way as UAC window does. The article is for beginners and requires only very basic knowledge about.NET and Windows API.