#include #include "foop.h" int main(int argc, char *argv[]) { int x=42; std::cout << x <
#include // Searches iostream in Standard C++ Header files but not in the Current file's folder #include "myiostream.h" // Searcher myiostream.h in the Current file's folder and also the Standard Header files