Menu
EUR
Nu 10% korting op alle Microsoft-certificeringen! Bekijk aanbod
C++ Institute Certified Professional Programmer Training
€192,39 €159,00
In shopping cart
C++ Institute Certified Professional Programmer Training
(0)
C++ Institute Certified Professional Programmer Training
C++ Institute Certified Professional Programmer Training
C++ Institute Certified Professional Programmer Training
C++ Institute Certified Professional Programmer Training
C++ Institute Certified Professional Programmer Training
C++ Institute Certified Professional Programmer Training
C++ Institute Certified Professional Programmer Training
C++ Institute Certified Professional Programmer Training
C++ Institute Certified Professional Programmer Training
C++ Institute Certified Professional Programmer Training

C++ Institute Certified Professional Programmer Training

€192,39 €159,00 Incl. tax Excl. tax
In stock

C++ Institute Certified Professional Programmer Training Award-winning E-Learning course Extensive interactive videos with spoken text Certified teachers Practical exercises Certificate. Read more.

Bulk discount
No discount
1 Piece
€192,39 €159,00
2% Discount
2 Pieces
€188,54 €155,82 / Piece
3% Discount
3 Pieces
€186,62 €154,23 / Piece
7% Discount
5 Pieces
€178,92 €147,87 / Piece
10% Discount
10 Pieces
€173,15 €143,10 / Piece
15% Discount
25 Pieces
€163,53 €135,15 / Piece
22% Discount
50 Pieces
€150,06 €124,02 / Piece
30% Discount
100 Pieces
€134,67 €111,30 / Piece
50% Discount
200 Pieces
€96,20 €79,50 / Piece
Make a choice
standaardprijs
108770341
In stock
Ordered before 5 p.m.! Start today.
108770341
€192,39 €159,00
  • Officieel Certiport Examencentrum
    Online of fysiek in Almere
  • Direct starten met bekroonde e-learning
    Inclusief proefexamens & 24/7 toegang
  • ISO 9001 & 27001 gecertificeerd
    1000+ bedrijven gingen u voor
  • Persoonlijk advies & maatwerk
    Gratis intake & nulmeting bij training

Product description

C++ Institute Certified Professional Programmer E-Learning

Order this amazing, award-winning E-Learning course "C++ Institute Certified Professional Programmer" online!
✔️ 1 year of 24/7 access to extensive interactive videos, lectures, hands-on tasks, and progress tracking.
✔️ Includes a certificate of completion upon finishing the course.

Why choose this training?

C++ is one of the most powerful and versatile programming languages, used in software development, game development, embedded systems, and more. This course offers comprehensive preparation for the C++ Certified Professional Programmer (CPP) certification from the C++ Institute, enabling you to deepen your technical skills and boost your career in software development.

What you will learn:

  • C++ Fundamentals: Master core concepts such as data structures, object-oriented programming (OOP), and memory management.
  • Advanced Techniques: Explore advanced features like template programming, exception handling, and the Standard Template Library (STL).
  • Practical Application: Work on real-world exercises to apply C++ concepts in practice.
  • Certification Preparation: Gain the knowledge and skills needed to successfully pass the C++ Certified Professional Programmer - CPP exam.

Benefits of the course:

  • Learn at your own pace with interactive videos and assignments.
  • Access a wide range of exercises and examples that are immediately applicable.
  • Increase your chances of a successful career in software development.

Who should take this course?

This course is designed for:

  • Software Developers: Who want to deepen their C++ skills and earn certification.
  • IT Professionals: Working in embedded systems, gaming, or system development who want to expand their C++ knowledge.
  • Computer Science Students: Looking to learn both basic and advanced C++ techniques and gain certification for their future careers.
  • Professionals seeking certification: Prepare for the C++ Certified Professional Programmer - CPP certification to enhance your resume and validate your expertise.

Course content

C++ Templates

Course: 17 Minutes

  • Course Introduction
  • Introduction to Templates in C++
  • Declaring Function Templates
  • Using Function Templates
  • Declaring Class Templates
  • Using Class Templates

STL Sequential Containers

Course: 36 Minutes

  • Introduction to STL Sequential Containers
  • STL Sequential Containers – Forward_list
  • STL Sequential Containers – List
  • STL Sequential Containers – Vector
  • C++: Using the Standard-Library Double Ended Queue
  • STL Sequential Containers – array in C++
  • STL Sequential Containers – bitset in C++
  • STL Sequential Containers: Working with Objects

STL Sequential Container Adapters

Course: 12 Minutes

  • STL Containers – Queue
  • Using std::priority_queue in C++
  • STL Containers – Stack

STL Associative Containers

Course: 36 Minutes

  • Introduction to STL Associative Containers
  • STL Containers – Set
  • Using std::unordered_set in C++
  • Using std::multiset in C++
  • C/C++ Programming - STL Containers: map
  • Using unordered_map in C++
  • Using std::multimap in C++
  • Working with Objects in Sets and Maps

STL Utilities

Course: 10 Minutes

  • Working with Pair Objects
  • Comparing Pairs
  • Swapping Pairs

Practice: Work with Containers

Course: 6 Minutes

  • Exercise: Working with Containers in C++

Nonmodifying Sequence Operations in C++

