Search:

Type: Posts; User: dustinc

Search: Search took 0.00 seconds.

  1. Thread: Bubble Sort

    by dustinc
    Replies
    0
    Views
    1,028

    Bubble Sort

    How would I bubble sort a array of chars (string)

    Thanks,

    Dustin
  2. Replies
    1
    Views
    1,667

    recursion problem

    I am working on a project and I need some help on one part.

    How do you write a recursive function to rearrange strings (permutations) in all possible combinations.

    Like if the input was ABC:
    ...
  3. Replies
    2
    Views
    1,251

    how to sort an array

    I need to sort an array of strings alphabetically in c++ and I have no idea how to do this...

    I would prefer to do this without pointers or qsort or std::sort

    Thanks,

    Dustin
  4. Replies
    0
    Views
    1,321

    Help with Project using arrays

    Hi Everyone,

    I need some help with a C++ project, I am using VC++ 5.0

    I need to create a program that,

    has an array of structs that represents books at a library.

    ex.
Results 1 to 4 of 4