Simple timer, would like opinions Programming Software Development by strungoutfan78 … brush up on my coding. I've written this simple tabata countdown timer and I would like opinions on how it… Re: Simple timer, would like opinions Programming Software Development by rubberman Please show your code. There are a lot of ways to implement timers in Linux, some of which are thread-safe, and others are not. I do a lot of this in the work I do as a systems engineer. Re: Simple timer, would like opinions Programming Software Development by strungoutfan78 > Please show your code. There are a lot of ways to implement timers in Linux, some of which are thread-safe, and others are not. I do a lot of this in the work I do as a systems engineer. LOL I'm sorry. That's my ADD in full effect. I totally forgot to post it. Here you go. #include <iostream> #include <typeinfo> …