Menu
EUR
Nu 10% korting op alle Microsoft-certificeringen! Bekijk aanbod
C++ Institute Certified Professional Programmer Training
€192,39 €159,00
In winkelwagen
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. btw Excl. btw
Op voorraad

C++ Institute Certified Professional Programmer Training Bekroonde E-Learning cursus Uitgebreide interactieve video's met gesproken tekst Gecertificeerde docenten Praktische oefeningen Certificaat. Lees meer.

Volume voordeel
No discount
1 Piece
€192,39 €159,00
2% Korting
2 Pieces
€188,54 €155,82 / Stuk
3% Korting
3 Pieces
€186,62 €154,23 / Stuk
7% Korting
5 Pieces
€178,92 €147,87 / Stuk
10% Korting
10 Pieces
€173,15 €143,10 / Stuk
15% Korting
25 Pieces
€163,53 €135,15 / Stuk
22% Korting
50 Pieces
€150,06 €124,02 / Stuk
30% Korting
100 Pieces
€134,67 €111,30 / Stuk
50% Korting
200 Pieces
€96,20 €79,50 / Stuk
Maak een keuze
standaardprijs
108770341
Op voorraad
Voor 17:00 uur besteld! Start vandaag. Gratis Verzending.
108770341
€192,39 €159,00
  • Officieel examen
    Online of fysiek
  • Start nu – bekroonde e-learning
    Inclusief proefexamens & 24/7
  • ISO 9001 & 27001 werkwijze
    1000+ organisaties gingen u voor
  • Maatwerk & gratis intake
    Inclusief nulmeting bij training

Productomschrijving

C++ Institute Certified Professional Programmer E-Learning Training

Bestel deze geweldige, bekroonde cursus E-Learning C++ Institute Certified Professional Programmer online!
✔️ 1 jaar 24/7 toegang tot uitgebreide interactieve video's, toespraken, praktische taken en voortgangsbewaking.
✔️ Inclusief certificaat van deelname na afronding van de cursus.

Waarom kiezen voor deze opleiding?

C++ is een van de meest krachtige en veelzijdige programmeertalen, gebruikt in softwareontwikkeling, gameontwikkeling, embedded systemen en meer. Deze cursus biedt een uitgebreide voorbereiding op de C++ Certified Professional Programmer (CPP) certificering van het C++ Institute, waardoor je je technische vaardigheden kunt verdiepen en jouw carrière in softwareontwikkeling een boost kunt geven.

Wat je zult leren:

  • Basisprincipes van C++: Beheers de fundamentele concepten zoals datastructuren, objectgeoriënteerd programmeren (OOP) en memory management.
  • Geavanceerde technieken: Ontdek gevorderde functionaliteiten zoals template programming, exception handling en de standaard template library (STL).
  • Praktische toepassing: Werk aan praktijkoefeningen om C++-concepten toe te passen in real-world scenario’s.
  • Voorbereiding op certificering: Behaal de kennis en vaardigheden die nodig zijn om succesvol te slagen voor de C++ Certified Professional Programmer - CPP-examen.

Voordelen van de cursus:

  • Leer op je eigen tempo met interactieve video's en opdrachten.
  • Krijg toegang tot een uitgebreid scala aan oefeningen en voorbeelden die direct toepasbaar zijn.
  • Vergroot je kansen op een succesvolle carrière in softwareontwikkeling.

Wie zou moeten deelnemen?

Deze opleiding is ontworpen voor:

  • Softwareontwikkelaars: Die hun vaardigheden in C++ willen verdiepen en certificering willen behalen.
  • IT-professionals: Die werken in embedded systemen, games of systeemontwikkeling en meer willen leren over C++.
  • Studenten informatica: Die de basis en gevorderde technieken van C++ willen leren en certificering willen behalen voor hun carrière.
  • Professionals die zich willen certificeren: Bereid je voor op de C++ Certified Professional Programmer - CPP-certificering om je CV te versterken en je expertise te valideren.

