User profile: zoldri

User info
User name:zoldri
Name:tom
Location:Hull,England
History
Joined:
Number of posts:42
Latest posts:

passing a 2 dimensional char array through a function
in your [code]void create_field()[/code] put [code]char** field[/code] as the parameter, and i think...

hexadecimal calculator problem
it didnt check for division by zero but it does now

A while loop problem
add [code] cout << even << endl; [/code] before system("pause") and after the while loop

hexadecimal calculator problem
ive got the calculator working, i changed the code in the loop a bit: [code] int temp = num[0]; ...

hexadecimal calculator problem
i tested it with division and subtraction last night and it keeps giving the wrong answer and i cant...