CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Vipervenom9

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    5,580

    Re: I need a little input help.

    P.S.... Is using the cin.ignore() command an orthodox method or is that a very newby command that people use who have problems organizing their code?
  2. Replies
    4
    Views
    5,580

    Re: I need a little input help.

    As you mentioned, my code is extremely simple. The most complex code I know is writing and reading files... lol. The most recent user input before these two functions was indeed a cin >> operator. ...
  3. Replies
    4
    Views
    5,580

    I need a little input help.

    I'm writing a small program for a class I am working on and I have a bit of code that is not functioning correctly. I've tried debugging but it isn't helping much.

    The problem is in the...
  4. Replies
    2
    Views
    517

    Newbie simple program problem...

    Hello everyone,
    I am having a simple problem and I was wondering if someone could help me. I am making a simple time calculator program for my class and I am stuck on one part. For some...
  5. Replies
    11
    Views
    8,456

    Re: String if statements?

    Sorry again for the inconvenience guys. Thank you GCDEF, due to your reply I found that I must use if (a == "Yes" || a == "yes") in that format and the program now responds correctly... thank you...
  6. Replies
    11
    Views
    8,456

    Re: String if statements?

    I am very sorry everyone, I am in a small hurry... let me go back and read that post, I'm sorry for the inconvenience and I am thankful for your patience...
  7. Replies
    11
    Views
    8,456

    Re: String if statements?

    Okay sorry about that... this is everything in the program so far...
    the problem in which I am concerned is near the end. Right after cout << "TELL ME HUMAN, DO YOU FEAR DEATH?"


    // UnderState...
  8. Replies
    11
    Views
    8,456

    Re: String if statements?

    no this is all retyped, but I still thought (a == "yes") would work... should it be (a = "yes")??
  9. Replies
    11
    Views
    8,456

    String if statements?

    I am very new at programming with C++. I am taking a class on it and I want to wow my teacher for an A. I am writing a simple textual input/output program and I want to know how I would do this...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured