Audiobook Player for iPhone
Wed, 08 Sep 2010 17:23:00 GMT
An iPhone media player designed specifically for listening to audiobooks
|
Something You May Not Know About the Switch Statement in C/C++
Wed, 08 Sep 2010 14:49:00 GMT
A discussion on how switch/case is executed, by reverse engineering in VC++
|
OAG Library (OpenGL) Part 2.3 - Drawing 2D Textures using the mouse and Programatically
Sun, 05 Sep 2010 02:21:00 GMT
This tutorial shows Library Code for 2D Textures how to draw them programatically using the mouse in an application MFC.
|
File System Filter Driver Tutorial
Fri, 03 Sep 2010 13:02:00 GMT
This tutorial will show you how to develop a simple file system filter driver.
|
Benchmark start-up and system performance for .Net, Mono, Java, C++ and their respective UI
Thu, 02 Sep 2010 14:37:00 GMT
What is the start-up and system performance overhead for .Net, Mono, Java versus C++ and Forms, WPF, Swing versus MFC
|
Concurrency Runtime in Visual C++ 2010
Thu, 02 Sep 2010 14:36:00 GMT
Learn about parallel algorithms, parallel containers, tasks, task groups, agents library, task scheduler etc in VC10
|
RLE compression for bitmaps
Mon, 30 Aug 2010 22:45:00 GMT
RLE compression for bitmaps
|
Fast and simple huffman compressor
Mon, 30 Aug 2010 16:00:00 GMT
Fast and simple huffman compressor
|
Best Square Root Method - Algorithm - Function (Precision VS Speed)
Mon, 30 Aug 2010 09:34:00 GMT
Square Root Methods Fast Algorithm Speed Precision computational Quake3 Fast Square Root Function Fast Gaming
|
Detect image skew angle and Deskew Image
Sun, 29 Aug 2010 08:42:00 GMT
Deskew an image by converting it to grayscale + edges and rotating by the detected skew angle
|
ToDoList 6.1 Beta Release - A simple but effective way to keep on top of your tasks
Sun, 29 Aug 2010 02:32:00 GMT
A hierarchical task manager with native XML support for custom reporting.
|
Grid Control Re-dux with Smooth Scroll and Composite Cell
Fri, 27 Aug 2010 18:41:00 GMT
Chris Maunder's CGridCtrl had been modified to accomodate for merged cells and freezed panes, now it has the cool feature of Horizontal Smooth Scrolling and Composite Cell (to show a minigrid inside a single cell)
|
CFilterEdit: Use Regular Expressions to Filter Your Input
Wed, 25 Aug 2010 21:06:00 GMT
The definitive approach to filtering input text. Includes configurable error display.
|
The Case of Evil WinMain
Wed, 25 Aug 2010 08:34:00 GMT
Story about how third of all Antivirus programs gone crazy for no obvious reason
|
Windows 7 Heap Performance Analysis
Tue, 24 Aug 2010 20:06:00 GMT
WIN32 Heap performance
|
True inheritence with plain-old JavaScript
Tue, 24 Aug 2010 15:14:00 GMT
This article describes a technique for making use of inheritence with JavaScript, including inheriting interface, implementation, and data from base classes.
|
Add Colors to Batch Files
Tue, 24 Aug 2010 11:24:00 GMT
An enhanced ECHO command line utility with color support.
|
Showing progress bar in a status bar pane
Mon, 23 Aug 2010 17:21:00 GMT
An easy way to add a progress control to a status bar
|
iberg's muParser modified to support pointer data types
Sun, 22 Aug 2010 16:52:00 GMT
iberg's muParser supported mainly value_type (double), now it's been modified to support arg_type(longest possible data structure)
|
smtp client with SSL/TLS
Fri, 20 Aug 2010 12:40:00 GMT
c++ smtp client, support ssl and tls encrypted connection to smtp server
|