C++ Tutorial – 20 – Logical OR Operator

[ad_1]
Facebook –
GitHub –
Google+ –
LinkedIn –
reddit –
Support –
thenewboston –
Twitter –


Posted

in

by

Tags:

Comments

21 responses to “C++ Tutorial – 20 – Logical OR Operator”

  1. prab shah Avatar

    Why Is this a char not a int?

  2. Devansh Gandhi Avatar

    I'm watching this in 2015, and I think of Miley Cyrus.

  3. eragon10807 Avatar

    Where is the or operator in the keyboard? I can't seem to find it. 

  4. John Shaw Avatar

    Hi again,

    Sorry just meant say that the only piece of code i had to change to get the tutorials to work , were
    system("pause")
    changed to
    cin.get();
    Any ideas why this is so please (Can't you tell im a noob 🙂 )

  5. John Shaw Avatar

    Hi Bucky,
    Rerally enjoying the tutorials.
    Really helpful.
    I've learned more from doing these tutorials (about 6 hours on and off) than reading c++ books.
    Great Job

  6. Constantine Laskarides Avatar

    Hey guys , there is an and operator too its this , && , but for an if condition to be executed  both the tests need to be True.

    if(a<30 && a<10) , so for this to be True you need a number both lower than 30 and 10 or its False.

  7. Edwin Charles Avatar

    hi.. is it somehow possible to give options as a word like "yes" or "YES" using char or do we have to change the data type to do so?????

  8. Johan23746 Avatar

    now hannah's hot, noone's a perv 😛

  9. Short Fuse Avatar

    OR she could tell you to get off your lazy ass and get the food yourself 😛

  10. alaa ashraf Avatar

    thank you for this useful video 

  11. alaa ashraf Avatar

    anyone here know how can i find some examples for training please help and thank you 

  12. Kasper Avatar

    Well actually this tutorial series has only 9 to go but Bucky made another series of a C++ tutorial with 73 videos.

  13. vkgg7 Avatar

    dude, do you have videos on object oriented programming

  14. ozonerayquaza33 Avatar

    Hehe anyone else get it? Fn, as in function =D

  15. ChickenNugget Avatar

    My mom wouldnt do either. She would make me bring her a grilled cheese sandwich or cookies.

  16. I pretend not to have strong opinions Avatar

    there is kinda more than 9 tutrorials (i didnt comment for you since this comment is 2 y.o but for the others )

  17. Fastshadow69 Avatar

    how come you didn't use curly braces?

  18. R3L3NTL35595 Avatar

    i did what you did but whenever i put an answer that began with either y or n it accepted it as y or n

  19. Nope NopeAgain Avatar

    *tries to find key
    *notices it isn't there
    *skips tutorial with a valid excuse=this comment.

  20. FF Fanatic Avatar

    Be careful with those single quotation marks. Those are called multicharacter literals, will compile if the types match up right, and have an implementation-defined integer value.

  21. AhoyChips Avatar

    Yes, you can do unlimited || statements.

Leave a Reply

Your email address will not be published. Required fields are marked *