Search:

Type: Posts; User: lscamaro

Search: Search took 0.00 seconds.

  1. Replies
    13
    Views
    1,633

    How about this? I think I got all my mistakes. ...

    How about this? I think I got all my mistakes.


    int i,pass;
    boolean swapMade;

    pass = 1;
    *numberCompares = 0;
    *numberMoves = 0;
  2. Replies
    13
    Views
    1,633

    Where? I'm trying to see where it would go but I...

    Where? I'm trying to see where it would go but I can't come up with anything
  3. Replies
    13
    Views
    1,633

    How does this look? Is this right? int...

    How does this look? Is this right?


    int i,pass;
    boolean swapMade;

    pass = 1;
    *numberCompares = 0;
    *numberMoves = 0;
  4. Replies
    13
    Views
    1,633

    I honestly think that might be it. Well at least...

    I honestly think that might be it. Well at least I hope it is because even he said that goto's were bad and that they should never be used but then he assigns us this task
  5. Replies
    13
    Views
    1,633

    goto statement help

    Now, before anyone says anything, I know that using a goto statement is not "right". Either way, my school professor asked us to modify a piece of code we have previously written and used to work...
  6. Replies
    7
    Views
    1,943

    On line 9 I already tried switching the i with j...

    On line 9 I already tried switching the i with j and vice versa but the program crashes shortly after that.
  7. Replies
    7
    Views
    1,943

    I mean transposing like rows to columns. In other...

    I mean transposing like rows to columns. In other words, we have to print the names not in rows but in columns.
  8. Replies
    7
    Views
    1,943

    Transposing Data HELP!!!

    I'm a college student learning how to program in C. We recently got an assignment to transpose a list of names. We have to read in from a file a list of names and print them out and write to a file...
Results 1 to 8 of 8