If you #include say <iostream> in a header file then #include the header file in a cpp file, can the cpp file use iostream like it had the #include statement in it?
NOMAD
Printable View
If you #include say <iostream> in a header file then #include the header file in a cpp file, can the cpp file use iostream like it had the #include statement in it?
NOMAD
Yes.