Click here to Skip to main content
Click here to Skip to main content

Generator for Include File Guards

By , 18 Jul 2001
 

Sample Image - IncludeGuard.jpg

Introduction

It is common practice to prevent multiple inclusion of C++ header files by using:

#if !defined(uniqueID)
#define uniqueID

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER

declarations

#endif // uniqueID

The MFC wizard generates a GUID to produce a unique ID. For a header file not generated by the IDE, you have to do this on your own. See this article from Joseph M. Newcomer.

This little utility takes the name of the header and produces a unique include guard ready to be copied and pasted into the header file.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Oliver Anhuth
Web Developer
Germany Germany
Member
No Biography provided

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
General#pragma once PinmemberAnonymous22 Jul '01 - 22:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web04 | 2.6.130516.1 | Last Updated 19 Jul 2001
Article Copyright 2001 by Oliver Anhuth
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid