Video tutorials about programming in the C++ programming language. Part 13: * Operators ++ -- (prefix/postfix) * if/else statements intro Correction at 5:25 = using a variable (like y in the video) before intializing it with some value has the effect of (not runtime error but rather) "Undefined Behaviour" and the program may seem to work when really theres a big bug in there. Pardon my imperfect english. Forum: http://cpptutorials.freeforums.org/ If you have any suggestions about how to make ...