• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

312 C++ courses in Nottingham delivered Live Online

Vaccination / Injection Course (GPT601)

4.6(39)

By Geopace Training

Learn how to administer vaccines or injections ... Nationally Recognised Qualification Includes IM, ID and Sub-Cut Injection methods OCN Accredited - Level 4 (Foundation Degree - FDSc) Covers all steps to safely perform a vaccination Use same techniques and skills for aesthetic therapies Includes B12, Vitamin C and other treatments Essential qualification for all injections Basic understanding of English language required OPEN TO ALL APPLICANTS

Vaccination / Injection Course (GPT601)
Delivered in Milton Keynes + 5 more or Online + more
£195

C Card North Wales - new providers training (July 25)

5.0(9)

By Cwmni Addysg Rhyw - Sex Education Company

One day foundation course in sexual health for staff who want to deliver the C Card in North Wales. This course is for staff who are not currently trained to deliver the C Card. We are also holding refresher courses for staff already trained - contact us for more details. We will cover: What is C Card? What needs to be in place for C Card providers to deliver the scheme What stock and support we provide The law and sex including Fraser Guidelines Key sexual health issues, including contraception and STI's Condoms, lube, dams, etc Inclusive practice How to use the online admin system - QES If you have any questions please get in touch with us at ccard@sexeducationcompany.org

C Card North Wales - new providers training (July 25)
Delivered Online
FREE

Advanced Phlebotomy - Skills & Techniques (GPT005)

4.6(39)

By Geopace Training

The UK's first and only Level 4 qualification in Phlebotomy (equivalent to Ireland Level 6) FDSc (Foundation Degree Level) qualification Nationally Recognised certificate Dually accredited: Open College Network and CPD Covers both aspirated and evacuated systems Covers specialised blood collection systems & methods Classroom or Virtual Classroom learning options Comprehensive Training Kit is provided when booking our Virtual Classroom option (yours to keep) Complete your training from beginner to advanced level This course either follows on from our Introduction to Phlebotomy Course or can be combined with our introductory course as part of a course package (see below) Available to candidates who have completed (or are currently enrolled to complete) our Introduction to Phlebotomy Course or have previous phlebotomy practical experience.

Advanced Phlebotomy - Skills & Techniques (GPT005)
Delivered in Liverpool + 20 more or Online + more
£195

C01M01 - FD&FA Fundamentals - BS 5839-1 (online)

5.0(1)

By Ember Compliance

This is a gateway course for all further learning in FD&FA systems.

C01M01 - FD&FA Fundamentals - BS 5839-1 (online)
Delivered Online + more
£230

C++ Bootcamp Course, 2-Months

4.6(12)

By PCWorkshops

C++ Bootcamp is for coding beginners: You want all the basic stuff, all the advanced stuff and practical experience and get a fantastic job in C++

C++ Bootcamp Course, 2-Months
Delivered OnlineFlexible Dates
£2,000

C To Master Skill: Learn C Programming Technique

By simplivlearning

Step by Step explanation of each topics in C Language with lots of programs.

C To Master Skill: Learn C Programming Technique
Delivered OnlineFlexible Dates
£10

C01M02 - FD&FA Design principles - BS 5839-1 (online)

5.0(1)

By Ember Compliance

This course will develop knowledge from the FD&FA foundation BS 5839-1 module and/or industry experience and apply this to the design of FD&FA systems.

C01M02 - FD&FA Design principles - BS 5839-1 (online)
Delivered Online + more
£230

Advanced C Plus Plus

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for If you have worked in C++ but want to learn how to make the most of this language, especially for large projects, this course is for you. Overview By the end of this course, you'll have developed programming skills that will set you apart from other C++ programmers. After completing this course, you will be able to: Delve into the anatomy and workflow of C++ Study the pros and cons of different approaches to coding in C++ Test, run, and debug your programs Link object files as a dynamic library Use templates, SFINAE, constexpr if expressions and variadic templates Apply best practice to resource management This course begins with advanced C++ concepts by helping you decipher the sophisticated C++ type system and understand how various stages of compilation convert source code to object code. You'll then learn how to recognize the tools that need to be used in order to control the flow of execution, capture data, and pass data around. By creating small models, you'll even discover how to use advanced lambdas and captures and express common API design patterns in C++. As you cover later lessons, you'll explore ways to optimize your code by learning about memory alignment, cache access, and the time a program takes to run. The concluding lesson will help you to maximize performance by understanding modern CPU branch prediction and how to make your code cache-friendly. Anatomy of Portable C++ Software Managing C++ Projects Writing Readable Code No Ducks Allowed ? Types and Deduction C++ Types Creating User Types Structuring our Code No Ducks Allowed ? Templates and Deduction Inheritance, Polymorphism, and Interfaces Templates ? Generic Programming Type Aliases ? typedef and using Class Templates No Leaks Allowed ? Exceptions and Resources Exceptions in C++ RAII and the STL Move Semantics Name Lookup Caveat Emptor Separation of Concerns ? Software Architecture, Functions, and Variadic Templates Function Objects and Lambda Expressions Variadic Templates The Philosophers' Dinner ? Threads and Concurrency Synchronous, Asynchronous, and Threaded Execution Review Synchronization, Data Hazards, and Race Conditions Future, Promises, and Async Streams and I/O File I/O Implementation Classes String I/O Implementation I/O Manipulators Making Additional Streams Using Macros Everybody Falls, It's How You Get Back Up ? Testing and Debugging Assertions Unit Testing and Mock Testing Understanding Exception Handling Breakpoints, Watchpoints, and Data Visualization Need for Speed ? Performance and Optimization Performance Measurement Runtime Profiling Optimization Strategies Cache Friendly Code

