pearcej / cppds

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

Active codes unable to support C++ #494

Closed demekenega closed 8 months ago

demekenega commented 8 months ago

All C++ active codes across the book don't work, unlike the Python active codes. Instead of running the C++ code, they present the code as a static kind of image.

Description

Version

cppds-v2

Screenshots (if appropriate)

some of the active codes:

1. image

  1. image

pearcej commented 8 months ago

@demekenega you need to install a local C++ server since C++ runs on the hardware.

demekenega commented 8 months ago

@pearcej Thank you I will do that I will go ahead and close this issue.