.MP4 | Video: h264, 1280×720 | Audio: AAC, 44.1 KHz, 2 ChGenre: eLearning | Language: English + .VTT | Duration: 5 hours | Size: 1.78 GBPractical Hands -on Introduction to C++What you’ll learnSetting up C++ development environmentDisplaying outputAccepting user inputsUsing escape sequenceUsing comments in your codeCreating variablesData TypesPointers and ReferenceString functionsArraysOperatorsConditional statementsLoopsFunctionsClasses and ObjectsClass methodsAccessing class attributes and methodsCreate a maths application program.
RequirementsBasic knowledge of using a computerBasic knowledge of using internet.
DescriptionC++ is a compiled modern object -oriented programming language .
The code you write in C++ has to be translated by a special program called a compiler into machine code .
C++ is widely used for both systems and applications development, and is available for virtually every operating system and has influenced and informed many derivative languages, including C# and Java.
In this course,i will guide you through the nuts and bolts of this essential language.
We will set up your environment for coding and dissects the anatomy of a basic C++ program.
We will learn the essentials—statements and expressions, variables, arrays, conditionals, switch, operators, loops, and functions—and data structures, classes and objects.
We will also learn data casting.
Topics include:Setting up C++ development environment using code blocksDisplaying outputAccepting user inputsUsing code commentsUsing Escape sequenceStatements and expressionsCreating VariablesPointers and ReferenceConstantsLocal and global variablesString functionsArrays2D ArraysConditionals ( if , else , else if , switch)Loops ( while, do-while, for)Looping through arraysNested l for oopsData typesOperatorsFunctionsClasses and objectsClass methodsClass membersAccessing class attributes and methodsOverriding class methodsInheritanceCreate a math application program.
Who this course is for:Beginners to C++Beginners to programming