Search:

Type: Posts; User: zerob2st

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    2,105

    How would that look like?

    How would that look like?
  2. Replies
    17
    Views
    2,105

    #include #include #include...

    #include <iostream>
    #include <string>
    #include <ctype.h>

    using namespace std;


    int main ()
    {
    string input;
  3. Replies
    17
    Views
    2,105

    Thanks for the help. I think I got it this time....

    Thanks for the help. I think I got it this time. I tried again and there doesn't seem to be any problems. Please check it over just in case.




    #include <iostream>
    #include <string>

    ...
  4. Replies
    17
    Views
    2,105

    Thanks, I had line 25 but I missed line 32 for...

    Thanks, I had line 25 but I missed line 32 for some reason.

    So I should use find? Honestly I've never seen or used it. And the link you gave me showed "find" being used to find where the word...
  5. Replies
    17
    Views
    2,105

    I understand the importance of proper indentation...

    I understand the importance of proper indentation now. However I must apologize that I still don't understand why the code isn't working. I'm still new at this.

    ( On a side note,I made a mistake...
  6. Replies
    17
    Views
    2,105

    Thank you for your response. I'm unsure what...

    Thank you for your response.

    I'm unsure what to do. I deleted the bracket in line 48 and then when I compiled, there was an error. When the bracket is there, it compiles but gives a wrong answer....
  7. Replies
    17
    Views
    2,105

    PLEASE ! Need help fixing my program

    I have an assignment where I have to create a program that counts the number of Gs and Cs, G and C together and the total number of characters in the string.

    Additionally, there's the requirement...
Results 1 to 7 of 7