25 thoughts on “C++ Tutorial – 2 – The Basic Syntax and Functions”

  1. ┌∩┐(â—•_â—•)┌∩┐ Fuck the new layout on YouTube… COPY AND PASTE IF U DONT LIKE THE NEW LAYOUT 1 week ago

  2. when i compile and run it, it gives me an x next to.. using namespace std; it says ‘using’ undeclared (first use in this function). could i get some help?

  3. @CatalystHackz He is probably just doing that to make it more obvious about what endl does. An even easier way is to use the endline character

    cout << "Hey now brown cow.n";

  4. This is a easier/faster way of doing the endl;

    Instead of making a whole new line dedicated to it, you can do this:

    cout << "Hey now brown cow." << endl; So it's on the same line, and it's less typing.

  5. Nice work man, your clear, you define your terms and you keep it simple for us ig’nant folks out there trying to get our foot in the C++ door. Keep the tuts coming!

Leave a Reply to iZenic Cancel reply