pearcej / cppds

Problem Solving with Algorithms and Data Structures using C++
Other
11 stars 76 forks source link

Broken parsons problem in 1.13 #479

Closed demekenega closed 8 months ago

demekenega commented 8 months ago

Description

In introduction_optional-graphics-in-c.html Checkpoint 1.13.6 has a broken parsons problem and also it displays the problem with a corresponding answer.

Version

This problem is in both versions of the book cppds and cppds-v2. but there is an issue for cppds.

Screenshots (if appropriate)

image cppds-v2

demekenega commented 8 months ago

Working on it.