初学者的 C++ 编程要点
上次更新时间:2024-11-15
课程售价: 2.9 元
联系右侧微信客服充值或购买课程
课程内容
1. Course Introduction
2. Logical Thinking-I Flowcharts
3. Logical Thinking-II Pseudocode
4. C++ Getting started
5. C++ Diving Deeper
6. Variables, Datatypes & Storage
7. Operators & Expressions
8. Flow Control - Branching
9. Flow Control - Loops
- 1. While Loop
- 2. While Example - Sum of N Inputs
- 3. For Loop
- 4. For - While Equivalence
- 5. Problem - Sum of Digits of a Number
- 6. Problem - Star Pattern
- 7. Problem - For ABCD Pattern
- 8. Problem - Print Reverse of a Number
- 9. Problem - Reverse the Actual Number
- 10. Break
- 11. Continue
- 12. Problem - Prime Number Check
- 14. Do While
- 15. Nested Loops
- 16. Problem - Number Pyramid
10. Functions
- 1. Introduction to Functions
- 2. Functions Code Demo
- 3. Default Parameters
- 4. Forward Declaration
- 5. Problem - Find Factorial
- 6. Problem - Find Binomial Coefficient
- 7. Call Stack
- 8. Call Stack Example
- 9. Problem - Check Prime (Root N Optimisation)
- 10. Problem - Binary to Decimal
- 11. Problem - Decimal to Binary
11. Pointers
12. Arrays
13. Sorting & Searching Basics
14. 2D Arrays
15. Character Data Type
16. Character Arrays C-Style Strings
17. C++ Strings
18. Dynamic Memory Allocation
19. Bitmasking Techniques
20. Recursion Introduction
21. Introduction to Object Oriented Programming
课程内容
21个章节 , 155个讲座
1. Course Introduction
2. Logical Thinking-I Flowcharts
3. Logical Thinking-II Pseudocode
4. C++ Getting started
5. C++ Diving Deeper
6. Variables, Datatypes & Storage
7. Operators & Expressions
8. Flow Control - Branching
9. Flow Control - Loops
- 1. While Loop
- 2. While Example - Sum of N Inputs
- 3. For Loop
- 4. For - While Equivalence
- 5. Problem - Sum of Digits of a Number
- 6. Problem - Star Pattern
- 7. Problem - For ABCD Pattern
- 8. Problem - Print Reverse of a Number
- 9. Problem - Reverse the Actual Number
- 10. Break
- 11. Continue
- 12. Problem - Prime Number Check
- 14. Do While
- 15. Nested Loops
- 16. Problem - Number Pyramid
10. Functions
- 1. Introduction to Functions
- 2. Functions Code Demo
- 3. Default Parameters
- 4. Forward Declaration
- 5. Problem - Find Factorial
- 6. Problem - Find Binomial Coefficient
- 7. Call Stack
- 8. Call Stack Example
- 9. Problem - Check Prime (Root N Optimisation)
- 10. Problem - Binary to Decimal
- 11. Problem - Decimal to Binary