Hi,
i would like to separate the declaration of a class from the definition.
i know about the
void aclass::a_method(){ ..... }
but i dont know anything about what should be written in the header file, and how can i use it through main....:confused:
sorry if am not very specific but i don't how to express it...
Can anyone suggest a link for further reading...or maybe explain with an example....:)
thanks in advance....