Search:

Type: Posts; User: bethan

Search: Search took 0.00 seconds.

  1. Thread: recursive sort

    by bethan
    Replies
    2
    Views
    1,921

    Thanks, Salem. It works now well. And thanks for...

    Thanks, Salem. It works now well. And thanks for showing me how to check for errors in unix, none of my instructors have ever mentioned this option.
  2. Thread: recursive sort

    by bethan
    Replies
    2
    Views
    1,921

    recursive sort

    I am writing recursive function to sort a small array. It is supposed to be the selection sort, and I know there is something wrong with it. In DevC++ works OK, sorts, output good etc. In Vis C++...
  3. Thanks, but I rewrote the whole thing again, from...

    Thanks, but I rewrote the whole thing again, from scratch, used a different compiler, and now it works perfect. The problem must been in the order of statements, because I basically wrote the same...
  4. That's exactly what I did in my file on my pc, I...

    That's exactly what I did in my file on my pc, I put extra printf's, and I noticed that none of the counter which are supposed to find the length of words eith do not record it at all...
  5. some help plz with finding long/shortest words

    Hi to all, I've been trying to write one small program, and I got stuck. I mean, it is finished, it compiles, but does not work as it is supposed to. The task is to keep accepting input from user...
Results 1 to 5 of 5