screen resolution

V

Victor Bazarov

Rajtomar said:
What could be a C++ code for resetting the screen resolution when
executed.

No such thing. Screens, their resolutions, resetting them, are all
platform-specific and as such are off-topic here, in a _language_
newsgroup.

V
 
O

osmium

Rajtomar said:
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..
 
J

Juha Nieminen

Rajtomar said:
What could be a C++ code for resetting the screen resolution when
executed.

Do you *seriously* expect us to guess which OS, computer architecture,
compiler and libraries you are using, without you giving us even the
slightest hint?

(This assuming your question was even on-topic here...)
 
R

Rolf Magnus

Juha said:
Do you *seriously* expect us to guess which OS, computer architecture,
compiler and libraries you are using, without you giving us even the
slightest hint?

It'd also be interesting to know what "resetting the screen resolution" even
means. But it might very well be that on the OP's target system, this
actually has a well-defined meaning.
(This assuming your question was even on-topic here...)

It isn't.
 
P

Paavo Helde

Do you *seriously* expect us to guess which OS, computer architecture,
compiler and libraries you are using, without you giving us even the
slightest hint?

The problem is that the knowledge you have is structured and organized
to some extent; the knowledge you don't have is unstructured - it is
impossible to know to which section of your unknowingness a particular
question belongs.

I recall that a major obstacle in learning MSDN library was that there
are often 4 or 5 ways to do something (POSIX C, standard C++, MFC, native
Windows SDK, COM (these I learned only afterwards)) with no hints in the
documentation in which world the particular page belongs (this is
considered self-understandable I guess). Finally I learned to distinguish
the areas by name conventions: lowercase with .h include, lowercase with
no .h include, C prefix, CamelCase, I prefix. Actually, when the
existence of different worlds became clear, distinguishing them apart was
much easier :)

This is not for protecting off-topic questions; this is for explaining
how they appear. In complete ignorance it is natural to assume that every
other person on the planet has the same mind-state than yourself.

Paavo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,176
Messages
2,570,947
Members
47,499
Latest member
DewittK739

Latest Threads

Top