Forum: C++
Jan 11th, 2005, 10:50 AM
|
|
Replies: 3
Views: 221
To Dizzutch
Dizzutch,
Hi! Thanks for replying me in "Read and print a square matrix". But I have tried your suggestion and errors came out.
I inputted
#include <iostream.h>
#include <stdlib.h>
void...
|
Forum: C++
Jan 10th, 2005, 11:52 AM
|
|
Replies: 1
Views: 199
Read a square matrix and print it out
Hi!
Suppose I have to write a programe to read a square matrix of any dimension from the user and print it out on the screen. How can I do this?
In writing th codes, I don't know how to delcare the...
|
Forum: C++
Jan 6th, 2005, 1:04 AM
|
|
Replies: 2
Views: 161
Hi everyone. I am a newbie in programming. Here...
Hi everyone. I am a newbie in programming. Here comes a simple question, and please kindly help.
I am going to write a programme for a mathematical recurrence relation involving matrices, say
{X}_i...
|