Search:

Type: Posts; User: hss1194

Search: Search took 0.00 seconds.

  1. Alright, this is a working code after I got some...

    Alright, this is a working code after I got some extra help from my classmate:



    #include<iostream>
    #include<string>
    #include<conio.h>
    #include<fstream>
    #include<algorithm>
    using namespace...
  2. #include #include using...

    #include<iostream>
    #include<string>
    using namespace std;
    #include<conio.h>
    #include<fstream>
    #include<algorithm>

    ...

    int main(){
  3. What would I place to retrieve the words? The...

    What would I place to retrieve the words? The code I'm writing either does not match arguments or shows no progress in Win32.
  4. Okay...I tried to work around on this. I still...

    Okay...I tried to work around on this. I still don't understand the idea of vectors, so I didn't include any. Using this updated code, I found that 1.) The code gives repeated error values, and 2.) I...
  5. Need help reading, sorting, and printing a .txt file

    I've been working on this project for my class for at least a week and I have had so many issues since I am just a novice who tried to jump into an advanced C++ class without prior programming...
Results 1 to 5 of 5