Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Programming Fundamentals using C++
Rating: 4.3 out of 5(35 ratings)
971 students

Programming Fundamentals using C++

Programming Fundamentals
Last updated 5/2023
English

What you'll learn

  • The role of a project manager is crucial in ensuring the successful planning, execution, and completion of a project. They are responsible for all this things.
  • Project timelines and budgets depend on various factors such as project scope, size, complexity, resources available, team experience, and many other things.
  • Identifying and managing project risks is a crucial aspect of effective project management. Here are some steps you can follow to identify and manage project.
  • Project Description: The project involves developing a web-based e-commerce application for a retail company. The project aims to provide a user-friendly.

Course content

4 sections8 lectures34m total length
  • Introduction1:34
  • How many topics cover in introduction?
  • History of C++1:27

    Trace the origin of C++, created to add object oriented features to C, from its 1980s inception by Benjamin Stroustrup to the C++11, C++14, C++17, and C++20 standards.

Requirements

  • Start with the Basics: The C++ course will likely begin by introducing you to the fundamental concepts of programming. Pay close attention to topics like variables, data types, control structures (if-else statements, loops), and functions. These are building blocks that form the foundation of programming. Practice Regularly: Programming is a skill that improves with practice.

Description

It is a basic introduction to C++ programming course. In this course students you will cover some topics like History of C++, basic operations like cout and cin commands in C++, Data types, Arrays and functions in C++ programming language. This course is instructed by single instructor of Dev IEO Mr. Ahmed Shafique.  Dev IEO is IEO's 6th module and Its a private Community and IT company in Pakistan. This is the second course of Dev IEO at Udemy platform. In C++, an array is a data structure that allows you to store a fixed-size sequence of elements of the same type. It provides a way to organize and access a collection of related data in contiguous memory locations.

In C++, a function is a self-contained block of code that performs a specific task. It allows you to divide your program into smaller, reusable modules, which promotes code organization, readability, and reusability. Functions in C++ can have a return type, parameters, and can be defined either inside a class (member functions) or outside a class (non-member functions).

In addition to regular functions, C++ also supports special types of functions called member functions, which are associated with a class or structure, and function overloading, which allows you to define multiple functions with the same name but different parameter lists.

Who this course is for:

  • Follow the Course Structure: The course is likely structured in a logical manner, progressing from basic to advanced topics. Follow the course structure and complete the lessons and exercises in the recommended order. This will help you build a solid understanding of programming concepts step by step. Ask Questions and Seek Help: Don't hesitate to ask questions when you encounter challenges or have doubts.