Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~11.1K People Reached
About Me

Game Development student, Wolverhampton Uni.

Interests
Game programming, Football, Xbox Live, PC Gaming
PC Specs
MacBook Pro 13" Bootcamp Windows 7

10 Posted Topics

Member Avatar for Dave Sinkula

Sams Teach yourself C++ in 21 Days Second Edition... Great book very detailed well writen.. IGNORE THE 21 DAYS.

Member Avatar for shahidali6
11
10K
Member Avatar for El3et

Can anyone recommend a book for learning Network programming for games in C++/ DirectX Thanks

Member Avatar for Tellalca
0
84
Member Avatar for El3et

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, …

Member Avatar for El3et
0
134
Member Avatar for El3et

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 …

Member Avatar for tracer357
0
180
Member Avatar for El3et

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 …

Member Avatar for PsychoLogic
0
105
Member Avatar for El3et

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 …

Member Avatar for PsychoLogic
0
119
Member Avatar for malrofo

[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

Member Avatar for mr_mark_king
0
104
Member Avatar for El3et

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.

Member Avatar for xtrmR
0
75
Member Avatar for El3et

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 …

Member Avatar for setherith
0
148
Member Avatar for El3et

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 …

Member Avatar for helsing1989
0
146

The End.