Demo C++ Institute Certified Professional Programmer Training

Cursusinhoud

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++

Ga aan de slag met C++ Institute Certified Professional Programmer!

✔️ Beheers de kracht van C++ met een cursus die je zowel de basis als de gevorderde concepten leert.
✔️ Bereid je voor op certificering met een volledig trainingsprogramma.
✔️ Krijg toegang tot een bekroonde leeromgeving met interactieve video's, praktische taken en voortgangsbewaking.

Bestel nu jouw cursus en zet een grote stap richting jouw C++ Certified Professional Programmer certificering!

Specificaties

Artikelnummer
108770341
SKU
108770341
Taal
Engels
Kwalificaties van de Instructeur
Gecertificeerd
Cursusformaat en Lengte
Lesvideo's met ondertiteling, interactieve elementen en opdrachten en testen
Lesduur
5:34 uur
Voortgangsbewaking
Toegang tot Materiaal
365 dagen
Technische Vereisten
Computer of mobiel apparaat, Stabiele internetverbindingen Webbrowserzoals Chrome, Firefox, Safari of Edge.
Support of Ondersteuning
Helpdesk en online kennisbank 24/7
Certificering
Certificaat van deelname in PDF formaat
Prijs en Kosten
Cursusprijs zonder extra kosten
Annuleringsbeleid en Geld-Terug-Garantie
Wij beoordelen dit per situatie
Award Winning E-learning
Tip!
Zorg voor een rustige leeromgeving, tijd en motivatie, audioapparatuur zoals een koptelefoon of luidsprekers voor audio, accountinformatie zoals inloggegevens voor toegang tot het e-learning platform.

Beoordelingen

0/5
0 sterren op basis van 0 beoordelingen
0 beoordelingen
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!

Recent bekeken

Online 24/7
C++ Institute Certified Professional Programmer Training
C++ Institute Certified Professional Programmer Training
C++ Institute Certified Professional Programmer Training Bekroonde E-Learning cu...
€192,39 €159,00
 
Proefexamen
Microsoft MO-400 Outlook 2019 365 GMetrix Practice Exam
Microsoft
MO-400 Outlook 2019 365 GMetrix Practice Exam
Bestel MO-400 Outlook 2019 365 GMetrix Practice Exam en start vandaag nog uw pro...
€59,29 €49,00
 

Specificaties

Artikelnummer
108770341
SKU
108770341
Taal
Engels
Kwalificaties van de Instructeur
Gecertificeerd
Cursusformaat en Lengte
Lesvideo's met ondertiteling, interactieve elementen en opdrachten en testen
Lesduur
5:34 uur
Voortgangsbewaking
Toegang tot Materiaal
365 dagen
Technische Vereisten
Computer of mobiel apparaat, Stabiele internetverbindingen Webbrowserzoals Chrome, Firefox, Safari of Edge.
Support of Ondersteuning
Helpdesk en online kennisbank 24/7
Certificering
Certificaat van deelname in PDF formaat
Prijs en Kosten
Cursusprijs zonder extra kosten
Annuleringsbeleid en Geld-Terug-Garantie
Wij beoordelen dit per situatie
Award Winning E-learning
Tip!
Zorg voor een rustige leeromgeving, tijd en motivatie, audioapparatuur zoals een koptelefoon of luidsprekers voor audio, accountinformatie zoals inloggegevens voor toegang tot het e-learning platform.
0/5
0 sterren op basis van 0 beoordelingen
0 beoordelingen
Kies uw taal
Kies uw valuta

Mijn account

Wachtwoord vergeten?

Recent toegevoegd

Totaal excl. btw
€0,00
Bestel nog voor €50,00 en de verzending is gratis
0
Vergelijk
Start vergelijking

Beoordeel C++ Institute Certified Professional Programmer Training

Dit artikel is toegevoegd aan uw winkel wagen!
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. Cookies beheren