954,500 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Help me out............

i got this code segment frm a bk...but am not understanding it....help me out... :?:
int place[4][3]={{1},{1,2},{1,2,3},{1,2,3}};
int row,col;
for(row=0;row<4;row++)
{
cout<<'\n';
}
for(col=0;col<3;++col)
{
cout<

anthmaina
Light Poster
39 posts since Sep 2004
Reputation Points: 11
Solved Threads: 0
 

>but am not understanding it....
Don't try to, it's wrong and will most likely give you an access violation at run-time. Dare I ask what book you got the code from?

Narue
Bad Cop
Administrator
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You