Search:

Type: Posts; User: B.S.F.

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    1,326

    i got the error. when the file passed to the...

    i got the error. when the file passed to the command "concepts" is empty . it gives this error.i checked it on prompt. and it writes output to stderr


    execl ("/usr/local/bin/concepts",...
  2. Replies
    9
    Views
    1,326

    ya you may be correct i am using execl in my...

    ya you may be correct i am using execl in my code. and i dont have any idea what the called program does.
  3. Replies
    9
    Views
    1,326

    that code compiles .. this is the runtime...

    that code compiles ..

    this is the runtime error i am getting .. i only added 10-20 lines from last code . which didnt gave error

    but notice that this error is on stdout when running code and...
  4. Replies
    9
    Views
    1,326

    runtime error to stdout after indirection

    my code compiles
    when i run the code
    ./a.out >ou
    i get on stdout several lines
    error in line 1: syntax error
    although i think output is correct
    what is this error
  5. Replies
    4
    Views
    1,241

    global varibales being owerwritten

    hello

    i have defined global variables like this


    int ntests;
    int concepttable[numconcepts][TEST_SZ];
    int intenttable[numconcepts][predsize];

    then i have function initializeintentable
Results 1 to 5 of 5