C++
using
using keyword allows you to import an entire namespace into your program with a global scope. It can be used to import a namespace into another namespace or any program.
Syntax:using namespace std;
Example:#include
using namespace std;
int main()
{
std::cout << "hello, world!\n";
return 0;
}
Content
License.
All information of this service is derived from the free sources and is provided solely in the form of quotations.
This service provides information and interfaces solely for the familiarization (not ownership) and under the "as is" condition.
Copyright 2016 © ELTASK.COM. All rights reserved.
Site is optimized for mobile devices.
Downloads: 218 / 158797906. Delta: 0.00262 с