Dear All members.
I'm a very freshy member and just register today. Programming is very new for me. Please advice how to how to put the random integer between 1-100 into the 2 dimensions array (5x5 metrix).
What me just know the function rand() can be used to generate a sequence of pseudo-random numbers and the srand(time(0)) will initialize it. The array(5,5) is the space to store those random numbers.
Anyhow, as I am a starter of C++ programming, please also advice the link to any effective tutorial.
Best regards,
Mixsir