I am a novice in C++
and I am struggling to make my program to wait a few minutes before executing a function.
I know there are lots of topics about it but I have a problem with my compiler. I can't seem to use the boost library nor the thread library. And since I can't use the thread library, I can't use the chrono library either.
I am using GNU GCC
Compiler. I have MinGW
installed. Is it outdated or something? What is the best compiler to code in C++
?
My OS is Windows
.