typedef hash_map<int, list<string> > EXCEL_ROW;
EXCEL_ROW row;
why is typedef used here?
couldn't i just say...
hash_map<int, list<string> > row;
Does it have any additional advantage to use the typedef method..
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: typedef usageThreaded View
|
Click Here to Expand Forum to Full Width |