I am wanting to add the most simpelist count down timer available for Visual C++ with SDL. Does any one know of a good one i could try and use

Its simple to create yourself. call win32 api function SetTimer() and have it called every 1 second. Inside the event function that you have to pass to SetTimer() do whatever you want to display the time.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.