Friday, September 24, 2010

Medical Database C++ Project with Source code

Medical Database C++ Project with Source code

Here add the Medical Database C++ Project with source code and documentation.


This is one of the oldest mini projects that I did way back in 2004/05 in C++. Its a Medical database management using Indexed Sequential Sorting technique. Its 100% free to use and distribute. Its very old in terms of UI since it uses the classical DOS platform but surely its worth a learn. Free project report too included.

Project Report can be found here
Source Code can be found here

Just an abstract overview of the project follows

Maintaining Purchase and Sale Details for any company is a tedious job; hence we need an alternative in the field of Stock maintenance. Our Software will satisfy all the current needs for maintaining Stock details, Printing out bills, Statistical details with graphs.

The goods purchased are for selling. If the goods are not sold out fully a part of the total goods purchased is kept with the trader until it is sold out. It is said to be Stock. If there is Stock at the end of the accounting year it is said to be a Closing stock. This closing stock at the year end will be the Opening stock for the subsequent year. 

At present Purchase and Sale Details are maintained separately. In order to know Stock information both has to be referred. At the end of an accounting year, any change in initial data (at the beginning of the year) will result in entire change of data which is a tedious job and time consuming. 

The Purchase details are entered by the User and in turn stock details are manipulated and maintained by the System. The user has an option of entering details in any order. If the details are entered in different orders of date, they are sorted automatically by the system. Here changes can be made without any difficulties in a short time. The user can view the Stock details, Sale details and Statistics (by month, by year etc.,) as per his requirements. In addition to this, Purchase and Sale Details with Cash Details can be viewed with all above mentioned features. There is no need to enter the sale details as we have an automated billing system built-in with the software. 


We have a lot of features in this project. Because we chose an efficient data structure i.e., indexed insertion sort, indexed sequential search, bucketing technique of handling files etc.,

We constructed a very strong basic data structure which is highly complex to implement, but highly efficient in case of memory management. After that strong foundation we were able to add features easily.

Also we completely used this in text mode. In text mode itself, we’ll be handling charts. Since we have used bucketing technique of handling files, a minimum of 32MB RAM is well sufficient to run our program. A computer of just rs.5000 and a dot matrix printer are all the investments if a medical shop is going to have this software. A DOS platform is sufficient enough to run this software.


Features at a glance.

  • Efficient memory handling.
  • Very low minimum requirements: only an old Pentium machine with 32MB of RAM and 1GB hard disk with a dot matrix are more than enough.
  • Efficient storage management achieved through bucketing.
  • High speed search achieved using Indexed sequential search.
  • Simplicity in entering, deleting and editing details of medicines. Data can be entered in any order.
  • Viewing past sales and purchase details is possible in both statistical and graphical mode.
  • Warnings whenever a medicine expires in the current stock.
  • Intelligent Billing system.

Saturday, June 5, 2010

C Projects download with source code - 3d Animated Car

Animated 3d car

              This projects display the 3d car. Making car using C is diffcult. Because it requires more number of lines. It uses graphics.h library which is available in TC package.

              To move the car it has four options to select the car movement it requires to press either L,H,T and P and need to press 1 to exit the application. the option L is used to move the car. H is for making horn in the car, T for switch on the lights in the car. And option P shows all the above option.

Source code.
                   Click here to download the source code.


C Projects free download with Source code

Introduction about C

           C is a programming language developed at AT & T’s Bell Laboratories of USA in 1972. It was designed and written by a man named Dennis Ritchie. In the late seventies C began to replace the more familiar languages of that time like PL/I, ALGOL, etc. No one pushed C. It wasn’t made the ‘official’ Bell Labs language. Thus, without any advertisement C’s reputation spread and its pool of users grew. Ritchie seems to have been rather surprised that so many programmers preferred C to older languages like FORTRAN or PL/I, or the newer ones like Pascal and APL. But, that's what happened.


C projects

            This blogspot has number of C projects samples with source code. Each projects has brief explanation and comments. students can freely download the projects and its source code from this blogspot. This is useful to students who they needs sample c projects for their mini projects. If the students download the projects should understand the projects then implements further or enhance the projects will increase their knowledge in the programming language.



List of C projects