how do i change the .exe to run as fullscreen thing rater than a console?
(C++ if in code please) in Dev-C++
Need help
Started by CPlusPlus, Aug 16 2007 05:48 AM
5 replies to this topic
#1
Posted 16 August 2007 - 05:48 AM
|
|
|
#2
Posted 16 August 2007 - 05:58 AM
There's no standard way of doing this, you need to use a library - like OpenGL.
#3
Posted 16 August 2007 - 06:49 AM
Yeah, but if i use that, it doesent automatically go to fullscreen does it?
#4
Posted 16 August 2007 - 06:56 AM
No. You've to use the right functions. Pick up a tutorial (use a searchengine, like Google)
#5
Posted 16 August 2007 - 07:45 AM
But is there a C++ code?
#6
Posted 16 August 2007 - 07:59 AM
C++ does not natively support the concept of "screen", "graphics", etc. If running in an operating environment where those are meaningful concepts, you either have to use API calls or GUI toolkits to get those effects. The precise commands will depend on the environment/toolkit being used.


Sign In
Create Account


Back to top









