No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
Game Development student, Wolverhampton Uni.
- Interests
- Game programming, Football, Xbox Live, PC Gaming
- PC Specs
- MacBook Pro 13" Bootcamp Windows 7
10 Posted Topics
Re: Sams Teach yourself C++ in 21 Days Second Edition... Great book very detailed well writen.. IGNORE THE 21 DAYS. | |
Can anyone recommend a book for learning Network programming for games in C++/ DirectX Thanks | |
Im learning about postfix and prefix operators and how to overload them. I've created my class with overloaded pre and post fix operators how ever when used in the main program the results aren't what I expected. The program creates a simple shape from a class that has default constructor, … | |
The right click on my laptop has stopped working properly. You can drag and highlight things with it but no normal right click functionality. This occurs with the touch pad and when a USB mouse is plugged in also. No problem when in administrator account. All settings are default nothing … | |
Hi, beginner to directX following a tutorial to set up a simple window. nothing fancy just the window. Two errors. [CODE] error C2065: 'wndHandle' : undeclared identifier error C2065: 'WndProc' : undeclared identifier [/CODE] These errors are present in [QUOTE]InitWindow.cpp[/QUOTE] Heres my code [B]WinMain[/B] [CODE] /****************************************************************** * This is the … | |
Currently making a space invaders game using a game engine framework from my university called EGG. It tackles all the DirectX for me and even has collision detection. All I have to do is add the game code into the framework using c++. At the moment I'm finding it hard … | |
Re: [URL="http://windows.microsoft.com/en-US/windows7/products/system-requirements"]http://windows.microsoft.com/en-US/windows7/products/system-requirements[/URL] Thats what microsoft say it needs but I think its just a recommendation for the minimum requirements for all components to work without any problems. If you find your graphics awful try upgrading the graphics card. Cheers | |
Having the following message when trying to run my DirectX10 application. A screen shot of the message is attached. Would appreciate help with this and just before someone asks yes I have DirectX10 installed. Sorry if this is the wrong place to post this thread. Thanks. | |
lenovo 8113-jcg 2GB RAM 160 HDD Pentium D 925 (3.00ghz) Flashing cursor appears on start up after Lenovo splash screen. Problem has occured after serveral tests... - Faulty ram was changed and tested on other machine. RAM 100% works. - Possible faulty HDD. Replaced with brand new HDD. - After … | |
Hi I'm trying to play a WAV file. I have used the following code... [CODE] PlaySound("C\Sounds\GAME_OVER.WAV",NULL,SND_ASYNCH); [/CODE] I get the following [CODE] Error 7 error C2065: 'SND_ASYNCH' : undeclared identifier c:\Users\Chris\Desktop\Pacman\v1.0\Pacman\Pacman.cpp 65[/CODE] I have also tried... [CODE] PlaySound (TEX("\\SOUNDS\\GAME_OVER.WAV"), NULL, SND_SYNC | SND_NODEFAULT); [/CODE] With this i get no sound … |
The End.