Jump to content

Yet another Question

- - - - -

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

#1
CPlusPlus

CPlusPlus

    Newbie

  • Members
  • PipPip
  • 29 posts
I am making a game with C++ (exe) and im getting it to be a full black screen and going from there.. but any text i want comes up in the .exe file bit and not the full screen, so it goes to it goes off and the tex is in the .exe thing, any help?

#2
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
I don't really understand what you mean. I think you're just doing some console mode programming, am I right?

If you want to do game programming, with 3D, etc. then you need to pick up some 3D-engine/framework. One alternative could be OpenGL with - or without GLUT. It's easy to use and easy to install. There's a lot of resources around the internet, so it shouldn't be a problem learning it.

#3
CPlusPlus

CPlusPlus

    Newbie

  • Members
  • PipPip
  • 29 posts
Ok, thanks alot man, you can see that i dont know what the beep im doing with C++ Lol. Can you link me to any of those please?

#4
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
Hehe.
I will suggest you to really learn the language and get a grab of it. In that way it would be easier for you to make some game programming later. You've to learn how everything functions, etc.

Click here to go to OpenGL.
Click here to go to GLUT

#5
CPlusPlus

CPlusPlus

    Newbie

  • Members
  • PipPip
  • 29 posts
what about 2D? Thats what i wanna do

#6
CPlusPlus

CPlusPlus

    Newbie

  • Members
  • PipPip
  • 29 posts
Anyone know of a free 2d/3d graphics libraries?

#7
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
Look at my previous post - I gave you one, OpenGL.
GLUT is a "helper" for OpenGL, if you think OpenGL is too hard.

#8
CPlusPlus

CPlusPlus

    Newbie

  • Members
  • PipPip
  • 29 posts
What is the best 3D free one, do you know?

#9
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I strongly recommend that you back off from creating your game and learn the basics of C++ first. From what I have seen, you don't know the language well enough to make a game, yet.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog