Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Skillshare

C++ from Beginner to Expert

via Skillshare

This course may be unavailable.

Overview

Save your precious time by attending this course. You will learn how to program in a fast and easy way!

The total length of the course is over 12 hours! You will learn theory and you will also gain lots of practice. During the course we write many programs.

All this is presented by a young man who shares his knowledge, so the language used is accessible for everyone.

The course is designed for the people who don't have any knowledge about the programming. It doesn't matter if you have never written any programs or you have no idea about programming... After my course all this will change. You will bust the myth that programming is a difficult thing only for the few!

After this course you will be able to use the advanced components of C++ language.

Over 320,000 students over the world have enrolled my courses and most of them are satisfied with the way I teach. You will also be satisfied with this class. 

If you have any questions regarding the topics covered in this course after watching videos, please feel free to ask. I'm always happy to help.

Syllabus

  • Introduction
  • What is programming, compiler. Installing IDE
  • Basics of programming
  • Variables
  • Types of variables
  • Downloading data from input
  • Arithmetic and Assigment Operators
  • Relational Operators
  • Logical Operators
  • Bitwise Operators
  • Contidtional Statements
  • Switch
  • Conditional Operator
  • Calculator - exercise
  • Arrays
  • Multidimensional Arrays
  • for
  • while and do while
  • exercises, nested loops
  • break and continue
  • pre-function Scope of Variables
  • Functions
  • Overloading functions
  • Loops and functions - exercises
  • Data Validation - exercise
  • Enum Type
  • Reference Variables
  • Reference Variables in functions
  • What are pointers?
  • Name of array - Pointer
  • Dynamic allocation of memory
  • Strings and a pointer on a char type
  • Functions and pointers
  • Lottery - pseudo-random numbers generator
  • Type Casting
  • Creating project, external execution of program
  • Preprocessor directives, Multi-file project
  • Data Structures and Pointers
  • Classes
  • Static variables and functions
  • Constant classes and methods
  • Friend functions
  • Friend classes
  • Copy constructor
  • Convert constructor and overloading operators
  • Inheritance between classes
  • Polymorphism, virtual functions, abstract classes
  • Virtual destructor
  • Function templates
  • Class templates
  • Exceptions
  • Namespaces
  • Streams - what is input and output
  • How to open and close files
  • File opening modes
  • Stream's error flags
  • Reading position pointer - seekg and tellg
  • Writing position pointer - seekp and tellp
  • Extracting characters from files
  • Comparing content of two files
  • Put - loading characters from cin stream directly to file
  • Peek - peeking characters without extracting
  • Putback - returning extracted character on stream
  • Write - writing bytes to file
  • Gcount - counting characters from last operation
  • Mini database
  • What's next?
  • What is STL?
  • VECTOR - how to use it? Why is it useful?
  • C++11 - how to enable the flag? How to set starting values of vector?
  • What are iterators? How to use them?
  • How to iterate vector? How to use loops to process elements in a container?
  • auto keyword - C++11
  • ranged based loop for - C++11
  • ranged-based loop for - & - how to prevent making a copy
  • Finding specific amount of odd numbers
  • The absolute value
  • Spelling the word backwards
  • How many digits are inside a number?
  • Multiples of number up to...
  • Finding largest number (max value)
  • Can 3 sides create a triangle?
  • Is it a rectangular triangle?
  • Factorial iteratively
  • Factorial recursively
  • Fibonacci iteratively
  • Fibonacci recursively

Taught by

Arkadiusz WÅ‚odarczyk

Reviews

Start your review of C++ from Beginner to Expert

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.