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
Program for Movie rental store
Program for Movie rental store
Feb 22, 2015 at 8:40pm UTC
Drizzy
(2)
Can i use an array on
int main()
{
char
m_id[1000] [] , ....
like this
Feb 22, 2015 at 9:05pm UTC
AbstractionAnon
(6954)
No. The compiler needs to know the size of both dimensions.
Feb 23, 2015 at 7:01pm UTC
Drizzy
(2)
#AbstractionAnon like these ryt?
m_id[1000] [20]
Last edited on
Feb 23, 2015 at 7:01pm UTC
Feb 23, 2015 at 9:09pm UTC
AbstractionAnon
(6954)
Yes.
Topic archived. No new replies allowed.