Hi! I have the following problem - I want to set my C++ application's Base priority to 31 if that is possible or at least set its current priority to 31.
So I need a simple example like
set priority to 31;
for (i=0;i<100000;++i) { printf("hello world"); }
- set priority to 8 or keep 31 if possible