Search English (United States)  தமிழ் (இந்தியா)
Tuesday, January 06, 2009 ..:: Articles ::.. Register  Login
Author: ganesh Created: Sunday, December 16, 2007 7:04 PM
Programming Articles

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...

Row numbers in SQL Query (MS SQL Server 2000 and 2005)
By ganesh on Tuesday, August 12, 2008 5:28 PM
This Article helps you assigning row numbers to the result of select SQL query in Microsoft SQL Server 2000 and SQL Server 2005.
Comments (1) 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...

Tutorial on Stack - Part 1 - Principles and Applications of stacks
By ganesh on Monday, May 12, 2008 8:18 PM
In this Part 1 of tutorial on stack, you can learn what is stack, operations performed on stack and some applications where stacks play key role in computing.
Comments (1) 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...

Binary Tree
By ganesh on Monday, December 31, 2007 9:56 AM
Binary tree operations in C
Comments (0) More...

Linked list Operations implemented in C# - Part 4
By ganesh on Monday, December 31, 2007 9:54 AM
C# implementation of linked list operations
Comments (0) More...

Writing linked list node class - Part 3
By ganesh on Monday, December 31, 2007 9:52 AM
Code for the Linked list node class in C#
Comments (0) More...

Linked List Operations - Part 2
By ganesh on Friday, December 21, 2007 11:23 AM
This part deals with defining operations of linked list and coding classes for linked list in C#
Comments (0) More...

Copyright 2007 by technicalganesh.com   Terms Of Use  Privacy Statement
DotNetNuke® is copyright 2002-2009 by DotNetNuke Corporation