Search:

Type: Posts; User: Andrew Gaupp

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    996

    Compiler Error Message

    Hello,
    I am work on a C++ project but I have problem that I need help with.
    Whenever I try to build my program I get a message that says:

    "uses an invalid compiler. Probably the toolchain path...
  2. I need help with a random number generator program.

    I am trying to write a simple program that picks a number between 1 and 100, and then lets the user guess what the number is. The program should tell the user if their guess is to high, to low, or...
  3. Replies
    1
    Views
    1,264

    Menu program help

    I am trying to write a menu program that will be broken down into a series of calls to function for each of the menu items. Two of the menu items will be simple programs which I wrote.

    I want two...
  4. Replies
    2
    Views
    1,460

    Menu program.

    I am trying to write a menu program that will be broken down into a series of calls to function for each of the menu items. Two of the menu items will be simple programs which I wrote.

    I want two...
  5. I though of that to, but it's not that simple....

    I though of that to, but it's not that simple. The practice problem says to I need to write a program that requires 4 inputs the first is the question the next 3 are the answers. The program should...
  6. If the attachment doesn't show up try clicking on...

    If the attachment doesn't show up try clicking on it.

    Here is what I have done so far:


    int main()
    {
    int question;
    int a;// answer to question 1.
    int b;// answer to question 2.
  7. jump into c++ ch5 loops practice problem 7, please help.

    I am learn how program by reading Jump into c++ and I am have trouble on one of the practice problems, If someone would help me out I would be grateful.

    The practice problem says "Write a program...
Results 1 to 7 of 7