Search:

Type: Posts; User: witt

Search: Search took 0.01 seconds.

  1. Thread: qsort problem.

    by witt
    Replies
    6
    Views
    1,300

    well it still not working

    well it still not working
  2. Thread: qsort problem.

    by witt
    Replies
    6
    Views
    1,300

    std::qsort(table, 5 * 4, sizeof(int), compare);...

    std::qsort(table, 5 * 4, sizeof(int), compare); like this?
  3. Thread: qsort problem.

    by witt
    Replies
    6
    Views
    1,300

    well I dont even know how to use it or even what...

    well I dont even know how to use it or even what it meant sorry
  4. Thread: qsort problem.

    by witt
    Replies
    6
    Views
    1,300

    qsort problem.

    Hello,

    I have a problem with qsort. I let my program generate 50x40 arrays and after i used qsort. The result is not 50x40 anymore. It become a

    here is my code


    #include <iostream>...
  5. Replies
    1
    Views
    1,123

    Need help explaining

    Write a function called numeric() that takes a c-string made up of numeric characters such as 0's and 1's, and assigns the numeric value of the string to an integer type reference parameter and...
  6. I got the first part but i tried everything on...

    I got the first part but i tried everything on the second part. nothing work. please help!!


    else if (choice == 3)
    {
    cin.ignore();
    cout<<"How many characters from the...
  7. I have think of that ,but I couldn't make it...

    I have think of that ,but I couldn't make it work. The output is some random characters and it also print characters that outside my two given indices too. For example, My br%%%%%%%seph is married.
  8. Display all characters that lie between two given indices

    Hello, everyone.

    I consider myself new to C++ and I have tried to google for it and all it come up with is for string which I think my teacher want me to use c-string. Also, I have look in the...
Results 1 to 8 of 8