Skip to content

A small meeting organizer with a text interface, Inspired by the book The Modern C++ Challenge by Marius Bancilla.

Notifications You must be signed in to change notification settings

olofeldre/meeting-organizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

meeting-organizer

A small meeting organizer with a text interface, Inspired by the book The Modern C++ Challenge by Marius Bancilla.

time_zones.cpp contains the main program. Enter how long until the meeting is, and the time zones of the participants, and you will get the local time of the meeting for all participants.

what_zones.cpp will output the names of all the timezones, so you can get a refresher on what time zones are accepted by time_zones. Powered by the std::chrono library, no external dependencies are needed.

About

A small meeting organizer with a text interface, Inspired by the book The Modern C++ Challenge by Marius Bancilla.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages