Skip to content

Check-in and Check-out car in a 10 lot parking space.

License

Notifications You must be signed in to change notification settings

theakshaym/carmanagementc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linked List & Parking Management

Check-in and Check-out car in a 10 lot parking space.

  • Based on singly linked list (C)
  • Console Application
  • gcc or clang compiler
  • regex library
  • make

Features

  • Check-in
  • Check-out
  • Display current status
  • Log files for retaining previous day parking details
  • Check-out log file containing details of cars checked out.
  • Other settings (deleting log files)

Installation

  • Compiled using gcc or clang.
  • Change the CC value in makefile
make carpark
  • To run the application,
./carpark

Branches

  • Master: Stable working branch
  • refactor: Testing branch
  • Legacy: Code before the refactor

Variables

Variable Value
Total parking lots 10
Minimum parking amount 5
Amount per minute 0.25