I was wondering if it is possible in any way to count for how much time in seconds the while loop ran. I want to make a loop and change variables in the function of how many seconds it was up.
Example below :
bool verif = true;
while(verif)
{
/*
Do some operations
return number of seconds
*/
}