Skip to content

RyanLarge13/Timer-Console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timer Console

Handle time with this console based time management application. Set multiple timers, alrams and start the stopwatch!

C++ for fast, safe and reliable code. Garunteed to work in any Unix based system and is also compatable on windows systems using powershell.

This is a bare bones project. You are welcome to configure a cmake file or just simply compile with GCC or clang

Compiling With Clang

First make sure clang is installed. If you are on Mac it comes pre installed

(https://clang.llvm.org/get_started.html)[Install Clang]

Compile

~$ clang++ -o timerOut main.cpp Config/files.cpp Timer/timer.cpp Alarm/alarm.h
Timer/timerData.cpp Console/write.cpp Console/read.cpp
-Iincludes/nlohman -IConfig -ITimer -IConsole -IAlarm

Compile with GCC

Make sure you have GCC installed first. If you are using Linux you should already have GCC installed

(https://gcc.gnu.org/install/)[Install GCC]

Compile


How to use

About

Timer, alarm clock && stopwatch in the terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published