View Single Post
Old Nov 29th, 2004, 12:17 PM   #1
yevi
Newbie
 
Join Date: Nov 2004
Posts: 1
Rep Power: 0 yevi is on a distinguished road
Hello!

I have to create a template-stack of operators +,*,- (stored as chars probably)
where I have to perform a poped operator on 2 numbers, but the determination of the poped operator has to be without using any if, switch and etc. statements.

How can I do that? (to use inheritance, templates??)
yevi is offline   Reply With Quote