Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn C and C++ Bootcamp for Beginners
Rating: 4.0 out of 5(162 ratings)
2,941 students

Learn C and C++ Bootcamp for Beginners

Master the C and C++ programming language with easy to understand examples
Last updated 2/2017
English
English [Auto],

What you'll learn

  • Write a Program using C Language
  • Write a Program using C++ Language

Course content

8 sections45 lectures5h 3m total length
  • Introduction to C4:12

    Explore the essentials of the C programming language, from installing a compiler and writing a hello world program to mastering types, operators, conditionals, arrays, pointers, loops, and structures.

  • Finding and Installing the GCC Compiler2:31

    Install a GCC or goodnews C compiler on your system, choosing MinGW for Windows. On Mac, download and install the free access code suite of tools that provides C compilers.

  • Basic Syntax and Hello World Program8:38

    Set up a text editor with syntax highlighting, create a C hello world program by including stdio.h, writing a main function, printing Hello world with printf, and compiling to run.

  • Learn C Language Primitive Types6:36

    Explore C language primitive types, including integers, characters, and floating-point types, learn how to declare variables, and understand signed, unsigned, and the size and limits of each type.

  • Man Documentation and the Size of Function6:12

    Learn to use the man command to access C library documentation, explore section 3 for printf, and determine size of C types with sizeof and format specifiers.

  • Arithmetic Operators, Part 15:55

    Explore arithmetic operators in C, including addition, subtraction, multiplication, and division with integers A and B, and learn why integer division differs from floating point division.

  • Arithmetic Operators, Part 26:49

    Master shortcut assignment operators in C such as += and -=, and understand prefix and postfix increment and decrement, plus character arithmetic for converting between uppercase and lowercase using 32.

Requirements

  • Any Programming Knowledge is Preferable, but not Compulsory
  • You will need to install GCC Compiler on your Computer
  • Need to Install C++ Compiler

Description

This course is an introduction to the C and C++ 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 in C++ , which simplify input and output a great deal.

Here's a brief list of what you'll learn:

C Topics :

  • Data types and operators
  • Pointers and arrays
  • Command line arguments
  • Decisions and loops
  • Functions
  • Structures
  • The stack vs. the heap, and dynamic allocation

C++ Topics :

  • Primitive data types and variables
  • How to create and use namespaces
  • Basic I/O in C++ using streams
  • File input and output using streams
  • Function templates - a look at writing generic code
  • Classes and objects
  • Constructors and Destructors
  • Inheritance (Single and Multiple)

If you've been thinking about learning C and C++, then this course is a good first step.

Who this course is for:

  • Freshers wants to learn C and C++ Programming Language
  • Experts who wish to brush up their C and C++ Programming skills