Question { 6539 }
How do you define a function in vc++?
Answer
to add a function in a class in vc++ environment
we can select the class view properties then right click at
the class and then click on add method or function.
or we can simply add the declaration in .h file
and definition in cXX file