Published on Sat, 11 Nov 2006 10:18:59 -0500 Read: 3293 times
Number Puzzle enter in between 1 to 27. If you want above 27 then change the integer value in the program.
Filed in: C++ Difficulty Level: Published on Tue, 07 Nov 2006 07:55:15 -0500 Read: 2659 times
Examples for differentiating function pointers and function returning pointers.
Filed in: C++ Difficulty Level: Published on Mon, 06 Nov 2006 12:38:14 -0500 Read: 1500 times
This is specially made software to play all types of musics and tunes .you can adjust delay of the tunes, save your played tune, and you can play your saved tune whenever required. Follow instructions according to menu that appears after the execution of the program.
Filed in: C++ Difficulty Level: Published on Mon, 06 Nov 2006 01:25:34 -0500 Read: 1834 times
This code is written in Microsoft Visual C++. Compile and use the executable file in your other projects.
For simplicity and ease of use from any other programs coded in any other language, I have provided the provision of using a text file that holds the paths. Create a text file named "Paths.txt"
Filed in: C++ Difficulty Level: Published on Mon, 06 Nov 2006 00:19:30 -0500 Read: 2079 times
The program facilitates user to create & traverse a link list. It also allows user to create a loop in the link list, and then, find out weither there is a loop in the list or not. The logic behind finding loop is: Take two pointers, one will traverse the list twice as fast as other. if at any point
Filed in: C++ Difficulty Level: