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

308 C++ courses in Ashtead delivered Live Online

INWARDS & OUTWARD PROCESSING AND RETURNED GOODS RELIEF

By Export Unlocked Limited

The course will cover special procedures and the benefits of using IP and OP in your compliance.

INWARDS & OUTWARD PROCESSING AND RETURNED GOODS RELIEF
Delivered Online
£295

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

C30M01 - Evacuation Alert systems - BS 8629 (online)

5.0(1)

By Ember Compliance

Learners will be introduced to EAS as part of the fire safety solution for tall residential properties. This CPD course provides learners with an understanding of the requirements of BS 5839-1 in relation to, design, installation, commissioning, and maintenance of EAS.

C30M01 - Evacuation Alert systems - BS 8629 (online)
Delivered Online + more
£230

Reiki Association Cacao O'Clock - Free online event

4.8(6)

By Stephanie Edwards

#CacaoCircle #CeremonialCacao #ReikiHealing #MindfulnessJourney #InnerFlow #CacaoRitual #SpiritualConnection #HeartOpening #CacaoCommunity

Reiki Association Cacao O'Clock  - Free online event
Delivered Online
FREE to £10

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

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

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

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 43
Fclb

fclb

London

Our mission: To protect the public by promoting excellence in chiropractic regulation through service to our member boards Our vision: The FCLB is the premier international resource for information and consolidated services for ensuring the safe, ethical practice of chiropractic Brief Overview The FCLB serves as a non-profit clearinghouse and forum for the discussion of important regulatory issues. The annual conference and district meetings provide an opportunity for a healthy exchange of ideas and viewpoints, as well as unified adoption of resolutions protecting the profession's examining regulatory standards and ultimately the consumer public. OUR SERVICES Query public records of board actions through CIN-BAD. Search for continuing education credits with PACE. Get information about our annual and district meetings. Research criteria for obtaining and maintaining a chiropractic license with our Official Directory. Check out our other resources including publications, resolutions, model codes, consumer information, notes for students, and ethics materials. WHO WE ARE The first meeting of the chiropractic licensing boards was held in 1919. The Federation of Chiropractic Licensing Boards became an organization officially in 1926, with different names over the years. Our purposes are detailed in the Certificate of Incorporation. In summary, these deal with maintaining high, uniform standards in areas related to chiropractic licensure, regulation, discipline, and education. The corporation is non-profit, deriving its income from member dues, directory sales, financial donations and conference fees. Dues are based on the number of active chiropractic licenses. The FCLB serves as a clearinghouse and forum for the discussion of important political issues. The annual conference and district meetings provide an opportunity for a healthy exchange of ideas and viewpoints, as well as unified adoption of resolutions protecting the profession's examining regulatory standards and ultimately the consumer public. The CIN-BAD system offers several informational databases to member boards and other subscribers. CIN-BAD's ever-expanding databases are increasingly significant to regulatory boards, chiropractic colleges, managed care providers, law enforcement, and the public. Eligible members of the FCLB include boards having jurisdiction to license or regulate the practice of chiropractic in the states, provinces, commonwealths or territories of the United States of America, Canada, Australia, Mexico, and other countries. Current board members, as well as those who have served on a board within the last five years, may participate as Fellows in FCLB activities, including holding office or serving on standing committees. Those who have ever served on a chiropractic regulatory board are Honorary Fellows, privileged to attend the annual business meeting. Other organizations with an interest in chiropractic licensure are also active with the Federation. WHAT WE DO