i am new to vc++.
i want to call a function which is defined in classA from classB.i tried do this
classA tmp;
tmp.functionname();

but i keep getting debug assertion failed error.
Note:classA and classB are present in different dialog.cpp files.
kindly help