Search:

Type: Posts; User: Mosseman

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    6,046

    You won't get an answer. Maybe you should read...

    You won't get an answer. Maybe you should read this and this.
  2. Replies
    25
    Views
    4,123

    Maybe it doesn't like: int is_prime; //...

    Maybe it doesn't like:

    int is_prime; // Boolean flag
    is_prime = true;

    Although true should give a value of 1 wouldn't it be more accurate to cast is_prime as a bool variable?

    Newbie...
Results 1 to 2 of 2