User profile: kfgoh

User info
User name:kfgoh
Name:kfgoh
Location:singapore
Bio:programmer
History
Joined:
Number of posts:3
Latest posts:

board game AI
Hi I am creating a board game for 2 players. Each player takes turn to place a piece on the grid. ...

Question about using new on an array of structures.
It means you init your struct like this: types->name = "Mars"; (types + 1)->weight = 123; Or ...

3 dice game
instead of repeating, num = 1 + rand() % (6); num2 = 1 + rand() % (6); num3 = 1 + rand() % (6);...