Search:

Type: Posts; User: SkinnieMinnie

Search: Search took 0.01 seconds.

  1. That was all I needed. Thank you sooo much! I...

    That was all I needed. Thank you sooo much! I knew I was overlooking something sooo small! Thanks!!
  2. Beginner Help Read Next Line of Input File

    I have a very basic question. Here is my code:




    #include <iostream>
    #include<fstream>
    #include <iomanip>
    using namespace std;
  3. Here is the way another person in my class was...

    Here is the way another person in my class was able to get the string idea to work:



    #include <iostream>
    #include <string>
    using namespace std;

    int main( )
    {
  4. ..

    ok, thanks!



    #include <iostream>
    using namespace std;

    int main( )
    {
    int input;
  5. Yeah I finally got it!! Thank you everyone for...

    Yeah I finally got it!! Thank you everyone for your help!! Here is my finished product.



    #include <iostream>
    #include <string>
    using namespace std;

    int main( )
    {
  6. ..

    Ok, thanks, won't take it personally then.....nope I did mean that I can understand.......since I'm not a slacker and put a lot of work into what I turn in I can understand why u would make that...
  7. that's what I was originally thinking because I...

    that's what I was originally thinking because I used a string in a previous question for the same chapter, but I don't know how to make the output divide the string up....
  8. This is soooo much clearer!! I get that x is 10...

    This is soooo much clearer!! I get that x is 10 in our first examples and then u add a 0 depending on how long the first integer entered is....I didn't get the whole mod thing....I see it on my...
  9. MacGyver U were the exact person I had in mind...

    MacGyver
    U were the exact person I had in mind when I ever so carefully typed my original question. Clearly I want help or I wouldn't have taken the time to search this website for an assignment...
  10. Ok

    Ok, so before when I said I needed a little help....really I guess I should have said give me the answer lol lol!! because I don't get what you guys have given me so far. I really do appreciate you...
  11. I'm new to C++ and need basic help please

    I'm new to C++ and one of the basic programming exercise questions I have is:
    Write a program that prompts the user to input a four-digit positive integer. The program then outputs the digits of...
Results 1 to 11 of 11