I am using a binary tree to convert prefix expression into infix, and then solving them. That part works fully. My issue is the input loop I set up is adding on
I have, say, two devices. class Device1{ public: int GetData(){ //... } }; class Device2{ public: bool GetData(){ //... } }; I have a a C# sty