15 thoughts on “C++ Tutorials, Part 3”

  1. Awesome tutorial Zay! For your issue with the ‘glitch’ pertaining to getline(), just use cin. ignore(); right after user inputs data for ‘x’ (cin >> x;). This will ‘ignore’ the user hitting the enter key and won’t cause program to run and skip the next input command (asking for name etc. ). That’s where the ‘glitch’ is. Always use cin. ignore(); where ever users input data to prevent this type of issue.

  2. Yeah, ur jokes r cheasy lol – they cheer me up, brilliant tutorials also! You put alot of effort in your tuts, it shows. You might not be planning them out for hours on end, but most people dont go in-depth. Great. Thanks!! I started learning C++ again, i already learnt this stuff before, but ive learnt a few new things. Greetings from UK =]

Leave a Reply to element1988 Cancel reply