C++: From Beginner to Expert
Designed for people who don’t have any knowledge about the programming and want to program in C++
What you’ll learn
-
How to use C++ language in action
-
What is compiler / IDE / Variables / types of variables etc.
-
How to work with files – fstream library (i/o operation on files)
-
operators – arithmetic, assigment, logical, bitwise
-
conditions like if / else / switch
-
arrays / multi-dimensional arrays
-
loops – for / while / do-while
-
functions, overloading functions, passing variables to functions etc.
-
structures
-
referencers
-
pointers
-
dynamic allocation of memory
-
creating project in IDE
-
classes
-
object oriented programming
-
class and function templates
-
namespaces
-
exceptions
-
input / output streams and validation of data
-
STL: vector
Requirements
-
English language
-
Code::Blocks IDE (free)
Who this course is for:
- beginner
- person who wants to understand programming