Search:

Type: Posts; User: eun-jin

Search: Search took 0.00 seconds.

  1. Thread: Sorting Array

    by eun-jin
    Replies
    4
    Views
    985

    Sorting Array

    Hi, I need help in sorting numbers input by the use in ascending order. Here's what I have so far:


    #include <cstdlib>
    #include <iostream>
    #include <algorithm>


    using namespace std;
  2. Replies
    3
    Views
    2,177

    oh yeah, that's what i meant, it has errors....

    oh yeah, that's what i meant, it has errors. sorry for the confusion, i don't know why i said "debug" lol...but yeah, i'm having trouble fixing these errors :(
  3. Replies
    3
    Views
    2,177

    Menu-Driven Program Help...

    Hello,

    I have this menu-driven payroll program that's supposed to start out like this and perform the following options:

    Payroll Maintenance Program
    Main Menu

    1. Add a Record
    2. Display a...
  4. Replies
    7
    Views
    1,985

    n/m, i got it to work! :D thanks again! it's...

    n/m, i got it to work! :D thanks again!

    it's really long, but here it is:




    #include <cstdlib>
    #include <iostream>
    #include <fstream>
  5. Replies
    7
    Views
    1,985

    oh, k, i tried it and appends now...thanks! ...

    oh, k, i tried it and appends now...thanks!

    now if i can get it to stop crashing =\
  6. Replies
    7
    Views
    1,985

    Grading Program pt.II (classes) help...

    Hi, so, this is a modification to my original program in thread "Grading Program Error." I revised it by using classes instead of strucutres and also adding a file i/o. I was able to compile it and...
  7. Replies
    9
    Views
    2,292

    yay! i was able to get it to work, thanks for the...

    yay! i was able to get it to work, thanks for the help! =]

    here's what the code looks like:


    #include <cstdlib>
    #include <iostream>

    using namespace std;
  8. Replies
    9
    Views
    2,292

    it crashes right after it displays the student's...

    it crashes right after it displays the student's individual record. =\
  9. Replies
    9
    Views
    2,292

    Grading Program Error

    I'm writing this grading program that calculates and displays a students grades and after all the students have been entered, it displays(or at least it should) display the group totals. The problem...
Results 1 to 9 of 10