Recent content by Malvenuto

  1. M

    C/C++ Guide to C++ Programming For Beginners

    In Exercise 5, the do-while example code prints out HELLO only twice instead of the 3 times shown in the example output.
  2. M

    C/C++ Guide to C++ Programming For Beginners

    Assignment 3 requires use of the sqrt() function and the math.h library. The tutorial before that point doesn't mention them. Not sure whether or not you meant to leave them for the reader to find out on his own, but if not it might make sense to add them.