Skip to content

snugglelamb/PreciseStopwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

PreciseStopwatch

Brief intro
Stopwatch of precision at 10 ms. One developed using QT Creator, another developed using Cocoa

Qt app
Qt app is built on OSX and could be compiled on Linux machine. Since I used C++ on Qt 5.0 to write this project, you could simply sh install.sh to compile and build the app, which is under qt directory. Inside the sh file, the script first use qmake to create Qt makefile, then use make to compile the Qt makefile to executable program, and at last use ./ to execute the file.

Cocoa app
cocoa app is built under osx environment using object C, I don't think it will work on Linux machine since I couldn't compile it over eniac. It's just a backup for this assignment, and I built it in the first place before using Qt.

Verification and Validation
I've compared both programs with Iphone stopwatch for more than 15 minutes, they both are accurate(no difference is shown). Moreover, from an algorithm view, the Qt app is more accurate than the latter one.

About

[Stopwatch GUI] C++, Object-C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors