Jump to content

Need help

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
5 replies to this topic

#1
CPlusPlus

CPlusPlus

    Newbie

  • Members
  • PipPip
  • 29 posts
how do i change the .exe to run as fullscreen thing rater than a console?
(C++ if in code please) in Dev-C++

#2
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
There's no standard way of doing this, you need to use a library - like OpenGL.

#3
CPlusPlus

CPlusPlus

    Newbie

  • Members
  • PipPip
  • 29 posts
Yeah, but if i use that, it doesent automatically go to fullscreen does it?

#4
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
No. You've to use the right functions. Pick up a tutorial (use a searchengine, like Google)

#5
CPlusPlus

CPlusPlus

    Newbie

  • Members
  • PipPip
  • 29 posts
But is there a C++ code?

#6
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog