define

Aug 9, 2012 at 3:34am
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
Aug 9, 2012 at 6:19am
Aug 9, 2012 at 7:44am
Its macro I suppose
Topic archived. No new replies allowed.