Add two ASCII values?Yep, thanks desin and Chervil, the latter was the one i needed, subtracting the character '0' did th...
Add two ASCII values?In my C++ program, it contains 2 CHAR variables and the idea is to add these two together. For exa...
error: conversion from 'Multiplication*' to non-scalar type 'Multiplication' requestedOh I see what you mean now! Thanks!
error: conversion from 'Multiplication*' to non-scalar type 'Multiplication' requestedThat works perfectly Jim, thanks to all that replied, with the loop it resets just as I want it to! ...
error: conversion from 'Multiplication*' to non-scalar type 'Multiplication' requestedHow can I write [code]CalculateMultip[/code] without the [code]product[/code] variable? Without it t...