hi all,
I am working in a carbon c++ application using XCode
I have a class named MainWindow
In that class i have a variable temporaryvariable.
In a member function i assigned a value to that variable
In the non member function i have to get the value of that variable
how can i get that value.
( In my class member function i call another function and it return a value. I want to use that return value in my non member function. how can i get that return value in non member function)
Thanks in advance and urgent plz...
I am working in a carbon c++ application using XCode
I have a class named MainWindow
In that class i have a variable temporaryvariable.
In a member function i assigned a value to that variable
In the non member function i have to get the value of that variable
how can i get that value.
( In my class member function i call another function and it return a value. I want to use that return value in my non member function. how can i get that return value in non member function)
Thanks in advance and urgent plz...