G
Guest
I have a program that I've written a class for. I need to call the function
in the program from the class. When I try to call the function I receive the
error, the name xxx does not exist in the class or namespace. Where xxx is
the function being called. How do I call the function?
in the program from the class. When I try to call the function I receive the
error, the name xxx does not exist in the class or namespace. Where xxx is
the function being called. How do I call the function?