/ParkingReservation

Basic parking reservation program

Primary LanguageC

Feature

  • Receive orders from users
  • Reserve parking
  • Cancellation of parking
  • Storage
  • Login/Register
  • Advice Parking

Reference

    // Enable CMD ANSI Escape
    #ifndef ENABLE_VIRTUAL_TERMINAL_PROCESSING
    #define ENABLE_VIRTUAL_TERMINAL_PROCESSING  0x0004
    #endif

Issue

  • Color rendering doesn't work properly on the command prompt.

    command prompt.

Tools

  • Use MinGW ("Minimalist GNU for Windows")
  • Compiler
    • mingw32-gcc-g++-bin version 2.9.0-2

License

None