Course: 47 Minutes

  • Course Introduction
  • Introduction to STL Algorithms in C++
  • Using std::for_each in C++ Lambda Expressions
  • Introduction to Iterators Using Find in C++
  • Using std::find_if in C++s
  • Using std::find_end in C++
  • Using std::find_first_of in C++
  • Using std::adjacent_find in C++
  • Using std::count and count_if in C++
  • Using std::mismatch and equal in C++
  • Using std::search and search_n in C++
  • Using Nonmodifying Algorithms with Containers

Modifying Sequence Operations in C++

Course: 59 Minutes

  • Using std::transform in C++
  • Using Iterators to Copy and Move in C++
  • Using std::copy and copy_backward in C++
  • Using std::swap and swap_ranges in C++
  • Using std::iter_swap in C++
  • Using std::replace in C++
  • Using std::fill and fill_n in C++
  • Using std::generate and generate_n in C++
  • Using std::remove and remove_if in C++
  • Using std::unique and unique_copy in C++
  • Using std::reverse and reverse_copy in C++
  • Using std::rotate in C++
  • Using std::partition and stable_partition in C++
  • Using Modifying Algorithms with Containers

Practice: Algorithms in C++

Course: 3 Minutes

  • Exercise: Working with Algorithms in C++

STL Sorting Operations

Course: 35 Minutes

  • Course Introduction
  • Using std::random_shuffle in C++
  • Using std::sort in C++ Lambda Expressions
  • Introduction to Iterators Using Sort in C++
  • Using standard permutations in C++
  • Using std::lower_bound and upper_bound in C++
  • Using std::equal_range in C++
  • Using std::binary_search in C++
  • Using STL Sorting with Containers in C++
  • Using STL Sorting with Objects in C++

STL Merging Algorithms

Course: 20 Minutes

  • Using std::merge
  • Using std::includes
  • Using std::min_element and max_element
  • Using std::inplace_merge
  • Working with STL Operations for Sets

STL Advanced I/O

Course: 32 Minutes

  • STL IO – Input Streams
  • STL IO – Output Streams
  • File I/O Stream Classes
  • STL IO – Opening and Closing Files
  • STL IO – Text Files
  • STL IO – Binary Files
  • STL IO – Stream Pointers
  • STL IO – Encryption

Working with STL Functors

Course: 20 Minutes

  • Introduction to Functors in C++
  • Arithmetic Binary Functors
  • Relational Binary Functors
  • Logical Binary Functors
  • Unary Functors

Practice: I/O and Functors in C++

Course: 4 Minutes

  • Exercise: Working with I/O and Functors in C++

Specifications

Article number
108770341
SKU
108770341
Language
English
Qualifications of the Instructor
Certified
Course Format and Length
Teaching videos with subtitles, interactive elements and assignments and tests
Lesson duration
5:34 Hours
Progress monitoring
Access to Material
365 days
Technical Requirements
Computer or mobile device, Stable internet connections Web browsersuch as Chrome, Firefox, Safari or Edge.
Support or Assistance
Helpdesk and online knowledge base 24/7
Certification
Certificate of participation in PDF format
Price and costs
Course price at no extra cost
Cancellation policy and money-back guarantee
We assess this on a case-by-case basis
Award Winning E-learning
Tip!
Provide a quiet learning environment, time and motivation, audio equipment such as headphones or speakers for audio, account information such as login details to access the e-learning platform.

Reviews

0/5
0 stars based on 0 reviews
0 reviews
Vragen over deze training?
Of wilt u hulp bij het bestellen? Neem gerust contact op via [email protected] of bel ons op +31 36 760 1019. Wij helpen u graag!
Vragen over deze training?
Of wilt u hulp bij het bestellen? Neem gerust contact op via [email protected] of bel ons op +31 36 760 1019. Wij helpen u graag!

Recently viewed

C++ Institute Certified Professional Programmer Training
C++ Institute Certified Professional Programmer Training
C++ Institute Certified Professional Programmer Training Award-winning E-Learnin...
€192,39 €159,00
 

Specifications

Article number
108770341
SKU
108770341
Language
English
Qualifications of the Instructor
Certified
Course Format and Length
Teaching videos with subtitles, interactive elements and assignments and tests
Lesson duration
5:34 Hours
Progress monitoring
Access to Material
365 days
Technical Requirements
Computer or mobile device, Stable internet connections Web browsersuch as Chrome, Firefox, Safari or Edge.
Support or Assistance
Helpdesk and online knowledge base 24/7
Certification
Certificate of participation in PDF format
Price and costs
Course price at no extra cost
Cancellation policy and money-back guarantee
We assess this on a case-by-case basis
Award Winning E-learning
Tip!
Provide a quiet learning environment, time and motivation, audio equipment such as headphones or speakers for audio, account information such as login details to access the e-learning platform.
0/5
0 stars based on 0 reviews
0 reviews
Choose your language
Choose your currency

Recently added

Total excl. VAT
€0,00
Order for another €50,00 and receive free shipping
0
Compare
Start comparison

Review C++ Institute Certified Professional Programmer Training

This product has been added to your cart
Wij gebruiken functionele en analytische cookies om onze website goed te laten werken en het gebruik ervan te meten met Google Analytics. Er worden geen persoonsgegevens gedeeld voor advertentiedoeleinden. Door op "Accepteren" te klikken, geeft u toestemming voor het plaatsen van deze cookies. Manage cookies