Advanced C Plus Plus
Delivered OnlineFlexible Dates
Price on Enquiry

C01M03 - FD&FA Installation principles - BS 5839-1 (online)

5.0(1)

By Ember Compliance

Learners will develop knowledge from the FD&FA foundation BS 5839-1 module and/or industry experience and apply this to the installation of FD&FA systems.

C01M03 - FD&FA Installation principles - BS 5839-1 (online)
Delivered Online + more
£230

C++ programming foundation

5.0(3)

By Systems & Network Training

C++ training course description A hands on introduction to programming in the C++ language. The course concentrates on aspects that will be new to experienced C programmers and so is not suitable for those without C knowledge. What will you learn Write C++ programs Debug C++ programs. Examine existing code and determine its function. Use classes, function overloading, operator overloading, inheritance and virtual functions within C++ programs. C++ training course details Who will benefit: Programmers needing to write C++ code. Programmers needing to maintain C++ code. Prerequisites: C programming foundation. Duration 5 days C++ training course contents The origins of C++ C++ as a better C, C++ and Object Oriented Programming, encapsulation, polymorphism, inheritance. C++ standards. Getting started Simple C++ programs. Classes Basics, constructor and destructor functions, member and friend functions. Using objects. Default, copy and conversion constructors. A better C Arrays, pointers and references, new and delete. Improved safety with smart pointers, Resource Acquisition in Initialization (RAII). Functions in C++ Function overloading, default arguments, inline functions, Lambda functions. Templates Template classes and functions. Standard Library Containers, Iterators, algorithms, function objects. Operator overloading Basics, binary operators, the this pointer, relational operators, unary operators. Members versus friends. Inheritance Base class access control, protected members, multiple inheritance, virtual base classes. More I/O Manipulators, customising inserters, extractors. File I/O. Virtual functions Pointers to derived classes, run time polymorphism. Exception handling Throwing errors, trying code and catching errors.

C++ programming foundation
Delivered in Internationally or OnlineFlexible Dates
£3,697

Educators matching "C++"

Show all 14
Finaltouch Training

finaltouch training

London

We are daughters, sisters, wives, mothers, learners, teachers and massage therapists. We believe in the profound power of gentle touch at all phases of the human journey, including advanced illness and at the end of life. We are eager to share what we are learning with others who feel called to serve with hearts and hands. Meet the Instructors Our Mission With the support of palliative care and hospice, a growing number of people are choosing the kinds of experiences they want at the end of life. Massage can offer moments of comfort, wellbeing and beauty at a challenging time for patients and their families. Yet most of us are not prepared with the right skills or knowledge to offer this help. Our mission is to offer top-notch education for professional and nonprofessionals who seek to provide safe, supportive touch for people with advanced illness. We also seek to connect people with other exceptional resources to support end-of-life massage – including books, websites, products and other trainings. We are passionately devoted to this mission, because we have seen firsthand the extraordinary benefits of gentle touch during advanced illness and at the end of life. Learn About Documented Benefits Our Classes Final Touch Training is a nationally approved continuing education provider (NCBTMB Provider #1146). Our workshops focus on adapting what therapists and caregivers already know to meet the needs of people with advanced illness, such as: -awareness of “healing agendas” and why these may not be helpful in end-of-life care -the stages of dying, including early decline, late decline and active dying -common symptoms in advanced illness, including pain, anxiety, shortness of breath, edema, skin changes, digestive issues, confusion and nearing death awareness -coping with loss and practical self-care strategies for preventing burnout More About Classes

Nottingham Hgv And Lgv Driver Training - Neil Codd

nottingham hgv and lgv driver training - neil codd

3.5(8)

Nottingham

Having run my own lorry for Hire & Reward including continental for a while I have been where you are going to be…. In the real world. I've run my own lorry based buisness for a number of years and moved into Driver Training in 1985 when two people who worked for me needed a C+E licence (HGV class 1) and just could not find a t...raining provider who offered the right training at a realistic price. I trained up both of them successfully and the rest as they say is history. In 1985 I attended the RTITB (The only recognised body to Road Transport) and also did the re registration courses as and when they were due. Since then the DSA have started their voluntary registration which I joined when launched. In January 2008 I re-sat & again passed the LGV Instructors course for the third time running including the new Theory Test and the Hazard Perception. So I know from personal experience what you will be expected to do. I'm one of only a handful of instructors in the area who are fully qualified. Not many people realise that, unlike Car instructors, HGV trainers do not have to be qualified to teach you. In over 20 years of training I have built up a firm customer base with many companies having been with me since 1985. There are two agencies who take newly qualified lorry drivers from me on a regular basis. I believe that during training it is important to be on the road as much as possible. I don’t have any Classrooms or spend time in Cafés or parked in Lay-By’s. All my training is in the Cab, the majority of the time with the wheels moving and you at the controls. After all that’s what you are paying for!