User: blessed87

  • Public profile

User profile: blessed87

User info
User name:blessed87
History
Joined:
Number of posts:6
Latest posts:

Matrix generation in C++
i want a matrix which is generated from the for loop above, which generates unsigned long num = x.to...

maximum, minimum and average of a matrix?
main problem is, [code]for (i=0; i<m; i ++) { for (j=0; j<0; j++0)[/code] how to select value ...

Matrix generation in C++
I have the following code: for (int w=0; w<10; w++) { //some lines of code unsigned ...

Matrix generation in C++
I have the following code: for (int w=0; w<10; w++) { //some lines of code unsigned ...

maximum, minimum and average of a matrix?
std::vector<std::vector<unsigned long> > matrix(15); // 15 rows typedef std::vector<std::vector<uns...

This user does not accept Private Messages