Using namespace std

Source: Internet
Author: User
Using namespace std

 

STD is a namespace ..
Different namespaces can have the same class name defined ..
Using namespace STD;
Indicates that the following program uses STD. If this statement is not used, use STD: string (string is defined in the STD space.
It can also be defined in the global space, as long as the namespace is different ..)..
Otherwise, the default namespace contains STD. Instead of STD :.
It is part of the new C ++ standard and solves the name conflict problem when many people compile large programs.
For example, if both A and B have a name named Zhang San, you must first name the namespace of Class A if you want to use Zhang San of Class ), then, you can use all the commands of James to meet your expectation.

If you use # include <iostream. h>, you do not need to write this statement (the old standard ). But if you use
# Include <iostream> must be written.

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.