{"id":20570471,"url":"https://github.com/younghakim7/cpp_training","last_synced_at":"2026-05-19T05:41:37.797Z","repository":{"id":45334379,"uuid":"316241641","full_name":"YoungHaKim7/Cpp_Training","owner":"YoungHaKim7","description":"C++ Training \u0026 My Youtube Channel - GlobalYoung https://www.youtube.com/@GlobalYoung7","archived":false,"fork":false,"pushed_at":"2023-11-06T13:07:41.000Z","size":1318,"stargazers_count":0,"open_issues_count":13,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T09:57:00.796Z","etag":null,"topics":["cpp","cpp11","cpp14","cpp17","cpp20"],"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/YoungHaKim7.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":"2020-11-26T13:37:32.000Z","updated_at":"2023-05-01T02:16:56.000Z","dependencies_parsed_at":"2023-11-06T07:22:32.313Z","dependency_job_id":"29151af6-77b8-4012-bde4-a3c21e52c2d1","html_url":"https://github.com/YoungHaKim7/Cpp_Training","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/YoungHaKim7/Cpp_Training","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YoungHaKim7%2FCpp_Training","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YoungHaKim7%2FCpp_Training/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YoungHaKim7%2FCpp_Training/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YoungHaKim7%2FCpp_Training/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YoungHaKim7","download_url":"https://codeload.github.com/YoungHaKim7/Cpp_Training/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YoungHaKim7%2FCpp_Training/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259519264,"owners_count":22870329,"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":["cpp","cpp11","cpp14","cpp17","cpp20"],"created_at":"2024-11-16T05:13:20.900Z","updated_at":"2025-10-11T12:21:00.421Z","avatar_url":"https://github.com/YoungHaKim7.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim tab setting\r\n\r\n```\r\nset tabstop=2\r\nset shiftwidth=2\r\n```\r\n\r\n\u003chr\u003e\r\n\r\n# 내가 정리하는 github\r\n\r\n- https://github.com/YoungHaKim7/cpp_training2024\r\n- https://github.com/YoungHaKim7/cpp23_project\r\n\r\n# Generators, Coroutines and Other Brain Unrolling Sweetness - Adi Shavit - CppCon 2019\r\n\r\nhttps://youtu.be/qYHDERleSL8?si=iyod9wk7aMVcnk0r\r\n\r\n# coroutines(c++)\r\n\r\nhttps://gcc.gnu.org/wiki/cxx-coroutines\r\n\r\n\u003chr\u003e\r\n\r\n# C++ Design Patterns: From C++03 to C++17 - Fedor Pikus - CppCon 2019\r\n\r\nhttps://youtu.be/MdtYi0vvct0\r\n\r\n# Reflect *this!: Design and Implementation of a Mixin Library with Static Reflection - Andy Soffer\r\n\r\nhttps://youtu.be/kFChd-RrSP8\r\n\r\n\u003chr\u003e\r\n\r\n# 구글 differential-privacy\r\n\r\n- Google's differential privacy libraries.\r\n\r\n  - https://github.com/google/differential-privacy\r\n\r\n\r\n# Microsoft C++, C, and Assembler documentation\r\n\r\n- Learn how to use C++, C, and assembly language to develop applications, services, and tools for your platforms and devices.\r\n\r\nhttps://learn.microsoft.com/en-us/cpp/?view=msvc-170\r\n\r\n# Useful resources | cppreference\r\n\r\nhttps://en.cppreference.com/w/cpp/links\r\n\r\n# C++ 98/11/14 manual pages for Linux/MacOS \r\n\r\nhttps://github.com/aitjcize/cppman\r\n\r\n# Cpp : Bjarne Stroustrup\r\n\r\n  - C++ Core Guidelines - edt.: Bjarne Stroustrup, Herb Sutter\r\n\r\n    - https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md\r\n    \r\n  - Joint Strike Fighter, C++ Coding Standards - Bjarne Stroustrup (PDF)\r\n  \r\n    - https://www.stroustrup.com/JSF-AV-rules.pdf\r\n\r\n# Learning C++ eBook - Compiled from StackOverflow Documentation (PDF)\r\n\r\nhttps://riptutorial.com/Download/cplusplus.pdf\r\n\r\n# C++.com\r\n\r\nhttps://cplusplus.com/doc/tutorial/\r\n\r\n\u003cbr\u003e\r\n\r\n\u003chr\u003e\r\n\r\n# Compilers\r\n\r\nUse every available and reasonable set of warning options. Some warning options only work with optimizations enabled, or work better the higher the chosen level of optimization is, for example \r\n```-Wnull-dereference```\r\n with GCC.\r\n\r\nYou should use as many compilers as you can for your platform(s). Each compiler implements the standard slightly differently and supporting multiple will help ensure the most portable, most reliable code.\r\n\r\n# GCC / Clang\r\n```-Wall -Wextra -Wshadow -Wnon-virtual-dtor -pedantic``` \r\n- use these and consider the following (see descriptions below)\r\n\r\n## see descriptions below\r\n\r\n- ```-pedantic``` - Warn on language extensions\r\n\r\n- ```-Wall -Wextra``` reasonable and standard\r\n\r\n- ```-Wshadow``` warn the user if a variable declaration shadows one from a parent context\r\n\r\n- ```-Wnon-virtual-dtor``` warn the user if a class with virtual functions has a non-virtual destructor. This helps catch hard to track down memory errors\r\n\r\n- ```-Wold-style-cast``` warn for c-style casts\r\n\r\n- ```-Wcast-align``` warn for potential performance problem casts\r\n-Wunused warn on anything being unused\r\n\r\n- ```-Woverloaded-virtual``` warn if you overload (not override) a virtual function\r\n\r\n- ```-Wpedantic``` (all versions of GCC, Clang \u003e= 3.2) warn if non-standard C++ is used\r\n\r\n- ```-Wconversion``` warn on type conversions that may lose data\r\n\r\n- ```-Wsign-conversion``` (Clang all versions, GCC \u003e= 4.3) warn on sign conversions\r\n\r\n- ```-Wmisleading-indentation``` (only in GCC \u003e= 6.0) warn if indentation implies blocks where blocks do not exist\r\n\r\n- ```-Wduplicated-cond``` (only in GCC \u003e= 6.0) warn if if / else chain has duplicated conditions\r\n\r\n- ```-Wduplicated-branches``` (only in GCC \u003e= 7.0) warn if if / else branches have duplicated code\r\n\r\n- ```-Wlogical-op``` (only in GCC) warn about logical operations being used where bitwise were probably wanted\r\n\r\n- ```-Wnull-dereference``` (only in GCC \u003e= 6.0) warn if a null dereference is detected\r\n\r\n- ```-Wuseless-cast``` (only in GCC \u003e= 4.8) warn if you perform a cast to the same type\r\n\r\n- ```-Wdouble-promotion``` (GCC \u003e= 4.6, Clang \u003e= 3.8) warn if float is implicitly promoted to double\r\n\r\n- ```-Wformat=2``` warn on security issues around functions that format output (i.e., printf)\r\n\r\n- ```-Wlifetime``` (only special branch of Clang currently) shows object lifetime issues\r\n\r\n- ```-Wimplicit-fallthrough``` Warns when case statements fall-through. (Included with -Wextra in GCC, not in clang)\r\n\r\nConsider using ```-Weverything``` and disabling the few warnings you need to on Clang\r\n\r\n- ```-Weffc++``` warning mode can be too noisy, but if it works for your project, use it also.\r\n\r\n\r\nhttps://github.com/cpp-best-practices/cppbestpractices/blob/master/02-Use_the_Tools_Available.md\r\n\r\n\u003chr\u003e\r\n\r\n\u003cbr\u003e\r\n\r\n# C++ Concurrency vs Parallelism ~~~~~~~~~~\r\n\r\n- CppCon 2017: Fedor Pikus “C++ atomics, from basic to advanced. What do they really do?”\r\n  - https://youtu.be/ZQFzMfHIxng\r\n\r\n# C++ Tutorial ~~~~~~~~~~~~~~~~~~~~~~~\r\n\r\n- C++ From Scratch | CoffeeBeforeArch\r\n  - https://youtube.com/playlist?list=PLxNPSjHT5qvvIGGhRnFOGA4CbX1oTrt6z\r\n\r\n# 국내 C++ 무료 강좌 (모두의 C++) \r\n\r\nhttps://modoocode.com/135\r\n\r\n# 구글의 C++ 가이드 라인\r\n\r\nhttps://google.github.io/styleguide/cppguide.html\r\n\r\n# MicroSoft 설명서\r\n\r\n- https://learn.microsoft.com/en-us/training/\r\n\r\nhttps://learn.microsoft.com/ko-kr/cpp/cpp/welcome-back-to-cpp-modern-cpp?view=msvc-170\r\n\r\n- English Ver.\r\n\r\n  - https://learn.microsoft.com/en-us/cpp/cpp/welcome-back-to-cpp-modern-cpp?view=msvc-170\r\n\r\n# Cpp_Training\r\n\r\nTraining\r\n\r\n  - C++ Programming Course - Beginner to Advanced | freeCodeCamp.org\r\n  \r\n    - https://youtu.be/8jLOx1hD3_o\r\n\r\n## Source\r\n\r\n[Best Hindi Videos For Learning Programming : CodeWithHarry](https://www.youtube.com/watch?v=j8nAHeVKL08\u0026list=PLu0W_9lII9agpFUAlPFe_VNSlXW5uE0YL)\r\n\r\n\u003chr\u003e\r\n\r\n## C++20 Source\r\n\r\n[C++ Programming Course - Beginner to Advanced](https://www.youtube.com/watch?v=8jLOx1hD3_o)\r\n\r\n\u003chr\u003e\r\n\r\n\u003cbr\u003e\r\n\r\n# c20 compile\r\n\r\n- build.sh\r\n\r\n```\r\n#!/bin/bash\r\n\r\ng++ -std=c++2a main.pp\r\n```\r\n\r\n\u003cbr\u003e\r\n\r\n- 권한 올려주기macOS 기준\r\n\r\n```\r\nchmod +x build.sh\r\n```\r\n\r\n- how to use c++20 / g++ -std=c++11 -o test test.cpp (build.sh❤️파일 만드는법)\r\n\r\n  - https://economiceco.tistory.com/12470\r\n\r\n```\r\ng++ -std=c++20\r\n\r\n\r\n\r\n// C++20 기능은 GCC 8부터 사용할 수 있습니다.\r\n\r\n// C++20 지원을 활성화하려면 명령줄 매개변수를 추가하세요.\r\n\r\n-std=c++20\r\n\r\n// G++ 9 이상 사용\r\n\r\n-std=c++2a\r\n\r\n// 또는 C++20 기능 외에 GNU 확장을 활성화하려면 다음을 추가하십시오.\r\n\r\n-std=gnu++20\r\n\r\n \r\n```\r\n\r\n# cpp 17 compile \u0026 debug\r\n\r\n```\r\n$ g++ -Wall -Wextra -std=c++17 main.cpp -o main\r\n\r\n$ clang++ -Wall -Wextra -std=c++17 main.cpp -o main\r\n\r\n```\r\n\r\nbuild.sh\r\n\r\n```\r\n#!/bin/bash\r\n\r\nclang++ -Wall -Wextra -std=c++17 main.cpp -o main\r\n```\r\n\r\n- 28분 29초 Back to Basics: Debugging in C++ - Mike Shah - CppCon 2022\r\n\r\nhttps://youtu.be/YzIBwqWC6EM\r\n\r\n출처: https://economiceco.tistory.com/15424 [경제PLUS:티스토리]\r\n\r\n\u003cbr\u003e\r\n\r\n# c++ algorithm study\r\n\r\nhttps://github.com/jungeu1509/Algorithm_study\r\n\r\n\r\n# Awesome modern c++\r\n\r\nhttps://github.com/rigtorp/awesome-modern-cpp\r\n\r\n# C++20\r\n\r\nhttps://itnext.io/c-20-coroutines-complete-guide-7c3fc08db89d?gi=b495cc70f832\r\n\r\nhttps://github.com/HappyCerberus/article-cpp20-coroutines\r\n\r\n\r\n# C++❤ A modern formatting library\r\n\r\nhttps://github.com/fmtlib/fmt\r\n\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyounghakim7%2Fcpp_training","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyounghakim7%2Fcpp_training","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyounghakim7%2Fcpp_training/lists"}