A Simple Pie Chart Control
Last Updated: 5 Mar 2009
Page Views: 16,810
Rating: 4.76/5
Votes: 18
Popularity: 5.97
Bookmark Count: 56
Licence: The Code Project Open License (CPOL)
An article written in to describe a simple pie chart control implemented to be used in MFC applications.
A Simple Pie Chart Control - Improved 3-D Pie Chart
Last Updated: 24 Apr 2009
Page Views: 12,822
Rating: 4.86/5
Votes: 38
Popularity: 7.68
Bookmark Count: 68
Licence: The Code Project Open License (CPOL)
A follow up to the simple pie chart control article which will detail the new improvements
A Customized Window for MFC Applications
Last Updated: 1 Dec 2008
Page Views: 15,672
Rating: 3.58/5
Votes: 20
Popularity: 4.66
Bookmark Count: 26
Licence: The Code Project Open License (CPOL)
This article is to basically explain how to create a customized drawn window for MFC applications.
Use Command Pattern for Handling Queued Jobs in a Multi-threaded Environment
Last Updated: 19 Nov 2008
Page Views: 6,414
Rating: 1.33/5
Votes: 6
Popularity: 1.04
Bookmark Count: 13
Licence: The Code Project Open License (CPOL)
This is an article on how to use command pattern in a multi-threaded environment where jobs are queued for execution. With this, the thread scheduling using basic synchonizing methods, semaphores and mutex is also described.
Parallel Quicksort using MPI & Performance Analysis
Last Updated: 13 Sep 2009
Page Views: 3,511
Rating: 4.08/5
Votes: 5
Popularity: 2.85
Bookmark Count: 12
Licence: The Code Project Open License (CPOL)
This is an individual effort on parallelizing the quicksort algorithm using MPI (Message Passing Interface) to sort data by sharing the partitions generated from regular sampling.