Home » Community » Coffee corner » Quiz #4
Re: Quiz #4 [message #57803 is a reply to message #57802] |
Sat, 18 December 2021 10:24   |
Oblivion
Messages: 1226 Registered: August 2007
|
Senior Contributor |
|
|
Quote:Now for something much more fun:
CONSOLE_APP_MAIN
{
int x = 0;
CoDo([&] {
CoWork::FinLock();
x++;
});
DDUMP(x);
}
What can you say about the number printed to the log?
Ideally it should be 1.
But in this case the result should (or expected to) be "0 < x <= INT_MAX", depending on the underlying hardware/OS task/process scheduling?
Best regards,
Oblivion
Github page: https://github.com/ismail-yilmaz
Bobcat the terminal emulator: https://github.com/ismail-yilmaz/Bobcat
|
|
|
Goto Forum:
Current Time: Mon Aug 25 20:18:50 CEST 2025
Total time taken to generate the page: 0.06182 seconds
|