
-----------------------------------
lunchbox
Fri Jun 18, 2004 8:21 am

screen sizes
-----------------------------------
I know how to do this in turing, but i'm new to c++, and i am trying to teach myself, but i can't find anywhere where it says how to change screen/window sizes. Could someone help me out plz.

-----------------------------------
Mazer
Fri Jun 18, 2004 12:53 pm


-----------------------------------
Well, you'll either have to make OS specific calls for opening a window, or you can figure out how to use SDL. For the former, check out the first lesson on http://nehe.gamedev.net (I assume you're on windows and plan on attempting 3D graphics).
