Search:

Type: Posts; User: Eep

Search: Search took 0.00 seconds.

  1. Replies
    18
    Views
    2,637

    Wow, I see. That makes sense. Thanks for the...

    Wow, I see. That makes sense. Thanks for the explanation.

    Does not including something like
    using namespace std; initially have some kind of advantage? (Something beyond me maybe? Like memory...
  2. Replies
    18
    Views
    2,637

    Ahh. So when I see std::cout, you are using a...

    Ahh. So when I see std::cout, you are using a different cout than if you had just typed like

    cout << "Your answer" ;

    What is the difference between them if there is one?
  3. Replies
    18
    Views
    2,637

    seems useful, but I am not sure what std:: stuff...

    seems useful, but I am not sure what std:: stuff does.

    Is the '::' some universal syntax used? If so, what does it do exactly? What is the standard (std) stand for too? Or rather, what does it do.
  4. Replies
    18
    Views
    2,637

    not sure why you said that??? I did click on...

    not sure why you said that??? I did click on those links he posted, but if there was an example to do more stuff then I clearly didn't understand it.....I have only been in this intro c++ course for...
  5. Replies
    18
    Views
    2,637

    Thanks for the post. The cin.ignore() trick...

    Thanks for the post. The cin.ignore() trick worked for eliminating one character, so a phrase like 'ya' or 'no' would be remedied. However, 3 or more characters is still a problem. 'Yes', for...
  6. Replies
    18
    Views
    2,637

    Need help with a newbie project!

    Hey guys, I just finished my gen ed stuff and have started my first programming class for my CS degree. Anyways, this is the second project I was assigned.

    create a program that asks the user how...
Results 1 to 6 of 6