Search:

Type: Posts; User: bideyore

Search: Search took 0.00 seconds.

  1. Thread: argc & argv

    by bideyore
    Replies
    11
    Views
    7,066

    i am reading the FAQ to seek a better way of...

    i am reading the FAQ to seek a better way of generating random numbers : )
    here i changed a little to use 3 arguments: argv[1]: numbers to print; argv[2]: minimum number;argv[3]:top number;
    i...
  2. Thread: argc & argv

    by bideyore
    Replies
    11
    Views
    7,066

    i followed quzah and chris, then write this...

    i followed quzah and chris, then write this program:


    #include <stdio.h>
    #include <stdlib.h>
    #include <time.h>

    int main(int argc, char *argv[])
    {
    int i;
  3. Replies
    6
    Views
    1,079

    i don't quite understand what u wanna do...

    i don't quite understand what u wanna do ,louis_mine ,so i just guess that u wanna print
    out a triangle .here i just did slight modification:


    void
    trhueco (int reng)
    {
    int...
Results 1 to 3 of 6