Skip to content

Releases: jetbrains-academy/CppBasics

C++ Basics 0.3.1

10 May 13:36
Compare
Choose a tag to compare

Minor release

Content

  • Proofread task descriptions (by @stephen-hero)
  • Add a more detailed description on how to launch the game in the WarmUp/MovingOn/StartTheGame task.

C++ Basics 0.3.0

15 Feb 15:10
be7ef31
Compare
Choose a tag to compare

Release third module of the course: "Object-Oriented Programming and Ownership Semantics".

C++ Basics 0.2.2

27 Nov 12:32
Compare
Choose a tag to compare

Minor release

Content

  • add tests to the task WarmUp/MovingOn/HuntingBugs
  • improve SFML installation instructions
  • fix several typos and grammar mistakes

C++ Basics 0.2.1

26 Jun 19:22
Compare
Choose a tag to compare

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.

C++ Basics 0.2

25 Jun 23:54
Compare
Choose a tag to compare

Release second module of the course: "Memory Management".

C++ Basics 0.1

23 May 16:56
5de87cd
Compare
Choose a tag to compare

Content

  • Release first module of the course: "Warm Up"