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
Array
Array
Sep 25, 2013 at 1:55pm UTC
MasterT
(30)
Is this an ok way to initialize an array?
int
array[] = {1,2,3,4};
Sep 25, 2013 at 2:03pm UTC
mutexe
(2372)
yes.
http://www.cplusplus.com/doc/tutorial/arrays/
Last edited on
Sep 25, 2013 at 2:04pm UTC
Sep 25, 2013 at 2:34pm UTC
MasterT
(30)
Thank you.
Topic archived. No new replies allowed.