cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Difference between Dates::Date and ::Dat
Difference between Dates::Date and ::Dates::Date
Jul 27, 2010 at 11:47pm UTC
liyants
(2)
Hi,
Could you please tell me the difference between the convention
Dates::Date and
::Dates::Date
?
Jul 28, 2010 at 12:03am UTC
Zhuge
(4664)
The first looks in the global namespace and any namespaces you might be importing via the "using" keyword. The second explicitly specifies the global namespace.
Jul 28, 2010 at 12:06am UTC
liyants
(2)
Thanks a lot
Topic archived. No new replies allowed.