User profile: ivan1
User info |
User name: | ivan1 |
History |
Joined: | |
Number of posts: | 34 |
Latest posts: |
Time Limit on C++ So, will something like this work?:
[code]#include<time.h>
int main()
{
double t = clock();
...
Time Limit on C++ Hi All,
I want to end my c++ after, say 360 seconds, and get the output so far. Is there any way ...
2d array element change I have 2d array (10x12), and they have 0 and 1s in them. I want to count the 1s in each array and I ...
2d array call in function reading 1d array Hi all,
I have the following code:
[code] int array[4][12] = {
{1,0,0,0,0,0,0,0,0,0,0,0},...
Multiply the elements of two arrays So, the updated code:
[code]int numS =10;
int x[15] = {3,4,6,7,8,9,7,6,4,3,2,1,1,4,5};
int C[10][15...
|
This user does not accept Private Messages