Introduction - What is priority Queue A priority queue is an abstract data type (ADT) supporting the following three operations: 1. Add an...
Here is the code which displays the Calendar of the month entered by the user. #include<stdio.h> #include<conio.h> #define Y 1900...
Introduction In C you can effectively change the value of the constant variable. Just compile the following program and you will see the...
The article discusses about all the number formats viz Binary, Decimal, Octal, Hex and BCD (Binary coded decimal) and conversion from Decimal to...
Introduction When I was managing a team of five developers I use to distribute the work among the team members and I was using the Excel for...
Introduction I always like smilies and the ASCII characters can behave like good smileys and so I wrote a small utility to get all tha ASCII...
You can add words to be highlighted in the IDE of Visual Studio 6, 2003 and 2005. Steps (From MSDN) In the same directory as msdev.exe...
Introduction I have been tracking the google page rank update as well as the backlinks update in google sincel the lauch of this site and I...
In the Job Seeker's forum posts your resumes or profiles. Do not post your profile in the Job Offers forum. In the Job Offers forum you can go...
Introduction The parser gives you a place to start to write an XML parser in C#. We have used the System.Xml. The code public void...
I needed to check the OS and on different OS the different path needed to be followed and so the host operating system version was needed for an...
Background In C#, programmer has no control on when the destructor is going to be executed because this is determined by the Garbage Collector....
Background As in other langauges When you derive a class from a base class, the derived class will inherit all members of the base class except...
Introduction Sometimes you have data with a 1:1 relationship between the key and values and you need to put them into a Hashtable for easy...
Commonly used C Preprocessor Directives #define You can use the #define directive to give a meaningful name to a constant in your program. The...
To support message maps, MFC supplies the following macros: Message-Map Declaration DECLARE_MESSAGE_MAP Declares that a message map will be...
Instead of writing anything about it I will just put up a link to it. http://www.google.com/notebook/download Its called google notebook.
Oracle Docs http://www.oracle.com/technology/index.html Tutorials http://www.club-oracle.com/ http://w2.syronex.com/jmr/edu/db/...
When I started on Drag and Drop in C# I could not find much on the net and so I have decided to tackle the problem here. First follow the steps to...
Program for singly circular linked list which inserts, deletes, searches .... data in it #include <stdio.h> #include <conio.h> #include...
Separate names with a comma.