passing a 2 dimensional char array through a functionin your [code]void create_field()[/code] put [code]char** field[/code] as the parameter, and i think...
hexadecimal calculator problemit didnt check for division by zero but it does now
A while loop problemadd [code] cout << even << endl; [/code] before system("pause") and after the while loop
hexadecimal calculator problemive got the calculator working, i changed the code in the loop a bit: [code] int temp = num[0]; ...
hexadecimal calculator problemi tested it with division and subtraction last night and it keeps giving the wrong answer and i cant...