Skip to content

C++ Basics 0.2.1

Compare
Choose a tag to compare
@eupp eupp released this 26 Jun 19:22
· 16 commits to main since this release

This is a minor release fixing several bugs and issues in the course.

Content

  • Improve error messages in tests in the first module.
  • Use \n instead of std::cout as the C++ core guidelines recommend.

Bug fixes

  • Bump up version of the googletest library used in the course to release-1.12.0. This fixes the issue when during the build of googletest all warnings were treated as errors.
  • Fix task template in move.cpp file (module WarmUp, lesson MovingOn). The user code inside this template now should propagate correctly.