请问在C++builder2010中是否有NameValuePair的函数或类似函数?
同上,谢谢。
[解决办法]
stl中的map
bcb中的TStringList都类似。
[解决办法]
//TStringListSee also
Adds a string to the list, and associates an object with the string.
virtual int __fastcall AddObject(const AnsiString S, System::TObject* AObject);
Description
Call AddObject to add a string and its associated object to the list. AddObject returns the index of the new string and object.
老大,你倒是先搜索了帮助再否定啊。