Reputation: 5593
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
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