Search:

Type: Posts; User: bread19

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,370

    question about strtok?

    Hello..
    I have question for strtok..
    cause i looked at the man page..
    but i dont really get it..
    anyone teach me how to use strtok??

    I have string called


    everything declared up there..
  2. Replies
    3
    Views
    1,200

    Anyone knows log function??

    Hello..guys..
    Thank u for the answer for previous question..

    Now..I got new question for log function..



    #include <stdio.h>
    #include <math.h>
  3. Replies
    3
    Views
    1,475

    anyone could look at this code for me??

    test.c

    #include <stdio.h>

    int main(int argc, char *argv[])
    {
    char *file[256];
    int line = 0;

    if(argc == 2) {
Results 1 to 3 of 3