Tuesday, February 5, 2008

pragma once in header file - C++

 

Way to prevent a header file from being included more than once is with the `#pragma once' directive. If `#pragma once' is seen when scanning a header file, that file will never be read again, .

DocuMight

 

No comments: