Next:
Question 5
Up:
Questions from a banking
Previous:
Question 3
Contents
Question 4
Code
:
#include <iostream>
Question
: Referring to the sample code above, which of the following could you use to make the standard I/O stream classes accessible without requiring the scope resolution operator?
using iostream ;
using namespace iostream ;
using namespace std ;
using namespace std::iostream ;
using std::iostream ;
Leo Liberti 2008-01-12