User profile: mihaijulien

User info
User name:mihaijulien
History
Joined:
Number of posts:12
Latest posts:

Traverse rows issue
Adding another check [code]if (i > 0)[/code] will result in a weird behavior. The numbers will move ...

Traverse rows issue
Hello, I have the following 2 functions that I use to move the numbers from an array for a 2048 g...

Incorrect values displayed for an array
Still not working after declaring no[4][4]. Same output is displayed.

Incorrect values displayed for an array
Hello, I have the following code: header: [code]#pragma once class num { private: int ...

Snake Game - movement function
So, how would one of the functions look like? For example goUp()? I think I should use a temporary...