Responding to this thread - http://www.techenclave.com/programming/c-mini-project-topic-suggestion-157449.html
I was tracking one courier and suddenly thought of writing a program similar to Courier Tracking system.
Now, the thing is, I'll make it in C language. I can construct all modules inside it.
I just want to know, what features should I implement in it?
My layout of this mini project -
I'll use structure part for tabular outputs of Date, Location, Status
I want your help to improve features of this project and also how can I make this project better
:hap2:
I was tracking one courier and suddenly thought of writing a program similar to Courier Tracking system.
Now, the thing is, I'll make it in C language. I can construct all modules inside it.
I just want to know, what features should I implement in it?
My layout of this mini project -
- Function for adding consignment in tracking system (It will ask Origin to destination, and auto generate one unique consignment number)
- Function for updating consignment in transit location and status. (Docket transition may be within multiple locations as like Kolhapur > Mumbai > Delhi > Agra)
- Function for delivery confirmation and report.
- Function for Shipment tracking with help of Consignment number. (The function we use on all Courier website)
I'll use structure part for tabular outputs of Date, Location, Status
I want your help to improve features of this project and also how can I make this project better

:hap2: