c++ cout without include iostream

#define GET_MACRO(_1,_2,_3,_4,NAME,...) NAME
#define cout_without_namespace(s_) printf(s_)
GET_MACRO(__VA_ARGS__, cout_without_namespace4, cout_without_namespace3, cout_without_namespace2)(__VA_ARGS__)