The C++ Essentials 1 (CPPE1) course is the first in a 2-course series that will prepare you for the CPE (C++ Certified Entry-Level Programmer) and CPA (C++ Programming Language Certified Associate) exams.
The course covers the basics of programming in the C++ programming language and touches on fundamental programming techniques, customs and vocabulary, including the most common library functions.
The aim of the course is to familiarize the student with the basic concepts of computer programming and developer tools, present the syntax, semantics and data types offered by the language, and allow the student to write his or her own programs using standard language infrastructure, regardless of the hardware or software platform.
The course is designed for beginners. No prior knowledge of programming is required.
C++ is a general-purpose programming language designed by Bjarne Stroustrup as an extension to the C language, with object-oriented data abstraction mechanisms and strong static type safety. Compliance with the C language at the source code level remains one of the primary design goals of subsequent language standards.
Since 1998, the ISO/IEC 14882:1998 standard (Standard for the C + + Programming Language) with minor amendments approved in 2003 (ISO / IEC 14882:2003) have remained applicable. In 2009, a new standard was announced (known as C++0x), which came into effect as of 12 August 2011.
C++ a highly developed programming language in terms of operators, simplicity, and ease of notation. This allows for data abstraction and the use of several programming paradigms: procedural, object-oriented and generic. It is characterized by the high performance of the object code, direct access to hardware resources and system functions, ease of creation and use of libraries (written in C++, C, or other languages), independence of any specific hardware or system platform (which ensures high portability of source codes) and a small execution environment. It is mainly used in applications and operating systems.
The C++ language can be used for building higher-level applications with graphics libraries, applications to communicate with network devices and computer network simulators as well as remote device systems and network management.
The C++ language is the absolute essential for entry-level and software development jobs.
Channel: Edube Interactive
Sponsor: C++ Institute
Mode: Online self-study course
Cost: Free
Study Time: 42 hours (Suggested: 7 hours/week)
Language: English
Associated Certification: CPE – C++ Certified Entry-Level Programmer (Exam CPE-20-01)
No prerequisites – the course is designed for absolute beginners.
The course is divided into four main modules, with an introductory Module 0 that guides you through setting up your programming environment. Along the way, you'll have access to study materials, quizzes, and hands-on labs to help you apply your knowledge to real programming challenges.
Module 0: Setting Up the Environment
Install and configure the IDE and programming tools needed for C++ development.
Module 1: Introduction to Programming and Basics of C++
Understand the difference between machine and high-level languages, explore variables, integers, characters, comments, basic I/O operations, and write simple C++ programs.
Module 2: Control Structures and Data Types in C++
Use if/else and switch statements, loops, bitwise and arithmetic operators; work with vectors, arrays, and structures.
Module 3: Functions, Pointers, and Memory Management
Design and call functions, use pointers, pass parameters by value and reference, use default and inline functions, and manage memory dynamically.
Module 4: Strings, Namespaces, and Exception Handling
Work with strings, arrays of pointers, type conversions, explore object-like behavior in strings, use namespaces, and handle exceptions.
Expand the section below to view the complete course syllabus:
The C++ Essentials 1 course is fully aligned with the CPE ‒ C++ Certified Entry-Level Programmer certification and is the first in a 2-course series that prepares for CPA ‒ C++ Certified Associate Programmer certification.
CPE ‒ C++ Certified Entry-Level Programmer certification is a professional credential that measures your ability to accomplish coding tasks related to the essentials of programming in the C++ language. A test candidate should demonstrate sufficient knowledge of the universal concepts of computer programming, the syntax and semantics of the C language, including: data types, flow control, arrays and pointers, memory management and structure concepts, as well as demonstrate the knowledge of fundamental programming techniques characteristic of the C++ language, and the use of the most basic standard library functions.
The CPE ‒ C++ Certified Entry-Level Programmer certification shows that the individual is familiar with universal computer programming concepts like compilation, variables, data types, typecasting, operators, conditional execution, loops, arrays, pointers, structures, and the runtime environment.
The CPE ‒ C++ Certified Entry-Level Programmer certification is an interim step to the CPA ‒ C++ Certified Associate Programmer certification and the starting point to launch a career in software development, low-level, middle-level and high-level programming, C++ programming, and related technologies. Becoming CPE certified will help you stand out from other candidates and get your foot in the door.
More information: CPE ‒ C++ Certified Entry-Level Programmer