Search Results

Showing results 1 to 3 of 3
Search took 0.01 seconds.
Search: Posts Made By: vahny
Forum: C++ Nov 21st, 2008
Replies: 8
Views: 1,024
Posted By vahny
The semicolon are removed, but errors exist in the function defintion.
Forum: C++ Nov 21st, 2008
Replies: 8
Views: 1,024
Posted By vahny
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]);
pro[i][k] += pro[i][k]+ ...
Forum: C++ Nov 21st, 2008
Replies: 8
Views: 1,024
Posted By vahny
#include<iostream.h>
int main()
{
int row1[10];
int col2[10];
int m,n,p,q;
cout<<"Enter the number of rows in matrix A"<<endl;
cin>>m;
cout<<"Enter the number of columns in matrix A"<<endl;...
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC