What could be a C++ code for resetting the screen resolution when
executed.
Your OS has an API (Application programmer's Interface). Find that or
someone who knows about it. Do not be surprised if your OS doesn't have
such a capability, to make a new resolution effective sometimes requires a
reboot..
Comment