Need help reading .txt file into binary treeHi everyone, I've been trying to figure out how to store values from a .txt file delimited with semi...
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! ...