Cisco Training Courses

Cisco Training Courses

Insoft has been serving IT industry with authorized Cisco courses training, since 2010. Find all the relevant information on Cisco training on this page.

View More

Cisco Certifications

Experience a blended learning approach that combines the best of instructor-led training and self-paced e-learning to help you prepare for your certification exam.

View More

Cisco Learning Credits

Cisco Learning Credits (CLCs) are prepaid training vouchers redeemed directly with Cisco that make planning for your success easier when purchasing Cisco products and services.

Have CLCs and want to redeem them?

Cisco Continuing Education

The Cisco Continuing Education Program offers all active certification holders flexible options to recertify by completing a variety of eligible training items.

View More

Cisco U

Cisco U. is customized to achieve your learning needs as this provides learning paths that includes wide range of topics, including CCNA, Cloud and Network Automation Essentials.

Browse Catalogue

Cisco Business Enablement

The Cisco Business Enablement Partner Program focuses on sharpening the business skills of Cisco Channel Partners and customers.

View More

Fortinet Technical Certifications

Insoft Services´ training capabilities rely on the excellence of our exclusive Fortinet Certified Trainers (FCT). We are dedicated to providing high-quality training to Fortinet Customers and Partners.

View More

Fortinet Technical Courses

Insoft is recognised as Fortinet Authorized Training Center in selected locations across EMEA.

View More

ATC Status

Check our ATC Status across selected countries in Europe.

View More

Fortinet Services Packages

Insoft Services has developed a specific solution to streamline and simplify the process of installing or migrating to Fortinet Products.

Browse Packages

Prepforce Bootcamp

The only comprehensive source available today to prepare for Fortinet NSE 8 certification globally.

View More

Microsoft Training

Insoft Services provides Microsoft training in EMEAR. We provide Microsoft technical training and certification courses that are led by world-class instructors.

View More

Technical Training

The evolution of Extreme Networks Technical Training provides a comprehensive progressive pathway from Associate to Professional accreditation.

View More

ATP Accreditation

As an authorised training partner (ATP), Insoft Services ensures that you receive the highest standards of education available.

View More

What we do

Through our global presence and partner ecosystem, we provide strategic IT consulting services to align IT services with customers' business goals.

View More

 

We are pleased to launch pre-scoped Enterprise Networking Consulting Packages, our ready-made solutions, tailored to ensure efficiency and cost containment.

 

View More

 

We specialize in the deployment of vendor-specific automation tools as well as open-source and vendor-independent solutions, that can be tuned in accordance with the business needs of a specific organization.

 

View More

 

We provide comprehensive IoT consultancy, deployment and support solutions for businesses that want to launch or improve their use of connected technologies.

 

In a world where technologies are evolving rapidly, every company - business needs a partner to rely on and trust for the smooth and secure operation of its network infrastructure.

View More

 

In a world where technologies are evolving rapidly, every company - business needs a partner to rely on and trust for the smooth and secure operation of its network infrastructure.

View More

 

In a world where technologies are evolving rapidly, every company - business needs a partner to rely on and trust for the smooth and secure operation of its network infrastructure.

 

View More

 

In a world where technologies are evolving rapidly, every company - business needs a partner to rely on and trust for the smooth and secure operation of its network infrastructure.

 

View More
Cisco Training Courses

 

We provide the highest level of expertise on Cisco consultancy services, that target audits of your current network and implementing updates for improved operational performance, secure data and compliant systems.

View More

 

We provide the highest level of expertise on Fortinet consultancy services that target audits of your current network and implementing updates for improved operational performance, secure data and compliant systems.

View More

 

Our team can help enterprises, get the most value from Extreme products and services following our predefined value-added packages or custom ones that fits business needs.

 

View More

 

TXOne Networks provides cybersecurity solutions that ensure the reliability and safety of ICS and OT environments through the OT zero trust methodology protecting assets for their entire life cycle.

 

