Search:

Type: Posts; User: Something

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    3,486

    Okay, that didn't work for me unfortunately,...

    Okay, that didn't work for me unfortunately, after testing it. I got the same results I always do, endless loop.. Not sure why it breaks cin, but it does. I did manage a new one, not including my...
  2. Thread: error help

    by Something
    Replies
    8
    Views
    1,359

    If you want to save the effort of directing every...

    If you want to save the effort of directing every command through the standard namespace, just include

    using namespace std;

    right after your #include directives.. It is important that either...
  3. Replies
    4
    Views
    3,486

    Thank you! I had a method down, and was...

    Thank you!

    I had a method down, and was working on it right now, although this one is just stupid in comparison to such a small snippet of code that solves it.


    I was going to have it input...
  4. Replies
    4
    Views
    3,486

    Console application - input handling

    Hello!

    Yes, I'm having a little trouble with the streams. I will make myself clear before I get to my problem: If you think you need to see my code to help, then you probably can't help me!
    ...
  5. Thread: Class help.

    by Something
    Replies
    5
    Views
    1,068

    Bleh.. All I can say at this point is that help...

    Bleh.. All I can say at this point is that help file made a big mess of what probably should be something easy, if it only explained it all. You don't introduce things without explaining, and then...
  6. Thread: Class help.

    by Something
    Replies
    5
    Views
    1,068

    Hmm... I just don't get this.. Lines 28-31 is not...

    Hmm... I just don't get this.. Lines 28-31 is not how I learned that methods can be made. I understand those are inline methods, but it appears it's being declared as a Point type, which, I don't...
  7. Thread: Class help.

    by Something
    Replies
    5
    Views
    1,068

    Class help.

    I've been reading various help sites on C++ here and there, and found one I liked, although it's a bit older, and slightly out of date, but so far on the right track to helping me further my...
Results 1 to 7 of 7