C++ Programming Essentials For Beginners | Udemy
Có thể bạn quan tâm
C++ Programming for BeginnersRating: 4.7 out of 5(1,114 ratings)8,176 studentsDevelopmentProgramming LanguagesC++ (programming language)
Preview this courseC++ Programming for BeginnersEnter the world of computer science, learn to code and solve problems using C++Created byPrateek Narang Sr. Software Engineer Google, Coding MinutesLast updated 9/2024EnglishEnglish [Auto],Japanese [Auto],
Preview this courseWhat you'll learn
- Programming Fundamentals & Concepts
- Converting Logic into C++ Code
- Complete Modern C++ Syntax
- Object Oriented Programming
- C++ Standard Template Library
- Problem Solving
Explore related topics
Coding Exercises
This course includes our updated coding exercises so you can practice your skills as you learn.
See a demo
Course content
24 sections • 205 lectures • 19h 48m total lengthExpand all sectionsCourse Introduction3 lectures • 9min
- Introduction to CoursePreview5:38
- Course Logistics2:50
- Code Repository0:03
Logical Thinking-I Flowcharts10 lectures • 54min
- Building Blocks of FlowchartPreview5:58
- Flowchart - Simple InterestPreview2:45
- Flowchart - Largest NumberPreview4:16
- Flowchart - Sum of First N Numbers6:20
- Flowchart - Sum of Multiple Inputs8:03
- Flowchart - Prime Number9:38
- Flowchart - GCD9:10
- Flowchart - Bank Employee5:21
- Flowchart - Bank Guard1:59
- Assignment - Flowcharts0:39
Logical Thinking-II Pseudocode9 lectures • 35min
- Pseudocode - Notation7:57
- Pseudocode - SImple Interest0:54
- Pseudocode - Sum 1 to N2:42
- Pseudocode - Sum of N Numbers3:47
- Pseudocode - Prime or Not5:08
- Pseudocode - GCD3:27
- Pseudocode - Star Pattern4:02
- Pseudocode - Star Pyramid6:43
- Pseducode Assignment0:41
C++ Getting started6 lectures • 29min
- C++ BoilerplatePreview5:26
- Sublime Text + Compiler Setup0:09
- Building & Running Code9:45
- Hello, World!
- Solution : Hello, World!2:16
- Input & Output10:55
- Square of Number
- Solution : Square of Number0:39
C++ Diving Deeper8 lectures • 39min
- Preprocessor Directive5:38
- Identifiers5:40
- Keywords3:37
- Main7:54
- Namespaces9:58
- Comments1:42
- Summary2:19
- Hello You!
- Solution - Hello You!1:43
Variables, Datatypes & Storage19 lectures • 1hr 46min
- Variables4:59
- Datatypes11:29
- Using sizeOf Operator2:59
- Binary Number System5:33
- Storage of Integers9:51
- Data type Modifiers8:24
- Storage of Negatives Numbers11:51
- Range of Signed vs Unsigned Integers8:28
- Storage of Floats & Doubles5:13
- Storage of Characters5:15
- Storage of Booleans2:43
- Constants5:29
- Typecasting8:10
- Explicit Typecasting4:23
- Typecasting Challenge3:11
- Find the sum
- Solution - Find the sum0:38
- Find the Average Marks
- Solution - Find the Average Marks2:02
- Find the Ceil
- Ceil, Floor & Round Functions3:29
- Find the Floor
- Simple Interest Calculator
- Solution - Simple Interest Calculator2:02
Operators & Expressions7 lectures • 36min
- Arithmetic Operators1:53
- Assignment Operators2:29
- Increment Decrement Operators5:21
- Relational Operators3:07
- Logical Operators9:11
- Bitwise Operators - I9:54
- Bitwise Operators - II4:21
Flow Control - Conditional Statements12 lectures • 52min
- If Statement3:53
- If-Else2:55
- If Else-if Else5:23
- Multiple If Blocks5:19
- Problem - Electricity Bill Calculator10:17
- Ternary Operator5:31
- Switch Case4:37
- Problem - Calculator3:15
- Odd or Even Number
- Solution - Odd Even2:06
- Cash Withdrawal
- Solution - Cash Withdrawal2:08
- Predict the Grade
- Solution - Predict the Grade1:35
- Electricity Bill Calculator
- Solution - Electricity Bill Calculator4:42
- Fixed Deposit Interest
- Simple Calculator
Flow Control - Loops16 lectures • 1hr 16min
- While Loop5:12
- While Example - Sum of N Inputs4:40
- For Loop4:04
- For - While Equivalence2:29
- Problem - Sum of Digits of a Number5:24
- Problem - Star Pattern3:26
- Problem - For ABCD Pattern8:23
- Problem - Print Reverse of a Number3:09
- Problem - Reverse the Actual Number5:34
- Break3:58
- Continue5:27
- Problem - Prime Number Check5:28
- How to Submit Codes?0:25
- Find Largest
- Do While4:51
- Nested Loops4:50
- Problem - Number Pyramid8:46
- Loops
- Sum of digits
- Sum of odd digits
- Sum of digits at odd position
- Fizz Buzz Problem
- Check Prime Number
- Armstrong Number
- Factorial of a Number
- Fibonacci Series
- Prime Numbers Till N
Pattern Problems0
- Pattern 1
- Pattern 2
- Pattern 3
- Pattern 4
- Pattern 5
- Pattern 6
- Pattern 7
- Pattern 8
Requirements
- No Pre-requisites
- Passion to learn coding
Description
Are you an absolute beginner looking forward to kickstart your journey in the programming domain. Coding can be hard skill learn to learn for many but no more. Welcome to C++ Programming Essentials, the most fundamental course that every aspiring programmer should take to kickstart their journey in the world of programming. The course teaches you the fundamental building blocks of programming and builds a logical thinking mindset using C++ as our programming language. Many concepts taught in the course are also relevant to other languages like Java, Python, JavaScript etc with few changes in the coding syntax You will understand the basic concepts and techniques to break down a given problem into smaller parts by drawing flowcharts, write pseudocode, and then diving deep into C++ topics like - variables, datatypes, flow control using branching & loops, functions, arrays, character arrays & strings, recursion, bitmasking & OOPs concepts.Course FeaturesHD Videos Intuitive ExplanationsBeginner Friendly TeachingTested Industry vetted curriculumAssignments & Q-A SupportCertificate of CompletionThe course is your first step towards problem solving, and will help you to get your basics right. After this course, you can easily pursue a course on learning a programming language of your choice, followed by Data Structures, Algorithms & Competitive Programming. Many top companies like Google, Facebook, Amazon, Directi, CodeNation, Goldman Sachs etc encourage algorithmic programming and conduct coding competitions to hire smart people who can solve problems.This course is taught by Prateek Narang, who is not just a software engineer but a teacher by heart and many bestseller courses on Udemy in Algorithms category! He has worked with companies like Google, and has co-founded two startups including Coding Minutes, which is now a part of Scaler Academy.
Who this course is for:
- Beginners looking forward to start learning programming
- Developers who want to learn C++ Syntax
- Students who want to learn data structures & algorithms in C++ later
Từ khóa » Hd 5/15 C+
-
Object-oriented Programming (OOP) In C++
-
Object-oriented Programming (OOP) In C++
-
C++ Char Data Type With Examples - Guru99
-
How To Print Colored Text In C++ - GeeksforGeeks
-
C++ Keywords
-
A Short Introduction To Computer Programming, Using C++
-
CUDA C++ Programming Guide - NVIDIA Documentation
-
[PDF] Practical C++ Programming - MIMUW
-
C++ Tutorial For Beginners - Full Course - YouTube