cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
allocate memory
allocate memory
Jul 21, 2010 at 8:10am UTC
sourena
(39)
hi
i want to allocate memory for 2D array . is that right to say:
1
2
signed
long
int
* data; data=
new
signed
long
int
[8][8];
but it doesnt compile....why?
thx in advance
Jul 21, 2010 at 9:25am UTC
Bazzy
(6281)
http://www.cplusplus.com/forum/articles/7459/
Jul 21, 2010 at 10:02am UTC
sourena
(39)
thanks bazzy that was exactly what i need.
Topic archived. No new replies allowed.