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
How to make a 3d array?
How to make a 3d array?
Feb 15, 2009 at 11:29pm UTC
acedman
(5)
how can I create a 3d array?can someone give me ideas?
Feb 16, 2009 at 10:45am UTC
Bazzy
(6281)
type name[a][b][c];
or see
http://www.cplusplus.com/forum/articles/7459/
Feb 16, 2009 at 3:00pm UTC
acedman
(5)
is it possible to use it in a priority queue?can you give me some sample codes for it??thanks
Topic archived. No new replies allowed.