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
~549 People Reached
Favorite Tags
c++ x 4
Member Avatar for omgaga

Hello, I've read this textbook like a-kezillion times, and i still can't understand why we use the '&' in void function. can somebody please explain. thanks. ps : please don't give that lmgtfy.com thingy. it's annoying.

Member Avatar for NathanOliver
0
71
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
44
Member Avatar for iammfa

Hi, This is small c++ guess game, I almost finished it, but when i tried compile it gave me an error: "Cannot open include file: 'stdlib': No such file or directory" is this file part of c++ standard library..? why compiler can't find it? here is my .cpp source:

Member Avatar for RayvenHawk
0
188
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