{"id":23137981,"url":"https://github.com/mertturkmenoglu/cpp","last_synced_at":"2025-07-30T12:36:20.398Z","repository":{"id":185155323,"uuid":"183708285","full_name":"mertturkmenoglu/cpp","owner":"mertturkmenoglu","description":"C++ examples","archived":false,"fork":false,"pushed_at":"2019-11-02T10:26:14.000Z","size":294,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-13T11:50:18.908Z","etag":null,"topics":["c-plus-plus","cpp","example-code","training"],"latest_commit_sha":null,"homepage":null,"language":"C++","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/mertturkmenoglu.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}},"created_at":"2019-04-27T00:04:38.000Z","updated_at":"2019-11-29T18:32:03.000Z","dependencies_parsed_at":"2023-07-31T22:51:19.025Z","dependency_job_id":null,"html_url":"https://github.com/mertturkmenoglu/cpp","commit_stats":null,"previous_names":["mertturkmenoglu/cpp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mertturkmenoglu/cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mertturkmenoglu%2Fcpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mertturkmenoglu%2Fcpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mertturkmenoglu%2Fcpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mertturkmenoglu%2Fcpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mertturkmenoglu","download_url":"https://codeload.github.com/mertturkmenoglu/cpp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mertturkmenoglu%2Fcpp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267867824,"owners_count":24157357,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["c-plus-plus","cpp","example-code","training"],"created_at":"2024-12-17T13:09:31.523Z","updated_at":"2025-07-30T12:36:20.355Z","avatar_url":"https://github.com/mertturkmenoglu.png","language":"C++","readme":"![C++ Logo](https://github.com/isocpp/logos/blob/master/cpp_logo.png?raw=true)  \n\n![GitHub top language](https://img.shields.io/github/languages/top/mertturkmenoglu/cpp.svg) ![GitHub](https://img.shields.io/github/license/mertturkmenoglu/cpp.svg) ![GitHub followers](https://img.shields.io/github/followers/mertturkmenoglu.svg?style=social)\n# C++ Language Examples\n***\n# Description\n* This repository contains my **C++** language example codes.\n* Official C++ website: https://isocpp.org/\n* See the LICENSE file for details.\n* You need to install **GCC** to your system(or another compiler). Please follow the [original source].\n***\n# Project Structure\n\n```\n  |-\u003e src\n    |-\u003e examples\n    |-\u003e practice\n    |-\u003e stl\n  CMakeLists.txt\n```\n  * `examples`: Language feature examples.\n  * `practice`: Coding practices and showing language features on algorithms.\n  * `stl`: You may find `C++ Standard Template Library` examples in this directory.\n  * `CMakeLists.txt`: All executable links should be declared here.\n***\n# Build\n#### Tools Required\n* GCC (or another C++ compiler)\n* A C++ IDE (preferably **CLion**, Visual Studio, Eclipse) or a text editor\n#### Setup\n* You need **a C++ compiler** on your system.\n* **Fork** and **clone** the repository:\n* After getting repository on your local environment, create a branch.\n* You can edit source code files or you can create **C++** project on your IDE.\n* Project uses **CLion** structure but you do not have to.\n# Contributing\n* Fork and clone the repository.\n* Follow the steps under the build chapter.\n* Do not add any IDE project files(CLion project files are already added).\n* Push and open a pull request.\n* All ideas and helps are welcome. For more, please contact with me.\n# GCC Commands / Flags\n* Turn on warnings: `-Wall -Wextra`\n* Warnings for non virtual destructors: `-Wnon-virtual-dtor`\n* For more warnings and stable compiling: `-pedantic`\n* Turn on debugging: `-g`\n* Name of the output file: `-o main`\n* `g++ main.cpp -Wall -Wextra -Wnon-virtual-dtor -pedantic -g -o main`\n# Authors\n* Mert Türkmenoğlu\n\n[original source]: https://gcc.gnu.org/","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmertturkmenoglu%2Fcpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmertturkmenoglu%2Fcpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmertturkmenoglu%2Fcpp/lists"}