The C++ Essentials – Part 1 (BASICS) course will prepare you for the CPE (C++ Certified Entry-Level Programmer) and CPA (C++ Certified Associate Programmer) 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.
Why C++?
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.
The C++ Essentials ‒ Part 1 (Intermediate) 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.
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.
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
No pre-requisites ‒ the course is designed for absolute beginners.