Search:

Type: Posts; User: BladeBoss2

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,427

    Thanks Hammer, I finally get this :)

    Thanks Hammer, I finally get this :)
  2. Replies
    7
    Views
    1,518

    Thanks guy I didn't know it was C++ I went to...

    Thanks guy I didn't know it was C++

    I went to C tourtials and I thought this code was for C

    And i'll use the for the codes

    thanks
  3. Replies
    6
    Views
    1,427

    Thanks Hammer, I didn't realised that "!":D now...

    Thanks Hammer, I didn't realised that "!":D now you got me starting to get these things but what about the other one:

    !((1 || 0) && 0) ANSWER:1

    Blade
  4. Replies
    7
    Views
    1,518

    Finally I got it to work but anywayz i saved the...

    Finally I got it to work but anywayz i saved the code :

    #include <iostream.h>
    int main() //Most important part of the program!
    {
    int age; //Need a variable...
    cout<<"Please input...
  5. Replies
    3
    Views
    919

    Maybe someone would like to help me with this and...

    Maybe someone would like to help me with this and tlak about it over aol instant messanger or something else if possible... my aol screen name is: BladeBoss2

    I know I'm just a beginner but we all...
  6. Replies
    6
    Views
    1,427

    So basicly... !(1 OR 0) wouldn't the answer be...

    So basicly...

    !(1 OR 0) wouldn't the answer be 1 OR 0 ? why is it 0 ?

    In here:
    !(1 || 1 && 0) ANSWER: 0 (AND is evaluated before OR)

    thus AND (&&) is evaluated after OR (||)

    and this...
  7. Replies
    7
    Views
    1,518

    Borland C compiler

    I don't get it how to use it ... you go to MS-DOS and then u go to the borland directory and then to BCC32.exe and then what do u type there, for example if I have the code in this directory:...
  8. Replies
    6
    Views
    1,427

    If Then Statments

    I don't understand IF, THEN statments and also I don't get the Boolean operators OR, NOT, and AND.

    I've read the turtorial about them but I just don't understand them and i don't get this:

    A....
Results 1 to 8 of 8