Typos

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • Simple typo on page xvii:

      This is all stuff you canwt get just anywhere.

      This is all stuff you can't get just anywhere.


      Yes, you're lucky it wasn't you this time Mr. Mike , but I have a keen eye...
      "The brain, expecting disaster, fails to find the obvious solution."

      The post was edited 1 time, last by neogia ().

    • Touché

      On pg. 57, when you explain the AnimationPath class, you have the two Initialize methods swapped either in the class definition or in the paragraph immediately following the definition.

      Initialize (InputStream & stream);
      Initialize (std::vector<AnimationPathPoint> const & srcPath);

      "The first is through a classic parameter list..."
      "The second initializes the class through a stream object..."

      On pg. 58:
      "DirectX objects implement the COM based IUnknown interface, which uses reference counting(no period) "
      "DirectX objects implement the COM based IUnknown interface, which uses reference counting."

      On pg. 98:
      "...will set the $(TargetName) and $(TargetPath) marcos ..."
      "...will set the $(TargetName) and $(TargetPath) macros..."

      On pg. 101:
      "They has a client list with over sixty companies..."
      "They have a client list with over sixty companies..."
      "The brain, expecting disaster, fails to find the obvious solution."
    • Keep this up and you might get a job offer from Paraglyph as a copy editor! :)

      Seriously, thanks for all the posts.
      Mr.Mike
      Author, Programmer, Brewer, Patriot
    • I've fixed all this stuff for GCC 3rd Edition!
      Mr.Mike
      Author, Programmer, Brewer, Patriot