Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 4 years ago

Language

C++

Compiler

gcc 11.1.0

Options
Warnings
Boost 1.76.0
C++2b(GNU)
no pedantic

Author

anonymous

about 4 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.76.0/gcc-11.1.0/include -std=gnu++2b

==================
   Customer 1
==================

Enter customer ID: Enter first name: Enter last name: Enter phone number: 
SELECT FROM THE FOLLOWING OPTIONS: 
 1. Gardening Equipment
 2. Building Equipment
 3. Decorating Equipment
 4. Car Maintenance
 5. Miscellaneous
 
Select equipment to be hired: Enter date of hiring: Enter expected return date: 
==================
   Customer 2
==================

Enter customer ID: Enter first name: Enter last name: Enter phone number: 
SELECT FROM THE FOLLOWING OPTIONS: 
 1. Gardening Equipment
 2. Building Equipment
 3. Decorating Equipment
 4. Car Maintenance
 5. Miscellaneous
 
Select equipment to be hired: Enter date of hiring: Enter expected return date: 
Customer ID: 123
First Name: f_name_0
Last Name: l_name_0
Phone no: phone_number_0
Equipment to be hired: Gardening Equipment
Date of hiring: date_hire_0
Expected return date: expected_return_0
Exit Code:
0