简体   繁体   中英

declaring scope resolution operator without including standart header

I Learn C++ programing and I was a beginner, and my question is can I use scope resolution operator without including Standart library? can someone help me?.

The scope resolution operator is as the name says, an operator, and is not part of any library but rather the basic syntax of the C++ language. It's hard to tell exactly what your issue is based off your question, but when you don't know what you're doing wrong it can be hard to find the right words to ask. Try reading Tutorials Point's article on namespaces, I find their tutorials very helpful and approachable for beginners https://www.tutorialspoint.com/cplusplus/cpp_namespaces.htm

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM