Thursday, August 16, 2012

Minor project: Cyber Management System using C

cyber_thumb[2]
 
C.yber is a program which interconnects different computers which allows users to communicate over the computer network and provide security from unauthorized users by login system in client server.The project aims at managing the cyber cafe with multiple clients and give the clients access of services that the cyber is providing when it log in. The clients can log in as members or guests and use the services that the cyber is providing. The client can request services of cafe like tea, coffee or any others.

The above program uses file handling as database. The various features of C like Multithreading, Socket (Networking) are used. It is very useful for the student or beginner in the programming field. It also helps in building the other type of management software or projects like library management, student record, and many more.
 
Block Diagram: 
 
basic operation_thumb[6]   
 
Click Here to download full source code and executable file.

No comments:

Post a Comment