Click to See Complete Forum and Search --> : Is there a class of list struct?


ZhaoXing
April 10th, 1999, 07:42 AM
I don't know whether is thre a class of list struct in MFC .
Please tell me.

XingXing

Jerry Coffin
April 10th, 1999, 07:10 PM
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.