This course introduces learners to the fundamental concepts and syntax of C++ programming. Learners will understand basic C++ structure, data types, operators, control flow, and the compilation process. Through hands-on coding exercises, they will develop the essential skills needed to write simple but effective C++ programs and build a foundation for more advanced C++ concepts.

12 条评论
推荐体验
推荐体验
初级
Comfort with using a computer (installing software, navigating files and folders, using basic productivity tools) is helpful.
12 条评论
推荐体验
推荐体验
初级
Comfort with using a computer (installing software, navigating files and folders, using basic productivity tools) is helpful.
您将学到什么
1. Write, debug, and compile C++ programs that solve real problems.
2. Apply modular and object-oriented programming principles.
您将获得的技能
要了解的详细信息
了解顶级公司的员工如何掌握热门技能

积累 Software Development 领域的专业知识
- 向行业专家学习新概念
- 获得对主题或工具的基础理解
- 通过实践项目培养工作相关技能
- 通过 Microsoft 获得可共享的职业证书

该课程共有5个模块
Introduction to C++ Syntax and Structure establishes your foundation in C++ programming by guiding you through essential concepts from writing your first program to implementing professional coding standards. You'll learn to set up a development environment, understand program components including preprocessor directives and namespaces, and write well-structured code using industry-standard style conventions and documentation practices. Through hands-on activities that progress from basic "Hello, World!" programs to multi-component applications, you'll develop skills in reading compiler error messages, debugging structural issues, and refactoring code for improved maintainability. These foundational skills prepare you for real-world development scenarios across diverse fields, including systems programming, game development, and high-performance applications, where clean, properly structured code is essential for team collaboration, debugging efficiency, and long-term project success.
涵盖的内容
6个视频6篇阅读材料4个作业6个非评分实验室
6个视频• 总计26分钟
- Welcome to C++ Programming Fundamentals• 3分钟
- Navigating Your C++ Development Environment with VS Code• 5分钟
- Why C++ Program Structure Matters for Professional Development• 3分钟
- The Impact of Program Structure on Code Quality• 7分钟
- Why Code Style Makes or Breaks Your C++ Career• 2分钟
- The Cost of Poor Code Style in Professional Development• 6分钟
6篇阅读材料• 总计60分钟
- Course Syllabus• 10分钟
- Integrated Development Environment Setup Guide• 10分钟
- "Hello World!" Program Structure and Components• 10分钟
- Program Components, Headers, and Namespaces• 10分钟
- C++ Style Conventions and Documentation Standards• 10分钟
- Module 1: Reference Guide• 10分钟
4个作业• 总计75分钟
- Basic C++ Program Structure Assessment• 15分钟
- Program Structure and Preprocessor Assessment• 15分钟
- Code Style and Documentation Assessment• 15分钟
- Module 1: Comprehensive Evaluation• 30分钟
6个非评分实验室• 总计360分钟
- First Hello World Program• 60分钟
- Personal Introduction Program• 60分钟
- Exploring Program Structure Through Modification• 60分钟
- Multi-Component Program Creation• 60分钟
- Style Identification and Correction Practice• 60分钟
- Code Refactoring for Professional Standards• 60分钟
Data Types and Variables in C++ builds your understanding of how to store, manage, and manipulate data effectively through exploring fundamental data types, variable declaration techniques, and type safety principles. You'll learn to select appropriate data types for different scenarios by understanding memory allocation, value ranges, and the consequences of poor type choices, such as overflow errors in financial calculations or memory inefficiency in gaming applications. Through hands-on activities that range from data type exploration to building interactive programs, such as temperature converters, you'll practice declaring and initializing variables, implementing constants to prevent accidental modifications, accepting user input, and performing safe type conversions while avoiding data loss. These skills are essential for real-world software development, where proper data type selection and variable management directly impact program reliability, memory efficiency, and debugging effectiveness. This is particularly true for applications that demand precision, such as financial systems, games requiring performance optimization, or any application where type-related bugs can compromise functionality and user experience.
涵盖的内容
6个视频5篇阅读材料4个作业6个非评分实验室
6个视频• 总计29分钟
- Why Data Type Decisions Can Make or Break Your C++ Program• 3分钟
- Data Type Decisions in Real-World Applications• 7分钟
- Why Variable Management Separates Amateur from Professional C++ Code• 2分钟
- Variable Management and Program Reliability• 7分钟
- Why Type Conversion Mistakes Cost Companies Millions• 3分钟
- The Consequences of Unsafe Type Conversion• 7分钟
5篇阅读材料• 总计50分钟
- Primitive Data Types, Memory, and Value Ranges• 10分钟
- Variable Declaration, Constants, and Scope Principles• 10分钟
- Introduction to Functions and Basic Input Validation• 10分钟
- Type Conversion Mechanisms and Safety Strategies• 10分钟
- Module 2: Reference Guide• 10分钟
4个作业• 总计95分钟
- Data Type Knowledge and Application Assessment• 15分钟
- Variable Declaration and Behavior Assessment• 15分钟
- Type Conversion Safety and Best Practices Assessment• 15分钟
- Module 2: Comprehensive Evaluation• 50分钟
6个非评分实验室• 总计360分钟
- Data Type Exploration and Testing• 60分钟
- Practical Data Type Application Program• 60分钟
- Variable Declaration and Keyword Practice• 60分钟
- Interactive Temperature Converter• 60分钟
- Type Conversion Investigation and Analysis• 60分钟
- Type Safety Debugging Challenge• 60分钟
Operators and Control Flow equips you with essential programming logic tools by teaching you how to perform calculations, make decisions, and automate repetitive tasks through operators, conditional statements, and loop structures. You'll learn to build complex expressions using arithmetic, relational, logical, and bitwise operators while understanding precedence rules, implement decision-making logic with if-else and switch statements for handling multiple conditions, and create efficient iterations using for, while, and do-while loops with appropriate control mechanisms. Through hands-on activities that progress from basic operator practice to building functional applications, such as interactive calculators and pattern generators, you'll develop skills in expression evaluation, input validation, nested control structures, and algorithm design. These control flow fundamentals are critical for real-world software development across all domains—from creating menu-driven interfaces and ATM systems that respond dynamically to user choices, to processing large datasets efficiently, to developing games with complex interactive logic—where your ability to automate tasks, handle edge cases, and organize conditional logic directly determines program functionality, user experience quality, and code maintainability.
涵盖的内容
6个视频4篇阅读材料4个作业6个非评分实验室
6个视频• 总计27分钟
- Why Mastering Operators Is the Key to Powerful C++ Programming• 3分钟
- Operators as Programming Building Blocks• 6分钟
- Why Conditional Logic Transforms Static Code into Intelligent Applications• 3分钟
- Conditional Logic in Interactive Applications• 7分钟
- Why Loops Are the Secret to Scalable and Efficient Programming• 3分钟
- Loops as Automation and Efficiency Tools• 5分钟
4篇阅读材料• 总计40分钟
- Comprehensive Operator Types and Precedence Rules• 10分钟
- Conditional Statement Syntax and Implementation Patterns• 10分钟
- Loop Types, Control Statements, and Implementation Patterns• 10分钟
- Module 3: Reference Guide• 10分钟
4个作业• 总计95分钟
- Operator Precedence and Expression Assessment• 15分钟
- Conditional Statement Implementation and Behavior Assessment• 15分钟
- Loop Implementation and Behavior Analysis Assessment• 15分钟
- Module 3: Comprehensive Evaluation• 50分钟
6个非评分实验室• 总计360分钟
- Progressive Operator Practice and Expression Building• 60分钟
- Mathematical Expression Evaluator• 60分钟
- Conditional Logic Practice and Menu Implementation• 60分钟
- Interactive Calculator with Conditional Logic• 60分钟
- Loop Type Selection and Control Practice• 60分钟
- Pattern Generation with Nested Loops• 60分钟
Code Creation and Compilation develops your professional development workflow by teaching you systematic problem-solving techniques, compilation mechanics, and effective debugging strategies that transform you from writing individual programs to managing complete software projects. You'll learn to break down complex problems into manageable components using pseudocode and flowcharts, understand the compilation process from preprocessing through linking with multi-file project organization, and apply systematic debugging approaches to efficiently identify and resolve syntax, logical, and runtime errors. Through hands-on activities ranging from algorithm design and translation to exploring compiler flags and tackling comprehensive debugging challenges, you'll develop skills in requirement analysis, defensive programming, project structure organization, and professional debugging workflows using modern tools. These capabilities are essential for real-world software development, where understanding compilation stages improves debugging efficiency, systematic problem-solving reduces development time and errors, proper project organization enables team collaboration on large codebases, and effective debugging skills—the detective work of programming—directly impact your productivity and value as a developer across any industry or application domain.
涵盖的内容
6个视频4篇阅读材料4个作业6个非评分实验室
6个视频• 总计28分钟
- Why Problem-Solving Skills Matter More Than Programming Syntax• 3分钟
- Systematic Problem-Solving in Software Development• 7分钟
- Why Understanding Compilation Transforms You from Code Writer to Software Engineer• 3分钟
- Understanding Compilation for Better Development• 5分钟
- Why Debugging Skills Determine Your Success as a Professional Developer• 3分钟
- Professional Debugging as Detective Work• 6分钟
4篇阅读材料• 总计40分钟
- Algorithm Design and Problem-Solving Frameworks• 10分钟
- Compilation Stages and Multi-File Project Organization• 10分钟
- Error Types, Debugging Strategies, and Prevention Techniques• 10分钟
- Module 4: Reference Guide• 10分钟
4个作业• 总计95分钟
- Algorithm Design and Problem-Solving Assessment• 15分钟
- Compilation Process and Tools Assessment• 15分钟
- Error Analysis and Debugging Methodology Assessment• 15分钟
- Module 4: Comprehensive Evaluation• 50分钟
6个非评分实验室• 总计360分钟
- Problem-Solving with Pseudocode• 60分钟
- Complete Problem-Solving Workflow• 60分钟
- Compilation Process and Compiler Flags• 60分钟
- Multi-File Project Creation and Management• 60分钟
- Error Classification and Debugging Practice• 60分钟
- Comprehensive Debugging Challenge• 60分钟
The Hands-on Course Project brings together everything you've learned through a comprehensive capstone experience where you design and build a complete command-line utility with multiple integrated features that demonstrate mastery of C++ fundamentals. You'll progress through professional development phases—planning and design with pseudocode and flowcharts, implementation with menu-driven navigation and robust error handling, and testing and refinement using systematic debugging techniques—while creating professional documentation and maintaining code quality throughout. This project simulates real-world development workflows, where you must balance feature complexity with code maintainability, design user-friendly interfaces, validate inputs comprehensively, and thoroughly test edge cases to create reliable, professional-grade applications. These integrated skills prepare you for advanced C++ concepts and professional development environments where employers value your ability to independently design, implement, test, and document complete solutions that solve real problems, while also providing you with a portfolio-worthy application that showcases your fundamental C++ competencies and systematic development practices to potential employers or collaborators.
涵盖的内容
1个视频3篇阅读材料1个作业1个非评分实验室
1个视频• 总计3分钟
- Capstone Projects and Professional Development• 3分钟
3篇阅读材料• 总计30分钟
- Command Line Utility Tool Project Overview• 10分钟
- Solution File• 10分钟
- Course Completion and Next Steps• 10分钟
1个作业• 总计30分钟
- Command Line Utility Tool: Capstone Project Assessment• 30分钟
1个非评分实验室• 总计60分钟
- Command Line Utility Tool: Capstone Project• 60分钟
获得职业证书
将此证书添加到您的 LinkedIn 个人资料、简历或履历中。在社交媒体和绩效考核中分享。
位教师
授课教师评分
我们要求所有学生根据授课教师的教学风格和质量提供对授课教师的反馈。

提供方

提供方

Our goal at Microsoft is to empower every individual and organization on the planet to achieve more. In this next revolution of digital transformation, growth is being driven by technology. Our integrated cloud approach creates an unmatched platform for digital transformation. We address the real-world needs of customers by seamlessly integrating Microsoft 365, Dynamics 365, LinkedIn, GitHub, Microsoft Power Platform, and Azure to unlock business value for every organization—from large enterprises to family-run businesses. The backbone and foundation of this is Azure.
人们为什么选择 Coursera 来帮助自己实现职业发展

Felipe M.

Jennifer J.

Larry W.

Chaitanya A.
学生评论
12 条评论
- 5 stars
66.66%
- 4 stars
25%
- 3 stars
0%
- 2 stars
0%
- 1 star
8.33%
显示 3/12 个
已于 Jan 25, 2026审阅
Very informative and hands-on and AI-dialogues are very useful in refreshing learned concepts
从 Computer Science 浏览更多内容

课程
SSimplilearn
课程

课程
¹ 本课程的部分作业采用 AI 评分。对于这些作业,将根据 Coursera 隐私声明使用您的数据。


