2 questions:
1. what is a namespace
2. why when I use std:string, I also need to use namespace std
I mean:
#include <string>
using namespace std;
Thanks
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 6 of 6
Thread: namespaceThreaded View
|
Click Here to Expand Forum to Full Width |
Bookmarks