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 #44.2K
~13.6K People Reached
Favorite Forums
Member Avatar for ronicasingh

Hello guys, I hope someone can assist me here. I got an interview with a company that develops software for casino games and such. Any one has any tips, ideas, advice, for someone to be interviewed as a potential entry-level quality assurer/software tester. RS

Member Avatar for Akill10
0
172
Member Avatar for arun.gerrard

me and my friend wanted to play age of empires 2 the conquerors expansion on multiplayer...........we used hamachi......the game could detect the hamachi ip but we could not find each of our games.... can someone tell me hoe to play age of empires 2 on multiplayer properly using hamachi.plz help …

Member Avatar for Nick Evan
0
13K
Member Avatar for CoolGamer48

Does this code look right for centering an image on the screen (in this case a chess board): [CODE=C++] int Chess::Board::Center(int width,int height) { if(m_texture == NULL) return 0; D3DXVECTOR2 center; center.x = (float)width/2.0f; center.y = (float)height/2.0f; m_position.x = center.x - (m_texture->GetWidth())/2; m_position.y = center.y - (m_texture->GetHeight())/2; return 1; } …

Member Avatar for CoolGamer48
0
104