{"id":15047516,"url":"https://github.com/chrisiogwaan/cpp-teaching","last_synced_at":"2026-02-17T15:02:02.349Z","repository":{"id":167910099,"uuid":"642347828","full_name":"ChrisioGwaan/cpp-teaching","owner":"ChrisioGwaan","description":"C++14 Learning","archived":false,"fork":false,"pushed_at":"2024-03-05T01:20:23.000Z","size":4445,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"feature","last_synced_at":"2025-10-08T18:51:35.557Z","etag":null,"topics":["cpp","cpp14","documentation","practice-programming","proramming","tutorial"],"latest_commit_sha":null,"homepage":"https://chrisiogwaan.github.io/cpp-teaching/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChrisioGwaan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2023-05-18T11:17:34.000Z","updated_at":"2024-03-06T08:43:36.000Z","dependencies_parsed_at":"2024-03-05T02:49:28.616Z","dependency_job_id":null,"html_url":"https://github.com/ChrisioGwaan/cpp-teaching","commit_stats":null,"previous_names":["chrisiogwaan/cpp-techniques-learning","chrisiogwaan/cpp-teaching"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ChrisioGwaan/cpp-teaching","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisioGwaan%2Fcpp-teaching","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisioGwaan%2Fcpp-teaching/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisioGwaan%2Fcpp-teaching/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisioGwaan%2Fcpp-teaching/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChrisioGwaan","download_url":"https://codeload.github.com/ChrisioGwaan/cpp-teaching/tar.gz/refs/heads/feature","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisioGwaan%2Fcpp-teaching/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29548201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T14:33:00.708Z","status":"ssl_error","status_checked_at":"2026-02-17T14:32:58.657Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cpp","cpp14","documentation","practice-programming","proramming","tutorial"],"created_at":"2024-09-24T20:59:28.296Z","updated_at":"2026-02-17T15:02:02.313Z","avatar_url":"https://github.com/ChrisioGwaan.png","language":"C++","readme":"![C++](https://img.shields.io/badge/c++-%2300599C.svg?style=for-the-badge\u0026logo=c%2B%2B\u0026logoColor=white) ![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-0078d7.svg?style=for-the-badge\u0026logo=visual-studio-code\u0026logoColor=white) ![WSL](https://img.shields.io/badge/WSL-0078d7.svg?style=for-the-badge\u0026logo=linux\u0026logoColor=white) ![Ubuntu](https://img.shields.io/badge/Ubuntu-0078d7.svg?style=for-the-badge\u0026logo=ubuntu\u0026logoColor=white)\n\n# C++ Programming Techniques\n\n\u003e [!NOTE]\n\u003e This repository is for learning the C++ programming language, and the compiler version is set to **C++14**.\n\nIf you find any content that are ambiguous or incorrect, feel free to do the following options:\n\n* Open issues or\n* Post your questions on Discussions\n* [Email Me](chris322322@gmail.com)\n\n## Compiler Installation (Windows)\n\n### Install MinGW-x64\n\n* Go to the [link](https://www.msys2.org/) and download the MSYS2 installer at the first step of _Installation_\n\n### Tools to be installed in Mingw-x64\n\n1. Install the mingw-w64 GCC by running the following command on MSYS2:\n\n```\npacman -S mingw-w64-ucrt-x86_64-gcc\n```\n\n2. Check gcc and gdb version on Command Prompt:\n\n```\ngcc --version\ngdb --version\n```\n\n### Path Environment Setup\n\n1. Press `Win` and type `env`, select `Edit the system environment variables`\n2. Go to `Environment Variables`\n3. Choose `Path` variable in _User variables_ and double click it\n4. Find `msys64\\mingw64\\bin` in your C Drive, and copy the path `C:\\msys64\\mingw64\\bin`\n5. Back to `Path` variable session, select `New` and paste the path\n6. Remember to click `OK OK OK`\n\n## WSL in VS code with C++\n\n### VS Code - WSL extension (Optional)\n\n* [Link](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl)\n\n### Install Ubuntu - Windows Subsystem for Linux\n\n* Open Command Prompt in Administrator mode, and run the following command:\n```\nwsl --install\n```\n* The system will require a restart and it's normal\n* After the restart, the Ubuntu terminal will pop up and ask you to setup a password. Due to a Linux security mechanism, you can't see your password as you type. So, keep your password in mind.\n\n### WSL Check Update\n\n* Run the following command to perform an update:\n```\nsudo apt-get update \u0026\u0026 sudo apt-get dist-upgrade\n```\n\n### Install GNU Compiler and GDB Debugger\n\n* Run the following command to perform the install:\n```\nsudo apt-get install build-essential gdb\n```\n\n### Installation Check\n\n* Run the following command to check the version:\n```\nwhereis g++\nwhereis gdb\n```\n\n### Use WSL Terminal in VS Code\n\n* Press ``` CTRL+ ` ``` to open a terminal, select the down arrow to the right of + icon, you should see Ubuntu(WSL) option there. DONE!\n\n## License\n\nThis project is licensed under the [MIT](/LICENSE). This means that you are free to use, modify, and distribute the project under the terms of this license.\n\n### Authors\n\n- Weixi Guan (Chrisio Gwaan) - [@ChrisioGwaan](https://github.com/ChrisioGwaan)\n\n### Usage and Restrictions\n\nThe intent of this license is to allow for the free use of this project for educational, research, and personal projects. However, please adhere to the following guidelines:\n- **Academic Integrity**: This project should not be used for purposes that violate academic integrity policies of educational institutions.\n- **Commercial Use**: If you intend to use this project for commercial purposes, please check the specific terms of the license or contact the authors.\n- **Liability**: The authors are not responsible for any damages or issues arising from the use of this project.\n- **Warranties**: The authors provide no warranties or guarantees for this project.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisiogwaan%2Fcpp-teaching","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrisiogwaan%2Fcpp-teaching","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisiogwaan%2Fcpp-teaching/lists"}