Advertisement

How to implement dynamic "custom" arrays..?

Started by April 20, 2002 01:48 PM
11 comments, last by Xces 22 years, 10 months ago
Hmm i guess so, gonna try this one. Thanx
By the way, is this cross-platform code?
Advertisement
You can do lots of things instead of using a linked list...and why do you need it stored in memory in the first place? Thats just a waste of space...just read and edit the file in place (although this is also loaded into temporary memory, you don''t have to worry about it as much and its just a lot easier...lots of plusses). Also, you CAN access a linked list as if it were an array. Just start overloading your operator s.

Not rocket science

Senior in HS (Cornell University next year)
5 years of C++ or so including (my most proud creation):
Programming a chess engine that kicks my ass every time I play it
Senior in HS (Cornell University next year)5 years of C++ or so including (my most proud creation):Programming a chess engine that kicks my ass every time I play it

This topic is closed to new replies.

Advertisement