Search:

Type: Posts; User: absenta

Search: Search took 0.01 seconds.

  1. Thread: review code

    by absenta
    Replies
    3
    Views
    2,130

    review code

    hello, this is my first try of math operation with variables:

    #3include <iostream.h>
    int main()
    {
    // declare variables

    int firstNumber;
    int secondNumber;
    int result = firstNumber +...
  2. Replies
    2
    Views
    975

    windows that closes

    hello, i'm in the first tutorial c++ lesson. I probe the code of insert a number program. I'm using DevC++ compiler and it works cool. But after press enter key, for regonize the number it appears...
Results 1 to 2 of 2