Forum: C++ Feb 27th, 2009 |
| Replies: 1 Views: 896 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: 899 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: 899 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: 377 ok
thanks for your answer |
Forum: C++ Dec 19th, 2008 |
| Replies: 2 Views: 377 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: Game Development Nov 14th, 2008 |
| Replies: 2 Views: 1,556 I am planning on making games within the next few years. I have read a book on DirectX 7 (with excellent explanations), and right now I am going to start learning either DirectX 9 or DirectX 10. ... |
Forum: ASP.NET Oct 20th, 2008 |
| Replies: 0 Views: 417 Hello,
I made a website using ASP.NET 2.0, and it mainly consists of articles I have written. I would like to add a "comments" section after every article, where guests can leave comments and... |
Forum: Pay-Per-Click Advertising Oct 12th, 2008 |
| Replies: 3 Views: 1,676 I recently added Video Units to my web page. For some reason, only a very low number o impressions are appearing. For example, I had 250 page impressions for Adsense Content and only 9 page... |
Forum: C++ Sep 22nd, 2008 |
| Replies: 0 Views: 785 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: 772 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... |
Forum: ASP.NET Sep 12th, 2008 |
| Replies: 0 Views: 752 I tried adding such a link to my ASP.NET website by using a Javascript:windows.addFavorites etc.etc. command (or something similar), but it doesn't work.
Does anyone know how to create such a... |
Forum: C# Sep 8th, 2008 |
| Replies: 1 Views: 1,362 I know that 3D games have the advantage of being able to transfer graphics processing onto the graphics card. Does anyone know if 2D graphics can also be handled by the graphics card (hardware... |
Forum: C# Sep 7th, 2008 |
| Replies: 6 Views: 1,617 Yea, the links are broken.
You can still go to these articles by typing the name of the article, ie:
beginning game development: part (#)
with (#) being the number of the tutorial,
into... |
Forum: C# Sep 7th, 2008 |
| Replies: 6 Views: 1,617 I got it to work!
It turns out that at the end of Part I (Introduction) of the tutorial and at the beginning of Part II of the tutorial, it says that it's necessary to comment out a bunch of code... |
Forum: C# Sep 7th, 2008 |
| Replies: 6 Views: 1,617 I've installed several different SDKs. Actually, I got the dxmutmisc.cs class from a June 2005 SDK (it's not in the newer ones). I think that either I have to add some more files (not sure exactly... |
Forum: C# Sep 7th, 2008 |
| Replies: 6 Views: 1,617 Hi, this is my first post on this forum.
I am attempting to learn how to work with DirectX and make a game (Visual Studio 2005, C#). I found an extensive tutorial on DirectX games, but I can't... |