Search:
Forum
Beginners
Creating a variable size array in a stru
Creating a variable size array in a struct
Jun 29, 2011 at 7:29am UTC
Gene
(38)
Hello, I was just wondering how I would go by making a struct that contained the variables x and y, which are defined when you make the variable and a char array of size x*y
Thank you
Jun 29, 2011 at 8:21am UTC
firedraco
(6246)
Dynamic memory allocation and constructors. The tutorial on this site has some info on them.
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs