Learn C and C++ Bootcamp for Beginners

Learn C and C++ Bootcamp for Beginners
189.99 USD
Buy Now

This course is an introduction to the C andC++ programming language. The C programming language has spurred many language developments since its invention by Dennis Ritchie in the early 1970s. Many modern programming languages owe their syntax to C.C is still a very popular programming language after over 40 years.C++ is based on C, but extends the language with features such as function templates, namespaces, and (of course) classes. In this course, we’ll explore the C and C++programming language. We’ll start with data types of C, then quickly dispel the mystery (and fright) that surrounds C’s most powerful element, the pointer. Understanding pointers first allows us to grasp the underlying nature of arrays and structs, parameters passed by reference, and many other things hidden by other languages but exposed in C.Then we will move to streams inC++, which simplify input and output a great deal. Here’s a brieflist of what you’ll learn:C Topics: Data types and operatorsPointers and arraysCommand line argumentsDecisions and loopsFunctionsStructuresThe stack vs. the heap, and dynamic allocationC++ Topics: Primitive data types and variablesHow to create and use namespacesBasic I/O in C++ using streamsFile input and output using streamsFunction templates - a look at writing generic codeClasses and objectsConstructors and DestructorsInheritance (Single and Multiple)If you’ve been thinking about learning C andC++, then this course is a good first step.