Search:

Type: Posts; User: judoman

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,167

    haha, ya, i just figured that out about cin. ...

    haha, ya, i just figured that out about cin. thanks a lot
  2. Replies
    9
    Views
    1,167

    ya i know, but that's not the problem....i have...

    ya i know, but that's not the problem....i have the outter loop.

    ok the bottom line is:

    row[i][j] == ' ' will never evaluate to true, even if the character at the position i,j is space ('...
  3. Replies
    9
    Views
    1,167

    ok guys, i guess i should've given you more...

    ok guys,

    i guess i should've given you more info. i have an input file, and the contents are:


    TRGSJ
    XDOKI
    M VLN
    WPAB
    UIHAB
  4. Replies
    9
    Views
    1,167

    finding a space

    hi, i'm a little confused. i'm trying to find a space in a string, but i can't.

    this works fine.


    for(j = 0; j < 5; j++){
    cout<<row[i][j];

    if(row[i][j] == 'A'){
    ...
  5. Replies
    1
    Views
    4,790

    sorry, here's a sample of output ...

    sorry, here's a sample of output


    marko@l-190-048:~/source/ACM> s&
    server: now starting...
    make fifo failed, it may alredy exist: File exists
    [1] 1681
    marko@l-190-048:~/source/ACM> c
    client:...
  6. Replies
    1
    Views
    4,790

    help! fifo read problem

    i have a client and a server process. the server is run in the background, and waits for the client to write to a pipe (fifo). the problem is that everything that the server reads is null.
    ...
  7. Replies
    2
    Views
    802

    array of structures

    help, anyone???

    i have a linked list containing strings (names), but what i need is an array of linked lists. i know that the array would have max of 20 elements (0-1)


    vector <string>...
  8. Replies
    2
    Views
    1,330

    grat! thanks!

    grat!
    thanks!
  9. Replies
    2
    Views
    1,330

    catching output

    any ideas?

    ok, i wrote a program that copies files. now i need to time the execution of that program using different buffer sizes
    time prog_name the thing is that i need to run it several...
Results 1 to 9 of 9