View More

About Us

Our training portfolio includes a wide range of IT training from IP providers, including Cisco, Extreme Networks, Fortinet, Microsoft, to name a few, in EMEA.

View More

C++ Fundamentals

Contact Us

We would love to hear from you. Please complete this form to pre-book or request further information about our delivery options.

Data Protection & Privacy

I consent to receive emails and/or calls from Insoft Services related to the Insoft Services´ products and services.
I acknowledge that my data will be collected and processed as described in the Insoft Services privacy policy.

Close

C++ Fundamentals

Enroll Now
Duration
2 Days
Delivery
(Online and onsite)
Price
Price Upon Request

Discover the peculiar feature points of C++ with this C++ Fundamentals training course, and lay a solid foundation of C++ knowledge. Get a hands-on, practical introduction to low-level programming with C and C++.

C++ Fundamentals begins by introducing you to the C++ syntax. You will study the semantics of variables along with their advantages and trade-offs, and see how they can be best used to write safe and efficient code. With the help of this course, you’ll be able to compile fully working C++ programs and understand how variables, references, and pointers can be used to manipulate the state of the program. You will then explore functions and classes— the features that C++ offers to organize a program—and use them to solve more complex problems. You’ll also understand common pitfalls and modern best practices, especially the ones that diverge from the C++98 guideline.

As you advance through the chapters, you’ll study the advantages of generic programming and write your own templates to make generic algorithms that work with any type. This C++ course will guide you in fully exploiting standard containers and understanding how to pick the appropriate container for each problem. You will even work with a variety of memory management tools in C++. By the end of the course, you’ll be equipped with all that you need to know to develop a robust and high-performance infrastructure.

By the end of this course, you will not only be able to write efficient code, but also be equipped to improve the readability, performance, and maintainability of your programs using standard algorithms.

After completing this course, you will be able to:

  • Work with the C++ compilation model and syntaxes
  • Apply best practices for writing functions and classes
  • Write safe, generic, and efficient code with templates
  • Explore the containers that C++ standard offers
  • Discover the new paradigms introduced with C++11, C++14, and C++17
  • Get to grips with the core language features of C++
  • Abstract complex problems using object-oriented programming in C++

Lesson 1: Getting Started

  • The C++ Compilation Model
  • Built-in Data Types
  • Pointers and References
  • Control Flow
  • The try-catch block
  • Arrays

Lesson 2: Functions

  • Function Declaration and Definition
  • Local and Global Variables
  • Passing Arguments and Returning
  • Working with const References or r-value References
  • Const Parameters and Default Arguments
  • Namespaces
  • Function Overloading

Lesson 3: Classes

  • Declaring and Defining a Class
  • Member Functions
  • Constructors and Destructors
  • Resource Acquisition Is Initialization
  • Nested Class Declarations
  • Copy Constructors and Assignment Operators
  • Operator Overloading
  • Introducing Functors

Lesson 4: Generic Programming and Templates

  • Templates
  • Defining Function and Class
  • Non-Type Template Parameters
  • Making Templates Easier to Use
  • Being Generic in Templates
  • Variadic Templates
  • Writing Easy-to-Read

Lesson 5: Standard Library Containers and Algorithms

  • Sequence
  • Associative Containers
  • Unordered Containers
  • Container
  • Unconventional
  • std::optional
  • std::variant
  • Iterators
  • Algorithms Provided by the C++ Standard Template Library

Lesson 6: Object-Oriented Programming

  • Inheritance
  • Polymorphism
  • Virtual Methods
  • Interfaces in C++
  • Dynamic Memory
  • Safe and Easy Dynamic Memory

If you’re a developer looking to learn a new powerful language or are familiar with C++ but want to update your knowledge with modern paradigms of C++11, C++14, and C++17, this course is for you.

To easily understand the concepts in the course, you must be familiar with the basics of programming.

 

Hardware:

