Graphical Piano – “My Piano” – C++
MyPiano 3.0 is a simple piano developed in C++ using graphics functions. By using this piano,user can play, record music etc. This is the third version of MyPiano source code.
Read MorePosted by M. Saqib | Sep 9, 2008 | C Programming Source Code |
MyPiano 3.0 is a simple piano developed in C++ using graphics functions. By using this piano,user can play, record music etc. This is the third version of MyPiano source code.
Read MorePosted by M. Saqib | Sep 9, 2008 | C Programming Source Code |
This C program finds the longest common sub-sequence between two strings. It implements the most famous dynamic programming algorithm. Dynamic programming is a computational technique used to solve complex problems by breaking them down into smaller subproblems and solving each subproblem only once, storing the solution to each subproblem and using it to solve larger problems.
Read MorePosted by M. Saqib | Sep 9, 2008 | C Programming Source Code |
Posted by M. Saqib | Sep 9, 2008 | C Programming Source Code |
You can convert all sorts of numbers i.e. including real numbers ( 1.23 etc. ). Plus A Memory game to get your mind and time ticking all the time. The graphics are improved. Use of mouse makes it far more easier to use. Altogether Amazing program.
Read MorePosted by M. Saqib | Sep 9, 2008 | C Programming Source Code |
This is telephone directory program written in C and uses BGI Graphics to display data. The program takes Name, Phone Number, Mobile Number, Address and saves it in newly created file.
The program also shows saved record on screen. User can find and delete the records too.
Read MorePosted by M. Saqib | Sep 9, 2008 | C Programming Source Code |
A small text box for console based applications. It can be used as a help dialog box or showing the tips, hints in a game or as an information box. Its length and height can be changed.
Read MorePosted by M. Saqib | Sep 9, 2008 | C Programming Source Code |
How to create the mouse pointers in c language. Different shapes can be given to the mouse pointer by changing the values of the cursor variable array.
Read MorePosted by M. Saqib | Sep 9, 2008 | C Programming Source Code |
This program is written in borland C and has simple graphic and it is tour of knight on 64 square on chess board without repeat position
Read More