kafuchau
kafuchau

Reputation: 5593

MFC Library - adding elements to a fixed-size CList

I'm using fixed-size CList and I was wondering what the implementation does when the list is full and I make a call to add another element. Does it fail to add? Does it replace the oldest element?

Upvotes: 0

Views: 342

Answers (1)

RichieHindle
RichieHindle

Reputation: 281765

How are you making a fixed-size CList? I wasn't aware such a thing existed. Is it possible you've misunderstood something?

Upvotes: 1

Related Questions