Search:

Type: Posts; User: momnia

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,064

    thank you for replying the solution of using...

    thank you for replying
    the solution of using sleep function is the more approriate for me
  2. Replies
    7
    Views
    1,064

    i have used this code #include ...

    i have used this code


    #include <stdio.h>
    #include <stdlib.h>
    #include <time.h>
    int i=0;
    int t1[100];
    clock_t temps1[100];
    void main() {
  3. Replies
    7
    Views
    1,064

    generating random variables

    Hi every body;

    I want to generate random variable ( N numbers), with display the time of generating of each one.
    for exemple:
    the generated numbers the moment of generating it (second)...
Results 1 to 3 of 3