Category:
- IT & Cyber Security
- QLS Endorsed Single Course
Course Overview
You’ll have an arsenal of skills to lock down your desired career after completing this C++ Development: The Complete Coding Guide course. Moreover, you will have access to all of the materials in this course for free for a whole year and learn a multitude of highly coveted skills to move up the corporate ladder.
With this comprehensive C++ Development: The Complete Coding Guide course, you’ll have all of your questions answered and all of the necessary expertise under your belt. Apart from setting you up for success, this course offers numerous advantages to make your learning experience more pleasurable and less stressful. So, add this C++ Development: The Complete Coding Guide course to the basket and take your expertise up a notch!
Please Note: Thames College is a One Education approved resale partner for Quality Licence Scheme Endorsed courses.
Why Choose Thames College?
Thames College offers you the benefit of —
- Learn with engaging voice-over and visual elements to facilitate your learning process.
- Get a year's worth of unlimited access to the course.
- Receive round-the-clock access to expert assistance.
- Participate in quick assessments and get instant feedback on your progress.
- Study at your own schedule from the convenience of your own home.
Who Is This Course For?
Those who want to strengthen their professional skills while training for the desired job should take advantage of the C++ Development: The Complete Coding Guide training! This course will keep you up-to-date with all the latest developments and coach you accordingly. So invest in this C++ Development: The Complete Coding Guide course if you want the best training available.
Certificate of Achievement
Quality Licence Scheme Endorsed Certificate of Achievement
Upon successful completion of the C++ Development: The Complete Coding Guide course, you can order an original hardcopy certificate of achievement endorsed by the Quality Licence Scheme. The certificate will be home-delivered, with a pricing scheme of —
- 139 GBP within UK
- 149 GBP for International Delivery (Postal Fees Included)
CPD Certification
After successfully completing the assessment of this C++ Development: The Complete Coding Guide course, you can apply for the CPD accredited certificates. The PDF version is only £2.99 and the Hardcopy version will cost you £8.99.
Disclaimer
The C++ Development: The Complete Coding Guide course has been endorsed under the Quality Licence Scheme. This means that One Education has undergone an external quality check to ensure that the organisation and the courses it offers meet defined quality criteria. The completion of this C++ Development: The Complete Coding Guide course alone does not lead to a regulated qualification but may be used as evidence of knowledge and skills gained. The Learner Unit Summary may be used as evidence towards Recognition of Prior Learning if you wish to progress your studies in this subject. To this end the learning outcomes of the C++ Development: The Complete Coding Guide course have been benchmarked at Level 5 against level descriptors published by Ofqual, to indicate the depth of study and level of demand/complexity involved in successful completion by the learner.
The C++ Development: The Complete Coding Guide course itself has been designed by One Education to meet specific learners’ and/or employers’ requirements which cannot be satisfied through current regulated qualifications.
The Quality Licence Scheme endorsement involves robust and rigorous quality audits by external auditors to ensure quality is continually met. A review of courses is carried out as part of the endorsement process.
Requirements
No formal entry requirements! No prerequisites or relevant experience is required!
This course is accessible to anyone with an eagerness to learn. All you require is—
- A smart device with a stable internet connection
- A keen interest in this subject
- And being over the age of 16.
Career Path
Utilise this all-inclusive course to acquire the skills and expertise you’ll need to thrive in the workplace.
Course Curriculum
Section 01: Introduction & Setting Up | |||
Introduction | 00:04:00 | ||
What Is C++? | 00:03:00 | ||
Setting up A Project | 00:07:00 | ||
Section 02: Basics | |||
Console Out | 00:04:00 | ||
Data Types | 00:03:00 | ||
Variables | 00:04:00 | ||
Console In | 00:03:00 | ||
Strings | 00:04:00 | ||
Constants | 00:05:00 | ||
Section 03: Operators | |||
Assignment Operator | 00:03:00 | ||
Arithmetic Operators | 00:04:00 | ||
Compound Assignment Operator | 00:03:00 | ||
Increment & Decrement Operators | 00:04:00 | ||
Relation & Comparison Operators | 00:06:00 | ||
Logical Operators | 00:07:00 | ||
Conditional Ternary Operator | 00:04:00 | ||
Comma Operator | 00:03:00 | ||
Type Casting Operator | 00:02:00 | ||
Bitwise Operators | 00:12:00 | ||
Size of Operator | 00:03:00 | ||
Operator Precedence | 00:05:00 | ||
Section 04: String Streams | |||
String Streams | 00:04:00 | ||
Section 05: Statements & Loops | |||
Conditional Statements | 00:07:00 | ||
For Loop | 00:04:00 | ||
While Loop | 00:03:00 | ||
Do While Loop | 00:04:00 | ||
Range-Based For Loop | 00:03:00 | ||
GoTo Statement | 00:04:00 | ||
Switch Statement | 00:05:00 | ||
Section 06: Functions | |||
Functions | 00:03:00 | ||
Function Return Statement | 00:04:00 | ||
Function Arguments Passed By Value | 00:05:00 | ||
Function Arguments Passed By Reference | 00:05:00 | ||
Function Parameter Default Values | 00:03:00 | ||
Overloaded Functions | 00:04:00 | ||
Function Templates | 00:04:00 | ||
Namespaces | 00:06:00 | ||
Section 07: Advanced Data Types | |||
Arrays | 00:03:00 | ||
Multidimensional Arrays | 00:03:00 | ||
References | 00:02:00 | ||
Pointers | 00:04:00 | ||
Delete Operator | 00:02:00 | ||
Struct | 00:04:00 | ||
Type Aliasing | 00:03:00 | ||
Unions | 00:04:00 | ||
Enumerators | 00:04:00 | ||
Section 08: Classes | |||
Introduction to Classes | 00:05:00 | ||
Class Access | 00:04:00 | ||
Class Constructor | 00:05:00 | ||
Class Pointers | 00:04:00 | ||
Overloading Operators | 00:06:00 | ||
This Keyword | 00:04:00 | ||
Constant Objects | 00:03:00 | ||
Getters and Setters | 00:05:00 | ||
Static Variables | 00:04:00 | ||
Static Functions | 00:06:00 | ||
Template Classes | 00:05:00 | ||
Class Destructor | 00:04:00 | ||
Class Copy Constructor | 00:03:00 | ||
Friend Function | 00:06:00 | ||
Friend Class | 00:06:00 | ||
Class Inheritance | 00:07:00 | ||
Multiple Class Inheritance | 00:05:00 | ||
Virtual Methods | 00:04:00 | ||
Abstract Base Class | 00:03:00 | ||
Section 09: Errors | |||
Error Handling | 00:04:00 | ||
Section 10: The Mighty Preprocessor | |||
Preprocessor Macro Definitions | 00:04:00 | ||
Preprocessor Conditional Directives | 00:05:00 | ||
Preprocessor Line Directive | 00:04:00 | ||
Preprocessor Error Directive | 00:03:00 | ||
Preprocessor Source File Inclusion | 00:02:00 | ||
Section 11: File I/O | |||
Opening A File | 00:06:00 | ||
Writing to a File | 00:04:00 | ||
Section 12: Extras | |||
Commenting | 00:04:00 | ||
Class Header and Implementation | 00:09:00 | ||
Lists | 00:04:00 | ||
Vectors | 00:05:00 | ||
Section 13: Resource | |||
Resource | 00:00:00 | ||
Assignment | |||
Assignment – C++ Development: The Complete Coding Guide | 2 weeks, 1 day |
Certificate of Achievement
CPD Accredited Certification
Certification is available –
- In PDF for £2.99
- Hard copy for £8.99
£424.00£29.99- 1 year
- Level 5
- Number of Units79
- Number of Quizzes0
- 2 weeks, 1 day