class header file declaration?

i have made a class header file

i used #include "myfile.h"
but it doesnt decalre my class
my class name is labf

i did 'labf a;'
labf is a data type and a is the variable

it tells me that my labf is not declared

I see now from your other post using labf box. You need to call the functions using the instance box not the class unless it is static.
Topic archived. No new replies allowed.