How do I allocate memory for a large (10,000+) fixed size array ?
I would like my program (executable) to have a piece of memory set
aside for this array.  In this case complexity is critical so I do not
want to use std:vector or some other dynamic structure.

_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to