{"id":20851937,"url":"https://github.com/chaoses-ib/cpp","last_synced_at":"2025-06-16T06:05:17.763Z","repository":{"id":47098456,"uuid":"515847185","full_name":"Chaoses-Ib/Cpp","owner":"Chaoses-Ib","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-19T23:21:08.000Z","size":1400,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-12T16:54:44.008Z","etag":null,"topics":["c","cpp"],"latest_commit_sha":null,"homepage":"","language":"Markdown","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/Chaoses-Ib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2022-07-20T05:35:50.000Z","updated_at":"2025-04-05T17:31:46.000Z","dependencies_parsed_at":"2024-04-24T22:28:07.460Z","dependency_job_id":"5ec5ddbb-cf11-439f-a913-68b0902eec75","html_url":"https://github.com/Chaoses-Ib/Cpp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Chaoses-Ib/Cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chaoses-Ib%2FCpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chaoses-Ib%2FCpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chaoses-Ib%2FCpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chaoses-Ib%2FCpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chaoses-Ib","download_url":"https://codeload.github.com/Chaoses-Ib/Cpp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chaoses-Ib%2FCpp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260109463,"owners_count":22960026,"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":["c","cpp"],"created_at":"2024-11-18T03:15:37.430Z","updated_at":"2025-06-16T06:05:17.731Z","avatar_url":"https://github.com/Chaoses-Ib.png","language":"Markdown","readme":"# [C++](C++.md)\n## Languages\n- C\n  - Preprocessor\n    - [Predefined Macros](Languages/C/Preprocessor/Predefined%20Macros.md)\n    - [Counter](Languages/C/Preprocessor/Counter.md)\n  - Types\n  - [Functions](Languages/C/Functions/README.md)\n- [C++](Languages/C++/README.md)\n  - [Scopes](Languages/C++/Scopes.md)\n  - [Namespaces](Languages/C++/Namespaces.md)\n  - [Aliases](Languages/C++/Aliases.md)\n  - [Types](Languages/C++/Types/README.md)\n    - [Array](Languages/C++/Types/Array.md)\n    - [Classes](Languages/C++/Types/Classes/README.md)\n      - [Inheritance](Languages/C++/Types/Classes/Inheritance.md)\n      - [Constructors](Languages/C++/Types/Classes/Constructors.md)\n      - [Destructors](Languages/C++/Types/Classes/Destructors.md)\n      - [Conversion Functions](Languages/C++/Types/Classes/Conversion.md)\n      - [Pointers to Members](Languages/C++/Types/Classes/Pointers.md)\n    - [Structure Building](Languages/C++/Types/Structure%20Building.md)\n    - [Conversions](Languages/C++/Types/Conversions/README.md)\n      - [Automatic Conversions](Languages/C++/Types/Conversions/Automatic.md)\n    - [Run-Time Type Information](Languages/C++/Types/Run-Time%20Type%20Information.md)\n  - Storage\n    - [Dynamic Storage](Languages/C++/Storage/Dynamic.md)\n  - [Initialization](Languages/C++/Initialization/README.md)\n    - [Structured Bindings](Languages/C++/Initialization/Structured.md)\n    - [Aggregate Initialization](Languages/C++/Initialization/Aggregate.md)\n  - Expressions\n    - Operators\n      - [Operator Overloading](Languages/C++/Expressions/Operators/Overloading.md)\n    - [Constant Expressions](Languages/C++/Expressions/Constant.md)\n  - [Functions](Languages/C++/Functions/README.md)\n    - [Lambda Expressions](Languages/C++/Functions/Lambda.md)\n    - [Function Overloading](Languages/C++/Functions/Overloading/README.md)\n      - [Return Type Overloading](Languages/C++/Functions/Overloading/Return.md)\n  - [Statements](Languages/C++/Statements/README.md)\n    - [Loops](Languages/C++/Statements/README.md)\n  - [Errors](Languages/C++/Errors/README.md)\n    - Assertions\n      - [Static Assertions](Languages/C++/Errors/Assertions/Static.md)\n    - [Exceptions](Languages/C++/Errors/Exceptions/README.md)\n  - [Attributes](Languages/C++/Attributes.md)\n  - [Reflection](Languages/C++/Reflection.md)\n  - Preprocessor\n    - [Feature Testing](Languages/C++/Preprocessor/Feature%20Testing.md)\n- [Carbon](Languages/Carbon/README.md)\n\n## Libraries\n- [Containers](Libraries/Containers/README.md)\n- Text\n  - [Templating](Libraries/Text/Templating/README.md)\n    - [{fmt}](Libraries/Text/Templating/{fmt}.md)\n- [Serialization](Libraries/Serialization.md)\n- IO\n  - Streams\n    - [Input Streams](Libraries/IO/Streans/Input%20Streams.md)\n- [GUI](Libraries/GUI/README.md)\n  - [MFC](Libraries/GUI/MFC/README.md)\n\n## [Build](Build/README.md)\n- Compiling\n  - [Compilers](Build/Compiling/Compilers.md)\n  - [Linking](Build/Compiling/Linking.md)\n  - [Dynamic Linking](Build/Compiling/Dynamic%20Linking.md)\n  - [Optimization](Build/Compiling/Optimization.md)\n- Build Systems\n  - [CMake](\u003cBuild/Build Systems/CMake/README.md\u003e)\n    - [Compiling](Build/Build%20Systems/CMake/Compiling.md)\n    - [Linking](Build/Build%20Systems/CMake/Linking.md)\n  - [MSBuild](\u003cBuild/Build Systems/MSBuild/README.md\u003e)\n- Package Managers\n  - [vcpkg](Build/Packages/vcpkg/README.md)\n- IDE\n  - [VS Code](Build/IDE/VS%20Code/README.md)\n\n## Development\n- [Visual Studio Code](Development/Visual%20Studio%20Code.md)\n\n## Information sources\n\u003cdetails\u003e\u003csummary\u003eBlogs\u003c/summary\u003e\n\n- [Standard C++](https://isocpp.org/)\n- [Modernes C++](http://www.modernescpp.com/)\n- [C++ Stories](https://www.cppstories.com/)\n- [Arthur O’Dwyer](https://quuxplusone.github.io/blog/)\n- [Andreas Fertig's Blog](https://andreasfertig.blog/)\n- [Fluent C++ - Jonathan Boccara's blog](https://www.fluentcpp.com/)\n- [foonathan::​blog()](https://www.foonathan.net/)\n- [Marius Bancila's Blog](https://mariusbancila.ro/blog/)\n- [The Old New Thing](https://devblogs.microsoft.com/oldnewthing/)\n- [Sutter’s Mill](https://herbsutter.com/)\n- [Andrzej's C++ blog | Guidelines and thoughts about C++](https://akrzemi1.wordpress.com/)  \n  Inactive.\n- [Simplify C++!](https://arne-mertz.de/)  \n  Inactive.\n- [cor3ntin](https://cor3ntin.github.io/)  \n  Inactive.\n- [TJSW](https://tjsw.medium.com/)  \n  Inactive, 繁体中文.\n- [C++ Team Blog](https://devblogs.microsoft.com/cppblog/)  \n  C++ tutorials, C and C++ news, and information about Visual Studio, Visual Studio Code, and Vcpkg from the Microsoft C++ team.\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eVideos\u003c/summary\u003e\n\n- [CppCon](https://www.youtube.com/channel/UCMlGfpWw-RUdWX_JbLCukXg)\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eNews\u003c/summary\u003e\n\n- [r/cpp](https://www.reddit.com/r/cpp/)\n- [Awesome C++ Weekly](https://cpp.libhunt.com/newsletter)\n- [r/CarbonLang](https://www.reddit.com/r/CarbonLang/)\n- [r/C_Programming](https://www.reddit.com/r/C_Programming/)\n- [r/cpp_questions](https://www.reddit.com/r/cpp_questions/)\n\u003c/details\u003e","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaoses-ib%2Fcpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchaoses-ib%2Fcpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaoses-ib%2Fcpp/lists"}