Wij slaan cookies op om onze website te verbeteren. Is dat akkoord? Ja Nee Meer over cookies »
Artikelnummer: 108770341

C++ Institute Certified Professional Programmer Training

Artikelnummer: 108770341

C++ Institute Certified Professional Programmer Training

159,00 192,39 Incl. btw

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

Lees meer
Kortingen:
  • Koop 2 voor €155,82 per stuk en bespaar 2%
  • Koop 3 voor €154,23 per stuk en bespaar 3%
  • Koop 5 voor €147,87 per stuk en bespaar 7%
  • Koop 10 voor €143,10 per stuk en bespaar 10%
  • Koop 25 voor €135,15 per stuk en bespaar 15%
  • Koop 50 voor €124,02 per stuk en bespaar 22%
  • Koop 100 voor €111,30 per stuk en bespaar 30%
  • Koop 200 voor €79,50 per stuk en bespaar 50%
Beschikbaarheid:
Op voorraad
Levertijd:
Voor 17:00 uur besteld! Start vandaag. Gratis Verzending.
  • Award Winning E-learning
  • De laagste prijs garantie
  • Persoonlijke service van ons deskundige team
  • Betaal veilig online of op factuur
  • Bestel en start binnen 24 uur

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.

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!

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 Ja
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 Ja
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.

Er zijn nog geen reviews geschreven over dit product.

Loading...

OEM Office Elearning Menu Top 2 in ICT-trainingen 2024!

OEM Office Elearning Menu is trots op de tweede plaats in de categorie ICT-trainingen 2024 bij Beste Opleider van Nederland (Springest/Archipel). Dank aan al onze cursisten voor hun vertrouwen!

Beoordelingen

Er zijn nog geen reviews geschreven over dit product.

Combideals

25.000+

Springest: 9.1 - Edubookers 9.0

3500+

20+