#pragma once Versus #if !defined MYHEADER_INCLUDED_

Posted by bdhar on Stack Overflow See other posts from Stack Overflow or by bdhar
Published on 2010-06-03T07:44:57Z Indexed on 2010/06/03 7:54 UTC
Read the original article Hit count: 169

What is/are the differences (in performance/usability/functionality) in using #pragma once and #if !defined MYHEADER_INCLUDED_ constructs? Or what is the difference between the two?

© Stack Overflow or respective owner

Related posts about c++

Related posts about c