I don't know whether is thre a class of list struct in MFC .
Please tell me.
XingXing
Printable View
I don't know whether is thre a class of list struct in MFC .
Please tell me.
XingXing
There's CList. Though it's not part of MFC, the C++ standard library includes std::list.
The universe is a figment of its own imagination.