Source Code
Posted on
November 16th, 2008 .
This is a C programming code by which a librarian can operate his library more fast. Students details can be added, updated and can issue multiple books. Progam shows different information about library including numbers of books and students. Books can also be added and updated. Books can be added along with title, author and quantity and special code for book....
Read Full Post |
Make a Comment (
None so far )
Posted on
October 31st, 2008 .
This is a very simple demonstration of linked list in java programming language. Very nice and well commented java source code for beginners. User can “get” and “set” the list items as well as traverse through “previous” and “next ” items. This java program can create a linked list using one object or an array of...
Read Full Post |
Make a Comment (
None so far )
Posted on
October 30th, 2008 .
An object of type IntStack is a stack of real numbers, with the standard stack operations push(int N), pop(), and isEmpty(). A makeEmpty() operation is also provided to remove all items from the stack.
Internally, the stack is implemented as a linked list.
/*******************************************************
* MYCPLUS Sample Code - http://www.mycplus.com...
Read Full Post |
Make a Comment (
None so far )
Posted on
October 29th, 2008 .
The IsValidEmail function checks for a valid email, IsValidEmail returns True if the email address is a valid email, IsValidEmail returns false if the email address isn’t proper syntax. The code is well commented and should explain what is happening .
This code checks for @ and a . period sign as well as only acceptable characters. i.e. if a user have entered...
Read Full Post |
Make a Comment (
None so far )
Posted on
October 28th, 2008 .
This program calculates the the factorial of an integer number entered by the user. The function uses for loop to calculate the factorial and returns the number. Program terminates if a non integer number is entered. This C language program uses for loop in just a single statement to calculates the factorial of integer number.
/*******************************************************
*...
Read Full Post |
Make a Comment (
1 so far )
Posted on
October 22nd, 2008 .
This script is particularly useful for those who have their site on a free webspace provider, then use a “come.to” redirecting service. What this script will do is analyze the URL the visitor is at, and if they did not came to your site via the redirecting URL, it can print out a message telling them that is your new URL. Neat!
/*******************************************************
*...
Read Full Post |
Make a Comment (
None so far )
Posted on
October 21st, 2008 .
This is a really neat little script that can display the current time in “Military Time” or “12 Hour Time” with the push of a button. Give it a try, it’s neat!
/*******************************************************
* MYCPLUS Sample Code - http://www.mycplus.com *
* *
*...
Read Full Post |
Make a Comment (
None so far )
Posted on
October 20th, 2008 .
With this script, you can have the date and time the page was loaded ’stamped’ to the page. This would make a wonderful header or footer for any web page.
/*******************************************************
* MYCPLUS Sample Code - http://www.mycplus.com *
* *
* This code is made available...
Read Full Post |
Make a Comment (
None so far )
« Previous Entries |