Sizeable arrays

Started by
3 comments, last by AnCcE 23 years, 10 months ago
Anybody have a sizeable array class they''ve written that they feel like sharing? Because I''ve been trying for several days now to get one working and I can''t. Please send it to AnCcE@AOL.com. Thanks in advance. Hi there, I''m AnCcE, and you''d be too if you weren''t somebody else.
Hi there, I''m AnCcE, and you''d be too if you weren''t somebody else.
Advertisement
If you are using Microsoft Visual C there are template and class definitions for sizeable arrays.
D.V.Carpe Diem
Why don''t you just use STL to store your data?

ECKILLER
ECKILLER
I''m wanting to do a sizeable array besides CArray so I don''t have to link into MFC because that screws up other things... also maybe it''s just me but I find CArray really really annoying... I dunno.

Hi there, I''m AnCcE, and you''d be too if you weren''t somebody else.
Hi there, I''m AnCcE, and you''d be too if you weren''t somebody else.
listen to ECKILLER, use an STL "vector" for a dynamivaly sized array

This topic is closed to new replies.

Advertisement