Tags
Language
Tags
July 2025
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    C++ Fundamentals For Beginners And Students

    Posted By: ELK1nG
    C++ Fundamentals For Beginners And Students

    C++ Fundamentals For Beginners And Students
    Published 2/2023
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 754.52 MB | Duration: 2h 5m

    Creating C++ console applications. Understanding and developing problem solving and pattern recognition.

    What you'll learn

    Learn the fundamentals of C++ programming.

    Use logic to solve and improve your coding skills.

    Create and build applications using C++.

    Complete a final project that will help push you into the right direction to become a good software developer.

    Requirements

    Virtual Studio IDE (latest version) .

    No programming knowledge required. Everything will be taught here.

    Description

    Learning C++ is an excellent decision for beginners and students who are interested in programming. It is a versatile language used in developing high-performance applications such as operating systems, video games, and software for embedded systems. In this course, students will learn the fundamentals of C++ programming language that will enable them to create basic applications and solve simple problems.One of the topics covered in the course is Input and Output (I/O). Students will learn how to read input from the keyboard and display an output on the screen. They will also learn about formatting output to make it more readable and appealing.The course will also cover functions, which are reusable code blocks that can be called from other parts of the program. Students will learn how to create functions that perform specific tasks, and how to pass data to and from functions.Another essential topic covered in the course is voids, which are functions that do not return any values. Voids are used in situations where a function needs to perform an action but does not need to return any data.Repetition structures are also covered in the course. Students will learn how to use loops to perform repetitive tasks such as iterating over arrays and processing large amounts of data.Arrays are an important data structure in programming. Students will learn how to create and manipulate arrays, how to access array elements, and how to use arrays to store and process data.Overall, this C++ course is an excellent opportunity for beginners and students who want to learn the basics of programming. It covers essential topics such as Input/Output, functions, voids, repetition structures, and arrays, which are the building blocks of any C++ program. With this course, students will gain a strong foundation in C++ programming and programming logic in general, which will enable them to tackle more complex programming tasks in the future.

    Overview

    Section 1: Introduction

    Lecture 1 Create your first application in Visual Studio

    Section 2: Input and Output in C++

    Lecture 2 User Output

    Lecture 3 User Input

    Lecture 4 Variables

    Lecture 5 Variables and Arithmetic operators

    Lecture 6 BMI Calculator question

    Lecture 7 BMI Calculator Answer

    Section 3: Decision and Repetition Structures

    Lecture 8 Relational Operators

    Lecture 9 If else

    Lecture 10 Switch case

    Lecture 11 Incrementing and Decrementing variables

    Lecture 12 While loop

    Lecture 13 Do while loop

    Lecture 14 Sentinel controlled loop

    Lecture 15 For loop

    Lecture 16 Section 3 Question 1 and 2

    Lecture 17 Answers to questions 1 and 2

    Section 4: Modules and Functions

    Lecture 18 Void functions

    Lecture 19 Return type functions

    Lecture 20 Custom return type functions

    Lecture 21 Generating random numbers

    Lecture 22 Section 4 Question 1 and 2

    Lecture 23 Answers to questions 1 and 2

    Lecture 24 Sequentially searching an array

    Section 5: Single and Multi-dimensional arrays

    Lecture 25 Single Dimension arrays

    Lecture 26 Passing an array to a fucntion

    Lecture 27 2D arrays and (For loop part 2)

    Lecture 28 Section 5 Question 1 and 2

    Lecture 29 Answers to question 1 and 2

    Section 6: Final Task

    Lecture 30 Final Task Question

    Lecture 31 Final Task Answer

    Beginners who want to learn C++ programming.,Students who have programming fundamentals (C++) at university or college.