Releases: jetbrains-academy/CppBasics
Releases · jetbrains-academy/CppBasics
C++ Basics 0.3.1
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
Release third module of the course: "Object-Oriented Programming and Ownership Semantics".
C++ Basics 0.2.2
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
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 ofstd::cout
as the C++ core guidelines recommend.
Bug fixes
- Bump up version of the
googletest
library used in the course torelease-1.12.0
. This fixes the issue when during the build ofgoogletest
all warnings were treated as errors. - Fix task template in
move.cpp
file (moduleWarmUp
, lessonMovingOn
). The user code inside this template now should propagate correctly.
C++ Basics 0.2
Release second module of the course: "Memory Management".
C++ Basics 0.1
Content
- Release first module of the course: "Warm Up"