how to call a function from a different class but in the same namespace
hi,
i have created two classes in my namespace in two seperate files and when i try to call a function from one to another the compiler doesn't read the functions i created in the called class although i created an object of the class..
any help??