22 Feb '11 - 4:18 by Michael Dunn (updated)
A tutorial that shows how to get started using the Ribbon in your applications
3 hrs ago by John W. Wilkinson (updated)
A C++ JSON parser/generator written using Boost::spirit
yesterday by Przemek Mazurkiewicz (updated)
Simple non-validating streaming XML parser in C++.
3 days ago by Jan Dolinay (new)
This article explains why the Arduino digital I/O functions are slow and compares them with faster implementation used in Wiring framework.
3 days ago by Flaviu2 (updated)
A combobox control which shows a drop down window to assist user
3 days ago by Flaviu2 (updated)
Tree ComboBox Control
4 days ago by Andy Bantly (updated)
Visualizing the Mandelbrot set using multiple threads of execution.
5 days ago by Joffrey Brouillet (new)
This is an alternative for "A set of ADO classes - version 2.20"
6 May '13 - 18:34 by David Johns, John_Tang (updated)
C++ SMTP client, support SSL and TLS encrypted connection to SMTP server
6 May '13 - 12:12 by EricHufschmid (updated)
A C function to create a triangle index list
6 May '13 - 0:19 by Wong Shao Voon (new)
Introduction to Boost Multiprecision Library
2 Jun '10 - 16:30 by Ali BaderEddin (updated)
Interesting/weird usage of pointers in C
7 May '13 - 19:14 by S Leistikow (new)
Four tier IOC application.
4 May '13 - 14:57 by Melick (new)
How to create a web part page programmatically
2 May '13 - 3:56 by David Corne (updated)
This is about the comparison operators in C++ and making them easy to implement.
1 May '13 - 14:13 by Edison Heng (updated)
Networking and Socket programming tutorial in C.
29 Apr '13 - 23:04 by Nick Polyak (updated)
CodeProject Many times I need to get or set properties on a class dynamically, i.e. not knowing their exact names at the compile times. Usually I was doing it using System.Reflection API’s PropertyInfo class. This class provides GetValue() and SetValue methods that allow extrating or setting a
24 Apr '13 - 11:17 by Rion Williams (new)
I’ve been searching for some time for a single resource that I could go to check a variety of best-practices and methods of improving the performance of my sites and applications and I can now mark that off of my list. Mads Kristensen and the .NET Development team released the Web Development
17 Apr '13 - 12:09 by BuzzLightyear (new)
Analyzing Syslog files can be easy...
17 Apr '13 - 7:17 by Bartlomiej Filipek (updated)
Experiments about compilation times and file structure in C++, using GCC, MinGW, Visual Studio.
15 Apr '13 - 0:18 by Edison Heng (updated)
Square Root algorithm for C.
9 Apr '13 - 9:27 by Manny Khasria (new)
The idea is simple, everytime an outgoing link is clicked, we will load an XML file at the backend and pass the URL of the outgoing link or an associated unique ID (e.g. web trends ID in case we are using a web analytics software such as Web Trends) This will leave a stamp of [...]How to track outgo
11 Feb '12 - 21:08 by Tecfield (updated)
This post shows how to make a callback to C# from C/C++
yesterday by amitdeshmukh1010 (new)
Accessing class object present in exe from explicitly loaded DLL using Inheritance and virtual function.
2 days ago by Mahdi Nejadsahebi (updated)
This tip describes how we can remove close pixels from color around the edges.
7 May '13 - 12:02 by AYDIN EBRAHIMI HOMAY (updated)
This tip/trick discusses about hosting a Windows Form user control in an MFC dialog box and View windows.
6 May '13 - 23:50 by trident99 (updated)
An STL based simple XML serialization and de-serialization engine
4 May '13 - 20:04 by bkelly13 (new)
Include code from other directories
2 May '13 - 9:33 by Ihab ramadan (new)
Demo illustrates how to make augmented reality program using irrlicht and newton
1 May '13 - 10:12 by Mohibur Rashid (updated)
Title says it all.
30 Apr '13 - 19:32 by Manish K. Agarwal (updated)
Simple Factory class with Open Closed principle.
23 Apr '13 - 2:18 by bkelly13 (updated)
Multiple Projects in One Solution
19 Apr '13 - 11:57 by trident99 (updated)
The HPC Template Library is a supplement to the Standard Template Library providing threadsafe containers.