cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
define
define
Aug 9, 2012 at 3:34am UTC
jorz
(55)
Hi all,
can anyone tell me what the following means
#if !defined ( _SOME_HPP_ )
#define _SOME_HPP_
my source
#endif
what does _SOME_HPP_ mean and how does it connect to something.
many thanks!!!
Aug 9, 2012 at 4:11am UTC
Nexius
(152)
http://en.wikipedia.org/wiki/Include_guard
Aug 9, 2012 at 6:19am UTC
HiteshVaghani1
(221)
http://msdn.microsoft.com/en-us/library/windows/desktop/aa381067(v=vs.85).aspx
Aug 9, 2012 at 7:44am UTC
Akshit
(196)
Its macro I suppose
Topic archived. No new replies allowed.