--- id: cpp-intro title: "C++ Introduction" category: "Programming_Language" status: "draft" verification_status: "conceptual" canonical_id: "" aliases: ["what is cpp", "C vs C++", "C++ μ†Œκ°œ"] duplicate_of: "" source_trust_level: "B" confidence_score: 0.86 created_at: 2026-07-04 updated_at: 2026-07-04 review_reason: "" merge_history: [] tags: ["cpp", "programming-language", "w3schools", "intro"] raw_sources: ["https://www.w3schools.com/cpp/cpp_intro.asp"] applied_in: [] github_commit: "" --- # [[CPP Intro]] ## 🎯 ν•œ 쀄 톡찰 (One-line insight) The source reduces the entire C vs C++ distinction to ONE sentence β€” "C++ supports classes and objects, while C does not" β€” meaning everything else commonly associated with C++ (templates, STL, inheritance, polymorphism) is really downstream consequence of that single foundational addition, not a separate list of unrelated features layered onto C. [S1] ## 🧠 핡심 κ°œλ… (Core concepts) - **Origin** β€” created by Bjarne Stroustrup as an extension of C. [S1] - **Major version history** β€” updated 5 times: C++11, C++14, C++17, C++20, C++23 (2011/2014/2017/2020/2023). [S1] - **Cross-platform, high-performance** β€” used in operating systems, GUIs, and embedded systems. [S1] - **Object-oriented** β€” gives clear program structure and enables code reuse, lowering development cost. [S1] - **The single core C vs C++ difference** β€” C++ supports classes and objects; C does not. Nearly identical syntax otherwise. [S1] - **Proximity to C/C#/Java** β€” makes switching between these languages and C++ relatively easy. [S1] ## πŸ“– μ„ΈλΆ€ λ‚΄μš© (Details) - C++'s five major standard revisions listed explicitly: C++11 (2011), C++14 (2014), C++17 (2017), C++20 (2020), C++23 (2023). [S1] ## βš–οΈ λͺ¨μˆœ 및 μ—…λ°μ΄νŠΈ (Contradictions & updates) - ν˜„μž¬κΉŒμ§€ 발견된 λͺ¨μˆœ 사항 μ—†μŒ (No contradictions found in available sources). ## πŸ› οΈ 적용 사둀 (Applied in summary) ν˜„μž¬ 발견된 μ‹€μ œ 적용 사둀가 μ—†μŠ΅λ‹ˆλ‹€ β€” 운영체제, GUI, μž„λ² λ””λ“œ μ‹œμŠ€ν…œμ΄ μ›λ¬Έμ—μ„œ μ–ΈκΈ‰λœ C++의 λŒ€ν‘œμ  μ‹€μ „ ν™œμš© λΆ„μ•Όλ‹€. [S1] ## πŸ’» μ½”λ“œ νŒ¨ν„΄ (Code patterns) None β€” this is a conceptual overview page with no standalone code example. ## βœ… 검증 μƒνƒœ 및 신뒰도 - **μƒνƒœ:** draft - **검증 단계:** conceptual - **좜처 신뒰도:** B (W3Schools β€” widely used educational reference, not a primary standards body) - **μ‹ λ’° 점수:** 0.86 - **쀑볡 검사 κ²°κ³Ό:** μ‹ κ·œ 생성 (New discovery) ## πŸ”— 지식 κ·Έλž˜ν”„ (Knowledge Graph) - **μƒμœ„/루트:** [[C++ Tutorial]] - **κ΄€λ ¨ κ°œλ…:** [[C Intro]], [[CPP Get Started]] - **μ°Έμ‘° λ§₯락:** C++ νŠœν† λ¦¬μ–Ό 첫 챕터 β€” 개발 ν™˜κ²½ μ„€μ •(Get Started) μ±•ν„°λ‘œ 이어짐. ## πŸ“š 좜처 (Sources) - [S1] W3Schools β€” C++ Introduction β€” https://www.w3schools.com/cpp/cpp_intro.asp ## πŸ“ λ³€κ²½ 이λ ₯ (Change history) - 2026-07-04: Initial draft synthesized from the W3Schools "C++ Introduction" page (Astra wiki-curation, P-Reinforce v3.1 format).