{"id":15866358,"url":"https://github.com/squidmin/cpp-labs","last_synced_at":"2025-04-01T21:20:28.576Z","repository":{"id":193774880,"uuid":"686545452","full_name":"squidmin/cpp-labs","owner":"squidmin","description":"C++ / CMake sandbox project","archived":false,"fork":false,"pushed_at":"2023-12-01T01:17:39.000Z","size":16456,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T13:54:06.136Z","etag":null,"topics":["cmake","cpp","cpp17","learning","learning-exercises"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/squidmin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-03T06:33:05.000Z","updated_at":"2023-09-09T23:02:11.000Z","dependencies_parsed_at":"2023-09-09T23:28:43.281Z","dependency_job_id":"f7f5569e-18fe-41fa-8984-e9e85d40a93a","html_url":"https://github.com/squidmin/cpp-labs","commit_stats":null,"previous_names":["squidmin/cpp-labs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squidmin%2Fcpp-labs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squidmin%2Fcpp-labs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squidmin%2Fcpp-labs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squidmin%2Fcpp-labs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/squidmin","download_url":"https://codeload.github.com/squidmin/cpp-labs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246709978,"owners_count":20821313,"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":["cmake","cpp","cpp17","learning","learning-exercises"],"created_at":"2024-10-05T23:20:27.089Z","updated_at":"2025-04-01T21:20:28.542Z","avatar_url":"https://github.com/squidmin.png","language":"C++","readme":"# cpp-labs\n\nC++ sandbox project\n\n## Install\n\n- A compiler supporting C++17.\n- CMake v3.10 or higher.\n\n## Build\n\nNavigate to the project root.\n\nCreate a `build` directory and navigate to it:\n\n```shell\nmkdir build \u0026\u0026 cd build\n```\n\nBuild the project:\n\n```shell\ncmake ..\n```\n\nThen, in the same directory:\n\n```shell\nmake\n```\n\nTo compile only a specific executable:\n\n```shell\nmake ExecutableName\n```\n\ne.g.,\n\n```shell\nmake IncrementAndDecrementOperators\n```\n\n\u003cimg src=\"./sections/section01/05_IncrementAndDecrementOperators/img/gif/compile_specific_executable.gif\" alt=\"Compiling a specific executable.\" width=\"800px\"\u003e\n\n## Run an executable\n\n`cd` to the directory of the example:\n\n```shell\ncd ./sections/sectionXX/YY_ExecutableName\n```\n\ne.g.,\n\n```shell\ncd ./sections/section01/02_DataTypes\n```\n\nRun the executable:\n\n```shell\n./ExecutableName\n```\n\ne.g.,\n\n```shell\n./DataTypes\n```\n\n\u003cimg src=\"./docs/img/build_and_run.gif\" alt=\"Build and run an executable\" width=\"800px\"\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquidmin%2Fcpp-labs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsquidmin%2Fcpp-labs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquidmin%2Fcpp-labs/lists"}