5 Aug '11 - 19:40 by Pepsibot (updated)
A console library capable of colored input and output. Includes user definable menus, ASCII character windows, save/restore a screen worth of characters, 256 console color combinations, and a smart coloring.
2 days ago by Joffrey Brouillet (updated)
This is an alternative for "A set of ADO classes - version 2.20"
2 days ago by Peter Hancock (updated)
Provides a plug in multithreaded environment, using an exception safe thread-pool and functors.
3 days ago by snp157 (updated)
Use Bapi in C#
4 days ago by Wong Shao Voon (updated)
Introduction to Boost Multiprecision Library
5 days ago by John W. Wilkinson (updated)
A C++ JSON parser/generator written using Boost::spirit
12 May '13 - 2:24 by Przemek Mazurkiewicz (updated)
Simple non-validating streaming XML parser in C++.
10 May '13 - 10:15 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.
10 May '13 - 7:35 by Flaviu2 (updated)
A combobox control which shows a drop down window to assist user
10 May '13 - 4:30 by Flaviu2 (updated)
Tree ComboBox Control
9 May '13 - 19:54 by Andy Bantly (updated)
Visualizing the Mandelbrot set using multiple threads of execution.
17 Jul '11 - 16:20 by WebBiscuit (updated)
Microsoft has violated the holy rules of COM and broken their msado15.dll. The violation occurs after the installation of Windows 7 Service Pack 1 (version 6.1.7601.17514).
4 hrs ago by n.podbielski (new)
A better algorithm for finding UpdatePanel that will be updated during page request
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.
13 Oct '10 - 10:44 by Reinhard Ostermeier (updated)
In .NET 4.0, you can also use the new System.Environment.Is64BitOperatingSystem and System.Environment.Is64BitProcess
yesterday by computermagic (new)
Generating sequential GUIDs in C++ and Qt 5
3 days ago by Fulvio Dominici (new)
How to generate a QRCode with the libqrencode library, with a clear example
12 May '13 - 9:43 by amitdeshmukh1010 (new)
Accessing class object present in exe from explicitly loaded DLL using Inheritance and virtual function.
11 May '13 - 4:15 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.