viewimageM.php?id=programming&no=29bcc427b78677a16fb3dab004c86b6fb5a2b0f8bff831087a3713da9b05e85df05b23c8b3cfd024cab2e9627a815a0446ca468d99c84dadca650120487bc1baa37746

header.h

#ifndef ~~~~~

<이하생략>


--------------------------------------------------------------------------------


body.cpp

#include <iostream>
#include  \"header.h\"

void abc::~~~~~~~~~~~......

<이하생략>





이럴때

실제론 header.h에 있는 내용이 body.cpp의 #include \"header.h\"자리에 오는거임?




body.cpp

#include <iostream>
#ifndef ~~~~~                                      //#include \" header.h\"가 있던자리

void abc::~~~~~~~~~~~......

<이하생략>





이렇게?


미안 나 머리가 나쁜가봐;;