Companies Home Search Profile

C++ Programming for Beginners (2023)

Focused View

Prateek Narang,Coding Minutes

19:36:05

11 View
  • 001 Introduction to Course.mp4
    05:38
  • 002 Course Logistics.mp4
    02:50
  • 001 Building Blocks of Flowchart.mp4
    05:58
  • 002 Flowchart - Simple Interest.mp4
    02:45
  • 003 Flowchart - Largest Number.mp4
    04:16
  • 004 Flowchart - Sum of First N Numbers.mp4
    06:20
  • 005 Flowchart - Sum of Multiple Inputs.mp4
    08:03
  • 006 Flowchart - Prime Number.mp4
    09:38
  • 007 Flowchart - GCD.mp4
    09:10
  • 008 Flowchart - Bank Employee.mp4
    05:21
  • 009 Flowchart - Bank Guard.mp4
    01:59
  • 010 Assignment - Flowcharts.html
  • 001 Pseudocode - Notation.mp4
    07:57
  • 002 Pseudocode - SImple Interest.mp4
    00:54
  • 003 Pseudocode - Sum 1 to N.mp4
    02:42
  • 004 Pseudocode - Sum of N Numbers.mp4
    03:47
  • 005 Pseudocode - Prime or Not.mp4
    05:08
  • 006 Pseudocode - GCD.mp4
    03:27
  • 007 Pseudocode - Star Pattern.mp4
    04:02
  • 008 Pseudocode - Star Pyramid.mp4
    06:43
  • 009 Pseducode Assignment.html
  • 001 C++ Boilerplate.mp4
    05:26
  • 002 Sublime Text + Compiler Setup.html
  • 003 Building & Running Code.mp4
    09:45
  • 004 Solution Hello, World!.mp4
    02:17
  • 005 Input & Output.mp4
    10:55
  • 006 Solution Square of Number.mp4
    00:39
  • 001 Preprocessor Directive.mp4
    05:38
  • 002 Identifiers.mp4
    05:40
  • 003 Keywords.mp4
    03:37
  • 004 Main.mp4
    07:54
  • 005 Namespaces.mp4
    09:58
  • 006 Comments.mp4
    01:42
  • 007 Summary.mp4
    02:19
  • 008 Solution - Hello You!.mp4
    01:43
  • 001 Variables.mp4
    04:59
  • 002 Datatypes.mp4
    11:29
  • 003 Using sizeOf Operator.mp4
    02:59
  • 004 Binary Number System.mp4
    05:33
  • 005 Storage of Integers.mp4
    09:51
  • 006 Data type Modifiers.mp4
    08:24
  • 007 Storage of Negatives Numbers.mp4
    11:51
  • 008 Range of Signed vs Unsigned Integers.mp4
    08:28
  • 009 Storage of Floats & Doubles.mp4
    05:13
  • 010 Storage of Characters.mp4
    05:15
  • 011 Storage of Booleans.mp4
    02:43
  • 012 Constants.mp4
    05:29
  • 013 Typecasting.mp4
    08:10
  • 014 Explicit Typecasting.mp4
    04:23
  • 015 Typecasting Challenge.mp4
    03:11
  • 016 Solution - Find the sum.mp4
    00:38
  • 017 Solution - Find the Average Marks.mp4
    02:02
  • 018 Ceil, Floor & Round Functions.mp4
    03:29
  • 019 Solution - Simple Interest Calculator.mp4
    02:02
  • 001 Arithmetic Operators.mp4
    01:53
  • 002 Assignment Operators.mp4
    02:29
  • 003 Increment Decrement Operators.mp4
    05:21
  • 004 Relational Operators.mp4
    03:07
  • 005 Logical Operators.mp4
    09:11
  • 006 Bitwise Operators - I.mp4
    09:54
  • 007 Bitwise Operators - II.mp4
    04:21
  • 001 If Statement.mp4
    03:53
  • 002 If-Else.mp4
    02:55
  • 003 If Else-if Else.mp4
    05:23
  • 004 Multiple If Blocks.mp4
    05:19
  • 005 Problem - Electricity Bill Calculator.mp4
    10:17
  • 006 Ternary Operator.mp4
    05:31
  • 007 Switch Case.mp4
    04:37
  • 008 Problem - Calculator.mp4
    03:15
  • 001 While Loop.mp4
    05:12
  • 002 While Example - Sum of N Inputs.mp4
    04:41
  • 003 For Loop.mp4
    04:04
  • 004 For - While Equivalence.mp4
    02:29
  • 005 Problem - Sum of Digits of a Number.mp4
    05:24
  • 006 Problem - Star Pattern.mp4
    03:26
  • 007 Problem - For ABCD Pattern.mp4
    08:23
  • 008 Problem - Print Reverse of a Number.mp4
    03:09
  • 009 Problem - Reverse the Actual Number.mp4
    05:34
  • 010 Break.mp4
    03:58
  • 010 break-demo.zip
  • 011 Continue.mp4
    05:27
  • 011 continue-demo.zip
  • 012 Problem - Prime Number Check.mp4
    05:28
  • 012 prime-no-check.zip
  • 013 Do While.mp4
    04:51
  • 013 do-while-loop.zip
  • 014 Nested Loops.mp4
    04:50
  • 015 Problem - Number Pyramid.mp4
    08:46
  • 001 Introduction to Functions.mp4
    06:16
  • 002 Functions Code Demo.mp4
    13:45
  • 002 functions-intro.zip
  • 003 Default Parameters.mp4
    04:40
  • 003 default-values.zip
  • 004 Forward Declaration.mp4
    03:40
  • 004 forward-decl.zip
  • 005 Problem - Find Factorial.mp4
    04:10
  • 006 Problem - Find Binomial Coefficient.mp4
    04:43
  • 007 Call Stack.mp4
    06:37
  • 008 Call Stack Example.mp4
    02:32
  • 009 Function Overloading.mp4
    04:11
  • 010 Overloading using variable parameters.mp4
    03:17
  • 011 Overloading - using different datatypes.mp4
    04:13
  • 012 Problem - Check Prime (Linear).mp4
    08:22
  • 013 Problem - Check Prime (Sqrt N Optimisation).mp4
    08:59
  • 014 Prime Number Optimised Code.mp4
    04:45
  • 015 Problem - Primes in Range.mp4
    03:45
  • 016 Practice - Call Stack Analysis !.html
  • 017 Problem - Binary to Decimal.mp4
    05:07
  • 018 Problem - Decimal to Binary.mp4
    06:23
  • 001 Address Of Operator.mp4
    05:23
  • 002 Pointer Variables.mp4
    06:29
  • 003 Dereference Operator.mp4
    05:01
  • 004 Pass by References - using Pointers.mp4
    04:54
  • 005 Reference Variables.mp4
    05:00
  • 006 Pass by Reference - Reference Variables.mp4
    05:43
  • 001 Arrays Introduction.mp4
    08:02
  • 002 Array Creation.mp4
    07:24
  • 003 Array Input.mp4
    05:54
  • 004 Passing Arrays to Functions.mp4
    08:32
  • 005 Print Reverse on Array.mp4
    04:29
  • 006 Reverse an Array - Two Pointer.mp4
    04:42
  • 007 Print all Subarrays.mp4
    09:56
  • 008 Sorting Basics.mp4
    07:07
  • 009 Sorting using Comparator.mp4
    04:33
  • 001 Linear Search.mp4
    05:49
  • 002 Binary Search.mp4
    08:00
  • 003 Binary Search Code.mp4
    06:28
  • 004 Bubble Sort.mp4
    09:03
  • 005 Bubble Sort Code.mp4
    03:42
  • 006 Selection Sort.mp4
    02:46
  • 007 Selection Sort Code.mp4
    05:40
  • 008 Insertion Sort.mp4
    05:02
  • 009 Insertion Sort Code.mp4
    05:59
  • 001 2D Array.mp4
    08:06
  • 002 2D Array Storage.mp4
    08:40
  • 003 Wave Print.mp4
    08:02
  • 004 Spiral Print.mp4
    16:20
  • 004 spiral-print.zip
  • 005 Staircase Search.mp4
    04:56
  • 006 Staircase Search Code.mp4
    05:21
  • 001 Pointers vs Arrays.mp4
    06:54
  • 002 Pointer Airthmetic.mp4
    20:01
  • 003 Pointer to an Array.mp4
    11:04
  • 004 Dereferencing Pointers to an Array.mp4
    03:46
  • 005 2D Arrays & Pointers.mp4
    06:31
  • 006 2D Arrays & Pointers - Deep Dive.mp4
    16:25
  • 001 Introduction.mp4
    01:51
  • 002 ASCII Encoding.mp4
    10:53
  • 003 Input using cin.get().mp4
    09:36
  • 004 cctype Header.mp4
    04:45
  • 005 Challenge - Shortest Path.mp4
    04:49
  • 006 Solution - Shortest Path.mp4
    07:59
  • 007 Challenge - ABCD Pattern.mp4
    08:06
  • 008 Guess the Output.mp4
    03:51
  • 001 Character Array Basics.mp4
    15:38
  • 002 Inputing Char Arrays - cin.getline().mp4
    07:31
  • 003 Problem - Create ReadLine function.mp4
    12:13
  • 004 Problem - Finding Length.mp4
    04:42
  • 005 Library Functions in cstring.mp4
    11:01
  • 006 Challenge - Largest String.mp4
    10:27
  • 007 Challenge - Password Checker.mp4
    06:49
  • 008 String Comparison.mp4
    05:45
  • 009 String Methods Demo.mp4
    04:33
  • 010 Challenge - Count Letter Types.mp4
    08:21
  • 011 2D Character Arrays.mp4
    04:36
  • 001 [Pre-requisite].mp4
    04:12
  • 002 Strings Introduction.mp4
    08:05
  • 003 Strings Initialisation.mp4
    07:26
  • 004 Input using getline().mp4
    04:24
  • 005 String Operators.mp4
    02:31
  • 006 String Traversal.mp4
    05:15
  • 007 Looking up String Methods - Documentation.mp4
    01:55
  • 008 Find Method.mp4
    05:15
  • 009 Challenge - Uncomment String.mp4
    05:05
  • 001 Dynamic Memory Allocation Introduction.mp4
    11:00
  • 002 Dynamic Memory Allocation - 1D Array.mp4
    04:21
  • 003 Dynamic Memory Allocation - 2D Array.mp4
    08:47
  • 001 Vectors Introduction.mp4
    06:06
  • 002 Vectors - Behind the Scenes.mp4
    06:23
  • 003 Vector Demo.mp4
    05:24
  • 004 2D Vectors.mp4
    03:04
  • 001 Check OddEven Number.mp4
    03:16
  • 002 Get ith Bit.mp4
    03:55
  • 003 Set ith Bit.mp4
    02:31
  • 004 Clear ith Bit.mp4
    02:42
  • 005 Update ith Bit.mp4
    04:48
  • 006 Clear last i bits.mp4
    03:55
  • 007 Clear Bits in Range.mp4
    06:09
  • 008 Challenge - Replace Bits.mp4
    04:57
  • 009 Challenge - Power of 2.mp4
    02:52
  • 010 Counting Set Bits.mp4
    04:18
  • 011 Fast Exponentiation.mp4
    08:11
  • 012 Decimal to Binary.mp4
    04:13
  • 001 Recursion Introduction.mp4
    10:22
  • 002 Factorial.mp4
    07:49
  • 003 Fibonacci.mp4
    11:02
  • 004 Sorted Array.mp4
    09:50
  • 005 Increasing Decreasing Number.mp4
    07:24
  • 001 Introduction to OOPS.mp4
    08:23
  • 002 Classes & Objects.mp4
    05:51
  • 003 Product Class Demo.mp4
    05:52
  • 004 Getters & Setters.mp4
    05:38
  • 005 Constructors.mp4
    06:50
  • 006 Copy Constructor.mp4
    09:29
  • 007 Shallow & Deep Copy.mp4
    12:06
  • 008 Copy Assignment Operator.mp4
    05:48
  • 009 Destructor.mp4
    04:38
  • Description


    Enter the world of computer science, learn to code and solve problems using C++

    What You'll Learn?


    • Programming Fundamentals & Concepts
    • Converting Logic into C++ Code
    • Complete Modern C++ Syntax
    • Object Oriented Programming
    • C++ Standard Template Library
    • Problem Solving

    Who is this 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
  • What You Need to Know?


  • No Pre-requisites
  • Passion to learn coding
  • More details


    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 Features
    HD Videos
    Intuitive Explanations
    Beginner Friendly Teaching
    Tested Industry vetted curriculum
    Assignments & Q-A Support
    Certificate of Completion

    The 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

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category

    C++

    Prateek Narang
    Prateek Narang
    Instructor's Courses
    Prateek is popular programming instructor and an ace software engineer having worked with Google in the past, currently working with Scaler and created Coding Minutes to bring high quality courses at pocket friendly pricing. He is known for his amazingly simplified explanations that makes everyone fall in love with programming. He has has over 5+ years of teaching experience and has trained over 50,000 students in classroom bootcamps & online course at a popular bootcamp in the past. His expertise lies in problem solving, algorithms, competitive programming and machine learning. His interactive mario style at prateeknarang resume is loved by all. Many of his ex-students are now working in top product companies like Apple, Google, Amazon, PayTm, Microsoft, Flipkart, Samsung, Adobe, DE Shaw, Codenation, Arcesium and more.
    Coding Minutes
    Coding Minutes
    Instructor's Courses
    Coding Minutes provides top-notch learning content and on in-demand programming skills covering programming languages, data structures & algorithms, competitive programming, machine learning, and full-stack web development. Our industry-vetted curriculum is organised about online specialised online courses which cover both breadth and depths of various technical topics. All our courses are highly practical and include video lectures, coding challenges, project files and a refreshing learning experience.Coding Minutes is a part of Scaler Academy. Scaler provides well structured, industry relevant curriculum to help you transform your career. Learn Data Structures & Algorithms, System Design,Data Science and get career guidance from Industry veterans.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 195
    • duration 19:36:05
    • English subtitles has
    • Release Date 2023/11/14