{"id":15047923,"url":"https://github.com/lostjared/cplusplus11.examples","last_synced_at":"2025-04-10T01:08:19.171Z","repository":{"id":110400758,"uuid":"58320701","full_name":"lostjared/cplusplus11.Examples","owner":"lostjared","description":"C++11 Examples","archived":false,"fork":false,"pushed_at":"2024-04-04T03:10:35.000Z","size":6068,"stargazers_count":54,"open_issues_count":0,"forks_count":18,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-10T01:08:11.481Z","etag":null,"topics":["cplusplus-11","examples"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/playlist?list=PLUgo--lX2kmqPQ5C8jRfy6RZVKHFqN7Zz","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lostjared.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}},"created_at":"2016-05-08T16:19:30.000Z","updated_at":"2025-03-17T07:31:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"08098780-ee15-4aac-9492-ab688893971e","html_url":"https://github.com/lostjared/cplusplus11.Examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostjared%2Fcplusplus11.Examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostjared%2Fcplusplus11.Examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostjared%2Fcplusplus11.Examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostjared%2Fcplusplus11.Examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lostjared","download_url":"https://codeload.github.com/lostjared/cplusplus11.Examples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137887,"owners_count":21053775,"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":["cplusplus-11","examples"],"created_at":"2024-09-24T21:06:06.390Z","updated_at":"2025-04-10T01:08:19.145Z","avatar_url":"https://github.com/lostjared.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jared Bruni's C++11 Examples\n\nThis collection is my way of navigating through, and reinforcing my understanding of, C++11's new functionalities. I no longer plan to write a repository for C++14 as I have one for C++17.\n\nThe primary purpose of these examples is to showcase specific C++11 features rather than to provide practical utility. However, a few examples are designed to address real tasks, such as creating m3u playlists or generating HTML for CGI applications.\n\nIncluded among the examples is a calculator that parses expressions, reminiscent of the one featured in \"The C++ Programming Language\" 4th Edition.\n\n## Compilation Instructions:\n\n### For MacOS X:\n\n```\n$ make\n```\n\n### For Linux:\n\n```\n$ make -f Makefile.linux\n```\n\n## Compilation Note:\nEnsure your compiler is C++11 compatible. When using clang, for instance, compile a source file with:\n\n```\nclang++ -std=c++11 sourcefile.cc -o sourcefile\n```\n\nOn Linux, opt for libstdc++ and use g++ version 4.8 or newer. Compiling any program requires just a single line:\n\n```\ng++ -std=c++11 sourcefile.cc -o sourcefile\n```\n\n- Jared Bruni\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flostjared%2Fcplusplus11.examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flostjared%2Fcplusplus11.examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flostjared%2Fcplusplus11.examples/lists"}