Search:

Type: Posts; User: DemonSpeeding

Search: Search took 0.00 seconds.

  1. >> int answer= x + y; You are declaring a new...

    >> int answer= x + y;
    You are declaring a new variable there, is that what you want?

    Ah, there was the problem, thanks alot. I'm always making these minor stupid mistakes. Hopefully from here...
  2. Need help understanding how to store things in C++

    Alright first off, here's my code:



    #include <iostream>
    #include <string>
    #include <cstdlib>
    #include <ctime>
    using namespace std;
    void greeting ();
  3. Replies
    4
    Views
    1,013

    I have a few problems, first when the user enters...

    I have a few problems, first when the user enters a right or wrong guess, it outputs garbage values underneathe the good or negative response, but I think that's because I have them set as ints and...
  4. Replies
    4
    Views
    1,013

    Subprogram/Function Help

    Hi, first time poster here, so I hope everything I post and type goes well. Anyway here goes...

    Okay, I'm writing a program that will randomly generate a math problem, ask the user to enter an...
Results 1 to 4 of 4