User profile: WaVyPaRtIcLe
User info |
User name: | WaVyPaRtIcLe |
History |
Joined: | |
Number of posts: | 6 |
Latest posts: |
eat and talk at same time? I'm using the GetAsyncKeyState function to move a char "H" inside a 10x10 array. "H" can only move w...
Help me and I'll make you rich. That was easy.
Thanks.
Help me and I'll make you rich. Test:
[code]int world [][]={ {1,1,1,1,1},
{1,0,0,F,1},
{1,M,0,0,1},
{1,0,0,P,1},
{1,1,1,1,1} }[/cod...
Help me and I'll make you rich. My idea:
int world [][]={ {1,1,1,1,1},
{1,0,0,F,1},
{1,M,0,0,...
Moving around inside arrays? Something like this:
[code][/code]
int world [4] [4] = {1,0,0,1; 0,0,0,0; 0,0,0,0; 1,0,0,1};
//where...
|
This user does not accept Private Messages