I am sitting in front of a brandnew 27 inch Apple Macintosh running on OS X Yosemite, trying to compile a timed insertion sort from my Windows days.
The Xcode app is a sweatheart, but there are some Windows things in the code that cause a problem.
This line ...#include <windows.h> // GetTickCount()
does not work of course.
Does anyone know what I can use instead of windows.h and function GetTickCount()?