This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [SCALUG] Re: c++ question


You can also qualify the name of the function when you use
it, i.e.

std::cout << "Wayne is a nitwit\n";

There are some coding standard you will run across from time
to time in some unused SDPs that will forbid to some degree
using "using"

Wayne


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]