Search:

Type: Posts; User: ahmed_tannu

Search: Search took 0.01 seconds.

  1. i have other assignments which is due within an...

    i have other assignments which is due within an hour im finishing off that
  2. thanks for the advice

    thanks for the advice
  3. Here what i did so far

    Here what i did so far
  4. #include #include #include...

    #include <fstream>
    #include <iostream>
    #include <iomanip>
    #include <string>
    #include <cmath>
    #include <stdlib.h>
  5. I did everything opening up from a file...

    I did everything opening up from a file outputting it to other file but the thing i just dont get is the sorting and the first line of the input file which is the headers : Lastname, firstname,...
  6. What if i give the whole code and you can just do...

    What if i give the whole code and you can just do the sorting code ?
  7. :( i dont know how im gonna finish it

    :( i dont know how im gonna finish it
  8. i trying but i couldn't do it

    i trying but i couldn't do it
  9. i have to submit the assignment and i just have...

    i have to submit the assignment and i just have like 2 hours please i would be so great if you can help me out
  10. if you dont mind can you write down the code ?

    if you dont mind can you write down the code ?
  11. oh yeah. so is there a way you can demonstrate...

    oh yeah. so is there a way you can demonstrate the problem I have with a code
  12. thanks for helping me sir

    thanks for helping me sir
  13. I have to sort it by either straight selection...

    I have to sort it by either straight selection sort or simple insertion sort. please help me out
  14. that's the input file

    that's the input file
  15. like I have to open up the text file and then...

    like I have to open up the text file and then sort it by the last name and then it output to another file.

    The specification is as follows:
    1. Sort the input file by the last name, and...
  16. is there any other way to sort the file by...

    is there any other way to sort the file by lastname ?
  17. i Dont want to use vector is there any other way ?

    i Dont want to use vector is there any other way ?
  18. the code I wrote gives me an error once it compiles. I am unable to submit a proper o

    #include <fstream>
    #include <iostream>
    #include <sstream>
    #include <string>
    #include <vector>
    #include <algorithm>
    using namespace std;
    int main()
    {
    ifstream myfile...
  19. Replies
    2
    Views
    503

    Can someone help me

    help me getting this done !!!!
Results 1 to 19 of 19