Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #31.8K

6 Posted Topics

Member Avatar for mithila
Member Avatar for s11kenneth
Member Avatar for ad_ms

check this out:, may be useful. It uses the STRIDE approach [url]http://msdn2.microsoft.com/en-gb/magazine/cc163519.aspx[/url]

Member Avatar for jwenting
0
66
Member Avatar for Sardor
Member Avatar for Ancient Dragon
0
109
Member Avatar for Grub

the pop_back() method should be working efficiently. There is no way of telling, without seeing the code, there are probably some inefficiences that you have written. What kind of algorithm have you written to implement pop_back()? I suggest you look at [url]http://www.tantalon.com/pete/cppopt/main.htm[/url]

Member Avatar for Jim Larkin
0
162
Member Avatar for Penguin506

The End.