Home

Awesome

correct_cpp_scoreboard

BranchTravis CICodecov
masterBuild Statuscodecov.io

Correct C++ chapter 'Scoreboard'.

:warning: this course does not work until I've updated the scripts to use GitHub Actions :warning:

Goal

Prerequisites

Exercise

ChapterTravis CI logoCodecov logo
helloBuild Statuscodecov.io
hello_worldBuild Statuscodecov.io
hello_cliBuild Statuscodecov.io
show_argsBuild Statuscodecov.io
is_oddBuild Statuscodecov.io
bool_to_coinBuild Statuscodecov.io
int_to_wordBuild Statuscodecov.io
is_primeBuild Statuscodecov.io
is_perfectBuild Statuscodecov.io
is_evenBuild Statuscodecov.io
euler_1Build Statuscodecov.io
euler_2Build Statuscodecov.io
:construction: hello_sfmlBuild Statuscodecov.io
:construction: hello_qtBuild Statuscodecov.io
:construction: to_morseBuild Statuscodecov.io

This is how this course works:

  1. Login to GitHub
  2. Fork this repository. See fork a chapter for help
  3. Clone your fork. See clone your fork for help
  4. Activate Travis CI for your GitHub. See activate for help
  5. On your local code, modify the README: replace richelbilderbeek/correct_cpp_ by [your_github_username]/correct_cpp_
  6. On your local code, Do the exercise
  7. Push your code. See push your code for help
  8. Travis will now correct your GitHub If you did everything correctly, the build status of your fork will become green. Well done! Else, click on the red build status badge to view the Travis CI log

External links