Assume this is a header file named "head"... (I'm so original)
#ifndef GUARD_head #define GUARD_head #include <iostream> // Random junk here #endif
Now, seeing as I have <iostream> included in the header file, and assuming that I'm including "head.h" in main.cpp, is it "proper" (emphasis on proper, I already know I don't have to) to include <iostream> again in main.cpp?
This post has been edited by Yatta!: 15 September 2011 - 12:37 AM

New Topic/Question
Reply



MultiQuote






|