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
~10.9K 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
Member Avatar for Dave Sinkula

With regard to C++ books, I'll just echo the advice here .The following books are recommended; read them in mostly the order listed." Accelerated C++ " Andrew Koenig & Barbara Moo " The C++ Standard Library " Nicolai Josuttis --- a "must have" " Effective C++ ", " More Effective …

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
131
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
179
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
103
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

why is it that my 733mhz Pentium3, 384mb ram, 40gHD, dimension 600cx ran windows 7 with no problem. I was able to surt the internet wih no problems, and media center ran with minimal lag. however the graphics were awful because it only supproted 1024x600 with 256 colors and 800x600 …

Member Avatar for mr_mark_king
0
101
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
73
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
143
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
144