Monday, May 24, 2010

What is header file in turbo c++ programming?

It is an "include" file such as





#include %26lt;iostream%26gt;


#include "RecLayout.h"

What is header file in turbo c++ programming?
the header file in c and c++ are used to declare prototype of functions, structure, unions, enum and in c++ class and template class ...





They are used only for declaration, not definition..


No comments:

Post a Comment