Hi guys,
Suppose I have a map
map<CString,__int64> infoMap;
and its filled by a fn
returnType GetInfo()
{
...
...
...
return infoMap;
}
what should be the return type ?
Thanks a lot.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 5 of 5
Thread: Return a STL mapThreaded View
|
Click Here to Expand Forum to Full Width |