User profile: fivestar

User info
User name:fivestar
History
Joined:
Number of posts:180
Latest posts:

calling function from class
Im trying to call a bool function called birth(int x, int d, int &v) in main. the function is in a c...

Printing board
My compiler was printing out in a weird way. it works.

Printing board
the output is only '....' and not a board like i expected. [code] char array[10][10]; for ...

Delelte Nodes
L

Delelte Nodes
When i call my delete node function with input 1, it should delete the #1 in the linked list. Instea...