@saraap13 wrote:
Hi guys!
How could I get the value of a variable in a different class where it is declared?
For example....
class ofApp : public ofBaseApp{ public: int m; }
How do I get the value of m in another class?
Thank you so much!
Posts: 4
Participants: 2