cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Need Help.
Need Help.
Jun 1, 2014 at 8:21pm UTC
Siddhant
(1)
Hey.I just want to know the code of the program:
Write code to accept matrix as aurgument and display its multiplication matrix which return its multiplication matrix.
plzz help.thank u.
Jun 2, 2014 at 3:54pm UTC
Ahmad1797
(76)
A simple drought will be :
int* multiplyMatrix(int *rows, int *cols, int r_count, int _count)
{
//code goes here.
}
int main()
{
//inputs and arguments goes here.
return 0;
}
Topic archived. No new replies allowed.