help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to allocate memory for a fixed size array


From: vfunc
Subject: How to allocate memory for a fixed size array
Date: 22 Sep 2006 12:52:49 -0700
User-agent: G2/1.0

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]