exercism / cpp

Exercism exercises in C++.
https://exercism.org/tracks/cpp
MIT License
259 stars 214 forks source link

[v3] Implement new Concept Exercise: basics #379

Closed silvanocerza closed 10 months ago

silvanocerza commented 4 years ago

This issue describes how to implement the basics concept exercise for the C++ track.

Getting started

Please please please read the docs before starting. Posting PRs without reading these docs will be a lot more frustrating for you during the review cycle, and exhaust Exercism's maintainers' time. So, before diving into the implementation, please read up on the following documents:

Please also watch the following video:

Goal

The goal of this exercise is to teach the student basic concepts of the C++ language.

Learning objectives

Out of scope

Concepts

Prerequisites

There are no prerequisites.

Resources to refer to

None.

Hints

After

Representer

This exercise does not require any specific representation logic to be added to the representer.

Analyzer

This exercise does not require any specific analyzer logic to be added to the analyzer.

Implementing

To implement this exercise, please follow these instructions.

vaeng commented 10 months ago

There is a basic concept since 2023 that covers many of the aspects above.