Search:

Type: Posts; User: fourwind

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    994

    Found The Problem

    Ok...i gotta be more careful with these ;

    if ( number != 5 ); was the old one,
    if ( number != 5 ) is the new one. THE ; RUINED IT.
    Alright. Fixed it. So...Yeah.

    Also, id doesn't have to be....
  2. Replies
    4
    Views
    994

    Problem with ! function

    Im having a problem with this function. I'm trying to make a simple program to test it out (Cause i just started learning C++ Yesterday) But it keeps messing up. Help!

    Heres the program

    ...
Results 1 to 2 of 2