For the optimal student experience, we recommend the following hardware configuration:

  • Processor: 2.5 GHz or higher (or equivalent)
  • Memory: 6 GB RAM or more
  • Hard disk: 20 GB free space

Software:

  • Operating System: Windows or Linux
  • Internet Browser: Google Chrome (latest version)
  • C++ IDE
Discover the peculiar feature points of C++ with this C++ Fundamentals training course, and lay a solid foundation of C++ knowledge. Get a hands-on, practical introduction to low-level programming with C and C++. C++ Fundamentals begins by introducing you to the C++ syntax. You will study the semantics of variables along with their advantages and trade-offs, and see how they can be best used to write safe and efficient code. With the help of this course, you’ll be able to compile fully working C++ programs and understand how variables, references, and pointers can be used to manipulate the state of the program. You will then explore functions and classes— the features that C++ offers to organize a program—and use them to solve more complex problems. You’ll also understand common pitfalls and modern best practices, especially the ones that diverge from the C++98 guideline. As you advance through the chapters, you’ll study the advantages of generic programming and write your own templates to make generic algorithms that work with any type. This C++ course will guide you in fully exploiting standard containers and understanding how to pick the appropriate container for each problem. You will even work with a variety of memory management tools in C++. By the end of the course, you'll be equipped with all that you need to know to develop a robust and high-performance infrastructure. By the end of this course, you will not only be able to write efficient code, but also be equipped to improve the readability, performance, and maintainability of your programs using standard algorithms.

After completing this course, you will be able to:

  • Work with the C++ compilation model and syntaxes
  • Apply best practices for writing functions and classes
  • Write safe, generic, and efficient code with templates
  • Explore the containers that C++ standard offers
  • Discover the new paradigms introduced with C++11, C++14, and C++17
  • Get to grips with the core language features of C++
  • Abstract complex problems using object-oriented programming in C++

Lesson 1: Getting Started

  • The C++ Compilation Model
  • Built-in Data Types
  • Pointers and References
  • Control Flow
  • The try-catch block
  • Arrays

Lesson 2: Functions

  • Function Declaration and Definition
  • Local and Global Variables
  • Passing Arguments and Returning
  • Working with const References or r-value References
  • Const Parameters and Default Arguments
  • Namespaces
  • Function Overloading

Lesson 3: Classes

  • Declaring and Defining a Class
  • Member Functions
  • Constructors and Destructors
  • Resource Acquisition Is Initialization
  • Nested Class Declarations
  • Copy Constructors and Assignment Operators
  • Operator Overloading
  • Introducing Functors

Lesson 4: Generic Programming and Templates

  • Templates
  • Defining Function and Class
  • Non-Type Template Parameters
  • Making Templates Easier to Use
  • Being Generic in Templates
  • Variadic Templates
  • Writing Easy-to-Read

Lesson 5: Standard Library Containers and Algorithms

  • Sequence
  • Associative Containers
  • Unordered Containers
  • Container
  • Unconventional
  • std::optional
  • std::variant
  • Iterators
  • Algorithms Provided by the C++ Standard Template Library

Lesson 6: Object-Oriented Programming

  • Inheritance
  • Polymorphism
  • Virtual Methods
  • Interfaces in C++
  • Dynamic Memory
  • Safe and Easy Dynamic Memory

If you’re a developer looking to learn a new powerful language or are familiar with C++ but want to update your knowledge with modern paradigms of C++11, C++14, and C++17, this course is for you.

To easily understand the concepts in the course, you must be familiar with the basics of programming.

 

Hardware:

For the optimal student experience, we recommend the following hardware configuration:

  • Processor: 2.5 GHz or higher (or equivalent)
  • Memory: 6 GB RAM or more
  • Hard disk: 20 GB free space

Software:

  • Operating System: Windows or Linux
  • Internet Browser: Google Chrome (latest version)
  • C++ IDE