User profile: Vinz24

User info
User name:Vinz24
History
Joined:
Number of posts:21
Latest posts:

passing the value ti a variable of a function to other function
Can someone know how to use the value of this variable a to other function(menu function)? [code] ...

need help in getting the value of a varriable in 1 function ro be used in 3 other function
The output should be like this: [output] Welcome Crusader! ...

need help in getting the value of a varriable in 1 function ro be used in 3 other function
i want the value of a in line 48 will be the value in line 213

need help in getting the value of a varriable in 1 function ro be used in 3 other function
[code] /*int selectedItem(int s) { switch(s) { case 1: s= 1; ret } }*/ int item...

need help in getting the value of a varriable in 1 function ro be used in 3 other function
i am making a turn-based rpg game with inventory. i want that in main page of the game(option to sta...