{"id":16113482,"url":"https://github.com/richelbilderbeek/correct_cpp","last_synced_at":"2025-03-18T09:31:21.371Z","repository":{"id":70483928,"uuid":"115857123","full_name":"richelbilderbeek/correct_cpp","owner":"richelbilderbeek","description":"C++ course using all tools to deliver quality code","archived":false,"fork":false,"pushed_at":"2021-03-01T04:23:51.000Z","size":6246,"stargazers_count":3,"open_issues_count":4,"forks_count":27,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T08:44:51.861Z","etag":null,"topics":["course","cpp","cpp14","git","github","self-study","study","study-material","study-materials"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/richelbilderbeek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-12-31T10:38:50.000Z","updated_at":"2021-03-01T04:24:00.000Z","dependencies_parsed_at":"2023-05-15T20:00:36.752Z","dependency_job_id":null,"html_url":"https://github.com/richelbilderbeek/correct_cpp","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richelbilderbeek%2Fcorrect_cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richelbilderbeek%2Fcorrect_cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richelbilderbeek%2Fcorrect_cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richelbilderbeek%2Fcorrect_cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richelbilderbeek","download_url":"https://codeload.github.com/richelbilderbeek/correct_cpp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243918550,"owners_count":20368745,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["course","cpp","cpp14","git","github","self-study","study","study-material","study-materials"],"created_at":"2024-10-09T20:11:52.932Z","updated_at":"2025-03-18T09:31:20.464Z","avatar_url":"https://github.com/richelbilderbeek.png","language":"Shell","readme":"# :heavy_check_mark: Correct C++\n\nBranch|[![Travis CI logo](pics/TravisCI.png)](https://travis-ci.org)\n---|---\nmaster|[![Build Status](https://travis-ci.org/richelbilderbeek/correct_cpp.svg?branch=master)](https://travis-ci.org/richelbilderbeek/correct_cpp)\ndevelop|[![Build Status](https://travis-ci.org/richelbilderbeek/correct_cpp.svg?branch=develop)](https://travis-ci.org/richelbilderbeek/correct_cpp)\n\nCorrect C++ is a free, libre and open-source course that corrects (hence the name) exercises for both the right results and good practices.\n\n:warning: this course does not work until I've updated the scripts to use GitHub Actions :warning: \n\nThe first chapter, [scoreboard](https://github.com/richelbilderbeek/correct_cpp_scoreboard), shows [how this course works](doc/how_this_course_works.md).\n\n#|Chapter name|Goal\n---|---|---\n 0|[scoreboard](https://github.com/richelbilderbeek/correct_cpp_scoreboard)|Experience part of [how this course works](doc/how_this_course_works.md)\n 1|[hello](https://github.com/richelbilderbeek/correct_cpp_hello)|Experience [how this course works](doc/how_this_course_works.md)\n 2|[hello_world](https://github.com/richelbilderbeek/correct_cpp_hello_world)|Create a Hello world program\n 3|[hello_cli](https://github.com/richelbilderbeek/correct_cpp_hello_cli)|Create a CLI application\n 4|[show_args](https://github.com/richelbilderbeek/correct_cpp_show_args)|Show CLI arguments\n 5|[is_odd](https://github.com/richelbilderbeek/correct_cpp_is_odd)|Handle exceptions\n 6|[bool_to_coin](https://github.com/richelbilderbeek/correct_cpp_bool_to_coin)|Achieve 100% code coverage (easy)\n 7|[int_to_word](https://github.com/richelbilderbeek/correct_cpp_int_to_word)|Achieve 100% code coverage (hard)\n 8|[is_prime](https://github.com/richelbilderbeek/correct_cpp_is_prime)|Lower code complexity (easy)\n 9|[is_perfect](https://github.com/richelbilderbeek/correct_cpp_is_perfect)|Lower code complexity (hard)\n10|[is_even](https://github.com/richelbilderbeek/correct_cpp_is_even)|Use a regular expression\n11|[euler_1](https://github.com/richelbilderbeek/correct_cpp_euler_1)|Multiples of 3 and 5, Project Euler 1\n12|[euler_2](https://github.com/richelbilderbeek/correct_cpp_euler_2)|Even Fibonacci numbers\n\n## Guides\n\n * [how this course works](doc/how_this_course_works.md)\n    * [1. fork a chapter](doc/1_fork_a_chapter.md)\n    * [2. clone your fork](doc/2_clone_your_fork.md)\n    * [3. activate Travis CI](doc/3_activate.md)\n    * [4. modify README](doc/4_modify_readme.md)\n    * [5. do the exercise](doc/5_do_the_exercise.md)\n    * [6. push your code](doc/6_push_your_code.md)\n    * [7. correct your GitHub](doc/7_correct_your_github.md)\n * [set up git](doc/set_up_git.md)\n * [get 100% code coverage](doc/get_100_percent_code_coverage.md)\n * [lower cyclomatic complexity](doc/lower_cyclomatic_complexity.md)\n * [sync my fork](doc/sync_my_fork.md)\n * [use the scoreboard](doc/use_the_scoreboard.md)\n * [run your program with arguments](doc/run_your_program_with_arguments.md)\n * [view Travis CI status](doc/view_status.md)\n * [view code coverage](doc/view_status.md)\n\n## Videos\n\n * [Correct C++ videos (downloadable)](https://github.com/richelbilderbeek/correct_cpp_videos)\n * [Correct C++ YouTube playlist](https://www.youtube.com/playlist?list=PLu8_ZyzXyRDGrht1eWbzjbAC1NxG1jN1T)\n\n## FAQ\n\nSee [FAQ](doc/faq.md).\n\n## Chapters under construction\n\n#|Chapter name|Goal\n---|---|---\n? |[hello_sfml](https://github.com/richelbilderbeek/correct_cpp_hello_sfml)|Use SFML\n? |[hello_qt](https://github.com/richelbilderbeek/correct_cpp_hello_qt)|Use SFML\n? |to_morse|Convert a std::string to morse\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichelbilderbeek%2Fcorrect_cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichelbilderbeek%2Fcorrect_cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichelbilderbeek%2Fcorrect_cpp/lists"}