auto_ptr<MoistAir> ma(new MoistAir);
L1->setPabs(Pabs);
L1->setQm(qm2);
L1->setT(t1);
L1->setX(x1);
if ((L2->getQm() / L3->getQm()) > 1)
w = L3->getQm() / (A0 * 1.2);
else
w = L2->getQm() / (A0 * 1.2);
//This is a function i tried to add watch on
double MoistAir::getQm()
{
return Fqm;
}
I tries to add watch on the function in visual studio to get the result? Is it possible. Do i have to introduce a variable or step in to the function? I just want to mark the code as in C# and get value.
If i step in to then function i can see the result.
After some more reading/talking to person programming C/C++ told me how to do. maybe it's can help somebody else.
((L2)._Myptr)->getQm() 2.3999999756939365 double

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With