there are two methods to use STD lib.
1.using namespace std;----- use once
2.std::string s;-------------- use it everywhere
which is better?
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Thread: which is better to use STD lib.?Threaded View
|
Click Here to Expand Forum to Full Width |