|
Producer-Consumer problem through Java applet |
|
|
By ganesh on
Sunday, September 21, 2008 8:48 AM
|
|
|
|
A Traditional multitasking operating system problem demonstrated with a java applet. This program explains the concepts of Producer-Consumer problem, shared memory access, Multithreading and Monitor as a synchronizing mechanism in Java.
|
 |
|
Comments (0)
|
More...
|
|
|
Three Sorting functions in a singe C++ class |
|
|
By ganesh on
Thursday, September 04, 2008 8:30 AM
|
|
|
|
This program implements Three mostly used sorting algorithms viz., Quicksort, Mergesort and Heapsort in a single class. This will be useful for the people who learn C++, OOP and sorting algorithms together.
|
 |
|
Comments (0)
|
More...
|
|
|
|
Pointers made simple - Part 1 |
|
|
By ganesh on
Monday, May 12, 2008 8:39 PM
|
|
|
|
Don’t lose your nerve when you forced to work with pointers? Pointer is an interesting feature of C language. It plays a vital role in major C programs. I hope this article makes you to understand pointers easily and takes you up to the level of playing with pointers.
|
 |
|
Comments (3)
|
More...
|
|
|
|
Weekday and Calendar programing in C |
|
|
By ganesh on
Monday, December 31, 2007 10:56 AM
|
|
|
|
This article helps learners of C programming. This teaches how to write program in C for finding day-of-week for the given date and printing calendar of the given month without using any library functions.
|
 |
|
Comments (15)
|
More...
|
|
|
|
|
|