January 21st, 2009 05:17 PM
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...
November 19th, 2008 11:16 PM
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...
November 19th, 2008 10:52 PM
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...
November 19th, 2008 10:47 PM
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...
November 19th, 2008 10:07 PM
no this is all retyped, but I still thought (a == "yes") would work... should it be (a = "yes")??
November 19th, 2008 10:04 PM
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...