![]() |
| ||
| c++ program to find the product of two array of integers-clear errors? #include<iostream.h> it is showing errors like expected primary-expression before ‘;’ token |
| ||
| Re: c++ program to find the product of two array of integers-clear errors? A) no code tags B) this aint the C section. Fixed. Check the rules. |
| ||
| Re: c++ program to find the product of two array of integers-clear errors? This: for(k=0;k<=;k++;) Should be this: for(k=0;k<=;k++)( no semicolon after k++) |
| ||
| Re: c++ program to find the product of two array of integers-clear errors? Remove ';' at mathpro int mathpro(int,int,int) |
| ||
| Re: c++ program to find the product of two array of integers-clear errors? And here's another one, in the following snippet k stops when it is more than what? Or, if you prefer, complete the following if k is less than or equal to what: for(k=0; k<= ; k++; ) |
| ||
| Re: c++ program to find the product of two array of integers-clear errors? I've modified the programlike this, but its still not working:What's probem with this function? int matpro(int row1[i],int col2[k],int pro[i][k]); |
| ||
| Re: c++ program to find the product of two array of integers-clear errors? The semicolon are removed, but errors exist in the function defintion. |
| ||
| Re: c++ program to find the product of two array of integers-clear errors? Vahny, this is your last chance. I told you before to USE CODE TAGS. Click "Member Rules" and its all explained in there |
| ||
| Re: c++ program to find the product of two array of integers-clear errors? So what's the problems. Declare the method before using them..Example.. // CODE TAG |
| All times are GMT -4. The time now is 11:25 pm. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC