Forum: C++ Feb 27th, 2009 |
| Replies: 1 Views: 918 Hello - I have a question about inheritance and polymorphism in C++. If one is making heavy use of inheritance and using a lot of pure virtual and plain virtual functions, are there any common... |
Forum: C++ Dec 22nd, 2008 |
| Replies: 3 Views: 904 Yay I figured it out. What was happening was that the graphics device was setup to go into fullscreen mode; after filling up the screen with the background (ie fullscreen), the window immediately... |
Forum: C++ Dec 22nd, 2008 |
| Replies: 3 Views: 904 I'm writing an application with Directx 9. Where I start the application in full screen mode, the image fills to fullscreen and then immediately reverts into a regular window. There aren't any... |
Forum: C++ Dec 19th, 2008 |
| Replies: 2 Views: 379 ok
thanks for your answer |
Forum: C++ Dec 19th, 2008 |
| Replies: 2 Views: 379 Hello,
I have recently started learning how to write games in DirectX 9 and I have a few questions. The first is about backwards compatibility. Is it correct to assume that if someone has... |
Forum: C++ Sep 22nd, 2008 |
| Replies: 0 Views: 787 I have been working through the book Windows Game Programming for Dummies and so far it has been excellent. I am about half way through the book and I am planning on finishing.
However, the... |
Forum: C++ Sep 15th, 2008 |
| Replies: 1 Views: 780 Hello,
I'm trying to create a window with a C++ win32 app project. I am using creating the HWND object, setting its properties, and then registering the object. Also, there is a WindowProc... |