Hi all! I need to make time delay in my program, but I do not have much experience with time libraries. Program uses graphics, so I need it to freeze at each point of execution for about 5 seconds, so progress is nicely visible.
I made something like this, which I assume is probably all wrong :D Anyone can nudge me in right direction?
I think this is working. Program does go a bit funky, but I probably haven't put delay at right place.
I'm working on C++Builder 6, that might be the reason it didn't recognize chrono and tread library...
And, thank you big time :)