Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~93 People Reached
About Me

An all rounded engineering student who is always looking to find challenges and expand his skills and knowledge. Able to work on his own initiative or as part of a team. Currently completing a PhD at Newcastle University, UK.

PC Specs
Compliant in using Microsoft Windows, MS-DOS, Mac OSX and Linux based operating systems. Vast experience…
Favorite Forums
Favorite Tags
Member Avatar for RHodgett

[CODE] for (int i = 1; i <= numberofmatricesrequired; i++) { string number = Convert.ToString(i); Matrix (matrixnumber+number) = new Matrix(matrixsize, matrixsize); } [/CODE] Basically I have x amount of matrices I need to establish of y by y size. I was hoping to name the matrices: matrixnumber[B]1[/B] matrixnumber[B]2[/B]..matrixnumber[B]n[/B] I cannot …

Member Avatar for PierlucSS
0
93