Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
~556 People Reached
Favorite Tags
c++ x 4

5 Posted Topics

Member Avatar for omgaga

This might help you: [url]http://msdn.microsoft.com/en-us/library/fxky5d0w%28VS.80%29.aspx[/url]

Member Avatar for NathanOliver
0
76
Member Avatar for FrozenSnake

I decided to try Visual Studio 2010 express Beta 2. This code works fine on my other computer that uses Visual Studio 2009 Pro. I am going to make a Timer that count down from a fixed time depending on foodsource. But first this code need to work :P so …

0
61
Member Avatar for FrozenSnake

I try to split up my DirectX stuff and GUI stuff into two classes. It has come to the part where it compiles, but this snippet return false:[code]if(FAILED(pd3d->CreateDevice(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, hwnd, D3DCREATE_SOFTWARE_VERTEXPROCESSING, &d3dpp, &pd3dDevice))) { MessageBox(NULL, "CD failed!", "Fatal error!", MB_OK); return false; }[/code]It is part of the class DxManager, I …

0
45
Member Avatar for iammfa
Member Avatar for FrozenSnake

Hello I am new here so I just wanted to present myself! My name is Kim, I am 25 (in 1 day) years old and I live in Sweden (no we do not have polar bears on the streets CNN is misinformed!) in a town called Gävle. We have/had a …

Member Avatar for jbennet
1
185

The End.