Search:

Type: Posts; User: sevensuns

Search: Search took 0.00 seconds.

  1. Differences between float and double variables

    Hello!

    Thantos told me the difference between:

    //first command
    float n = 2.59f;

    and

    //second command
  2. Replies
    1
    Views
    757

    I can't understand some operators

    Hello!

    I'd like to know what "?" and ":" function in the instruction below.

    int signal = x > y ? +1 : -1 ;

    Thank you! Bye!

    Silas Justiniano - Brazil.
  3. Replies
    1
    Views
    813

    Float vars doubt

    Hello guys!!! I have a doubt:

    If I create a float variable:

    //first command
    float n = 2.59f;

    //second command
    float n = 2.59;
Results 1 to 3 of 3