Technical-recipes - technical-recipes.com - technical-recipes.com

Latest News:

How to Merge using TortoiseSVN 1 Jul 2013 | 02:34 am

TweetTo merge changes made in your branched project back into the trunk (re-integrate). For branching in TortoiseSVN see this previous post. So you’ve now made some changes to your branched project th...

How to Branch using Tortoise SVN 24 Jun 2013 | 12:22 am

TweetRepository Conventions When using Subversion / TortoiseSVN I tend to use the ‘conventional’ repository layout by adding branches/tags/trunk directories to the root: (Please click on any images sh...

How to create a simple list view in C++ / MFC 2 Jun 2013 | 08:08 pm

TweetThese instructions pertain to the use of Visual Studio 2010, but barring one or two differences should be reasonably applicable to other versions of Visual Studio as well. Much of these instructi...

Getting Started with OpenGL in Linux 24 Apr 2013 | 07:07 pm

TweetA brief and hopefully to the point on getting up and running with OpenGL in an Ubuntu Linux environment. For setting up OpenGL in Windows / Visual Studio environments, please see this post. My ch...

Practical examples of using Boost serialization 17 Apr 2013 | 10:33 pm

TweetListing1: Serialization of STL containers: a std::vector example using text archives Your intuition may tell you to iterate through the STL container in order to serialize it, but it’s actually a...

Getting started with SWiG for interfacing between C# and C++ Visual Studio projects 23 Feb 2013 | 04:36 am

Tweet1. Download and extract the SWiG interface: Windows version available here: http://prdownloads.sourceforge.net/swig/swigwin-2.0.9.zip 2. Create your C# console application 3. Create your C++ cons...

Using RSA to encrypt large data files in C# 4 Feb 2013 | 02:13 am

TweetIntroduction I recently needed to create a utility in C# to use public/private key encryption of data inside large text files, before sending them over a secure connection such as SSL. Symmetric ...

Using Win32 static libraries in Visual Studio projects 27 Jan 2013 | 08:01 pm

TweetA static library is simply a file that contains functionality that can be made available to other programs. Static libraries end with the .lib extension and are made available to other Visual Stu...

How to recursively print STL-based trees 22 Nov 2012 | 03:27 am

TweetThere are plenty of resources on how we may recursively search and print the contents of binary trees. This example shows how to (recursively) make use of the Boost serialization libraries and st...

Using BoostPro to install Boost library packages 21 Nov 2012 | 02:42 am

TweetA number of Windows-based Boost libraries are not “header-only” and require that you must get them compiled. One way is to compile them yourself. A possibly easier way is to do this via the prebu...

Recently parsed news:

Recent searches: