I have to store large list of elements(100000 integer) in C++ but have limitation of 64 MB Memory .
I cant use array as array goes out of memory.also Linked list have problem that i can not access elements faster .As i need to access elements between 2 indices frequently .
Can anybody help ?
Thanks in Advance

New Topic/Question
Reply




MultiQuote









|