User profile: shadowofwar

User info
User name:shadowofwar
History
Joined:
Number of posts:11
Latest posts:

Need help reading .txt file into binary tree
Hi 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' requested
Oh I see what you mean now! Thanks!

error: conversion from 'Multiplication*' to non-scalar type 'Multiplication' requested
That works perfectly Jim, thanks to all that replied, with the loop it resets just as I want it to! ...