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

3 C (programming language) courses in Manchester

🔥 Limited Time Offer 🔥

Get a 10% discount on your first order when you use this promo code at checkout: MAY24BAN3X

Advanced C++ programming

5.0(3)

By Systems & Network Training

ADVANCED C++ TRAINING COURSE DESCRIPTION The course will give a broad overview of the C++ Programming language, focusing on modern C++, up to C++17. This course will cover the use of the Standard Library, including containers, iterator, function objects and algorithms. From the perspective of application development, a number of design patterns will be considered. WHAT WILL YOU LEARN * Write C++ programs using the more esoteric language features. * Utilise OO techniques to design C++ programs. * Use the standard C++ library. * Exploit advanced C++ techniques ADVANCED 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 ADVANCED C++ TRAINING COURSE CONTENTS * Study of a string class Create a string class as a means to investigate many issues, involving the use of operator overloading and including overloading new and delete. Creation of the class will also require consideration of 'const correctness'. * Exception handling Consider the issues involved in exception handling including the concept of exception safety. * Templates Review definition of template functions, including template parameter type deduction. Introduction to template metaprogramming. Newer features including template template parameters and variadic templates. Creation of template classes. * Design patterns Introduction to Design Patterns and consideration of a number of patterns, such as, factory method, builder, singleton and adapter. * The standard C++ library (STL) Standard Library features, such as, Containers, Iterator, Function Objects and Algorithms. Introduction to Lambda expressions. * C++ and performance The writing of code throughout the course will be oriented towards performant code, including use of R Value references and 'move' semantics. * Pointers The use of pointers will be considered throughout the course. Smart pointers will be considered to improve program safety and help avoid the use of 'raw' pointers. * Threading This section will consider the creation of threads and synchronisation issues. A number of synchronisation primitives will be considered. Async and the use of Atomic will also be considered. * New ANSI C++ features Summarising some of the newer features to be considered are: Auto, Lambdas expression, smart pointers, variadic templates and folds, R Value references and tuple together with structured binding.

Advanced C++ programming
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£3697

Complete C programming

5.0(3)

By Systems & Network Training

COMPLETE C PROGRAMMING TRAINING COURSE DESCRIPTION A hands-on introduction to programming in the ANSI C programming language. The course initially moves at a fast pace in order to spend as much time as possible on the subject of pointers - the area which cause the most bugs in C programs. WHAT WILL YOU LEARN * Write ANSI C programs * Use the C libraries * Debug C programs * Examine existing code and determine its function. COMPLETE C PROGRAMMING TRAINING COURSE DETAILS * Who will benefit: Programmers wishing to learn C. Programmers wishing to learn C++ or Java. * Prerequisites: None, although experience in another high level language would be useful. * Duration 5 days COMPLETE C PROGRAMMING TRAINING COURSE CONTENTS * Getting started The compilation process, comments, main(), statement blocks, printf(). * C data types and operators char, int, float and double, qualifiers, arithmetic and assignment operators, precedence, Associativity. * Basic I/O C libraries, stdin and stdout, getchar(), putchar(), printf() formatting. * Flow control if else, dangling elses, else if, while and for loops. switch statements, the null statement, break, continue and gotos. * Functions Function calls, arguments and return types, function declarations (prototypes), function definitions, scope of variables. * The preprocessor Preprocessor actions, macros, #include. Libraries and their relationship with header files. Conditional compilation. * More data types and operators Logical, bitwise and other operators, type conversion, casting, typedefs and access modifiers. * Arrays Declaring and handling arrays, common gotchas, multidimensional arrays. * Pointers What are pointers? Why they are so important, declaring and using pointers,The three uses of the *,pointer example - scanf, pointers as arguments. * More pointers Golden rules of pointers and arrays, pointers to arrays, pointer arithmetic, arrays of pointers, multiple indirection. * Character/string manipulation Arrays of characters, string definition, working with strings, String library. * Program arguments argc and argv, example uses,char *argv[] versus char ** argv. * Program structure and storage classes Globals (externals), multi source programs, the look of a C program. * Structures Declaration, the . and - operators, unions and bitfields. * Library functions File handling, fopen and fclose, reading from and writing to files, fseek().calloc() and malloc()

Complete C programming
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£3697

Complete C# programming

5.0(3)

By Systems & Network Training

COMPLETE C# PROGRAMMING TRAINING COURSE DESCRIPTION This training course teaches developers the programming skills that are required for developers to create Windows applications using the C# language. Students review the basics of C# program structure, language syntax, and implementation details, and then consolidate their knowledge throughout the week as they build an application that incorporates several features of the .NET Framework. WHAT WILL YOU LEARN * Use the syntax and features of C#. * Create and call methods, catch and handle exceptions, and describe the monitoring requirements of large-scale applications. * Implement a typical desktop application. * Create class, define and implement interfaces, and create and generic collections. * Read and write data to/from files. * Build a GUI using XAML. COMPLETE C# PROGRAMMING TRAINING COURSE DETAILS * Who will benefit: Programmers wishing to learn C#. * Prerequisites: Developers attending this course should already have gained some limited experience using C# to complete basic programming tasks. * Duration 5 days COMPLETE C# PROGRAMMING TRAINING COURSE CONTENTS * Review of C# Syntax Overview of Writing Applications using C#, Datatypes, Operators, and Expressions. C# Programming Language Constructs. Hands on Developing the Class Enrolment Application. * Methods, exceptions and monitoring apps Creating and Invoking Methods. Creating Overloaded Methods and Using Optional and Output Parameters. Handling Exceptions. Monitoring Applications. Hands on Extending the Class Enrolment Application Functionality. * Developing a graphical application Implementing Structs and Enums. Organizing Data into Collections. Handling Events. Hands on Writing the Grades Prototype Application. * Classes and Type-safe collections Creating Classes. Defining and Implementing Interfaces. Implementing Type-safe Collections. Hands on Adding Data Validation and Type-safety to the Grades Application. * Class hierarchy using Inheritance Class hierarchies. Extending .NET framework classes. Creating generic types. Hands on Refactoring common functionality into the User Class. * Reading and writing local data Reading and Writing Files. Serializing and Deserializing Data. Performing I/O Using Streams. Hands on Generating the Grades Report. * Accessing a Database Creating and using entity data models. Querying and updating data by using LINQ. Hands on Retrieving and modifying grade data. * Accessing remote data Accessing data across the web and in the cloud. Hands on Modifying grade data in the Cloud. * Designing the UI for a graphical applicatione Using XAML to design a User Interface. Binding controls to data. Styling a UI. Hands on Customizing Student Photographs and Styling the Application. * Improving performance and responsiveness Implementing Multitasking by using tasks and Lambda Expressions. Performing operations asynchronously. Synchronizing concurrent data access. Hands on Improving the responsiveness and performance of the application. * Integrating with unmanaged code Creating and using dynamic objects. Managing the Lifetime of objects and controlling unmanaged resources. Hands on Upgrading the grades report. * Creating reusable types and assemblies Examining Object Metadata. Creating and Using Custom Attributes. Generating Managed Code. Versioning, Signing and Deploying Assemblies. Hands on Specifying the Data to Include in the Grades Report. * Encrypting and Decrypting Data Implementing Symmetric Encryption. Implementing Asymmetric Encryption. Hands on Encrypting and Decrypting Grades Reports.

Complete C# programming
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£3697

Online Options

Show all 57

C Programming Language for Beginners on Linux

5.0(2)

By Studyhub UK

Unleash the power of programming with our course, 'C Programming Language for Beginners on Linux.' Imagine a journey where you seamlessly transition from a novice to a proficient coder, all within the Linux environment. In Lesson 01, delve into the fundamentals, laying a robust foundation for your coding expedition. As you progress through each lesson, unravel the intricacies of loops, variables, and control flow, gaining mastery over the essential building blocks of C programming. Picture yourself navigating the world of pointers, dynamic memory allocation, and file handling, equipping yourself with skills that transcend basic coding. Learning Outcomes * Master the fundamentals of C programming, from basic setup to advanced compiler flags. * Develop proficiency in working with loops, variables, and control flow for efficient coding. * Explore hexadecimal and binary notations, unraveling the mysteries of static variables. * Gain hands-on experience with pointers, dynamic memory allocation, and file handling. * Extend your coding capabilities by understanding structures, type definitions, and command line arguments. WHY CHOOSE THIS C PROGRAMMING LANGUAGE FOR BEGINNERS ON LINUX COURSE? 1. Unlimited access to the course for a lifetime. 2. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. 3. Structured lesson planning in line with industry standards. 4. Immerse yourself in innovative and captivating course materials and activities. 5. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. 6. Flexibility to complete the Course at your own pace, on your own schedule. 7. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. 8. Unlock career resources for CV improvement, interview readiness, and job success. WHO IS THIS C PROGRAMMING LANGUAGE FOR BEGINNERS ON LINUX COURSE FOR? * Aspiring programmers eager to delve into the world of C coding. * Students and beginners seeking a comprehensive guide to C programming on Linux. * Tech enthusiasts keen on mastering the fundamentals of coding in a Linux environment. * Those looking to enhance their programming skills with a focus on C language. * Individuals interested in understanding file handling, pointers, and dynamic memory allocation in C. CAREER PATH * Junior C Programmer: £25,000 - £30,000 * Linux Systems Developer: £30,000 - £40,000 * Embedded Software Engineer: £35,000 - £45,000 * Systems Analyst: £28,000 - £35,000 * C Software Developer: £30,000 - £40,000 * Linux Kernel Developer: £40,000 - £50,000 PREREQUISITES This C Programming Language for Beginners on Linux does not require you to have any prior qualifications or experience. You can just enrol and start learning.This C Programming Language for Beginners on Linux was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. CERTIFICATION After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. COURSE CURRICULUM C Programming Language for Beginners on Linux Lesson 01: Explore the Basics and Setup 00:31:00 Lesson 02: Loops, Printing to Screen, Floating Point Variables 00:31:00 Lesson 03: Hexadecimal and Binary Notation, Static Variables 00:31:00 Lesson 04: Methods, Parameters, Strings 00:30:00 Lesson 05: Get Input from User, Compare Strings, Control Flow 00:28:00 Lesson 06: Pointers, Addresses, Printing Patterns to the Screen 00:32:00 Lesson 07: Structures, Dynamic Memory Allocation, Type Definition 00:31:00 Lesson 08: Read and Write Files, Command Line Arguments, Compiler Flags 00:28:00

C Programming Language for Beginners on Linux
Delivered Online On Demand
£10.99

55337 Introduction to Programming

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for anyone who is new to software development and wants, or needs, to gain an understanding of programming fundamentals and object-oriented programming concepts. They will typically be high school students, post-secondary school students, or career changers, with no prior programming experience. They might want to gain an understanding of the core programming fundamentals before moving on to more advanced courses such as Programming in C#. Overview Explain core programming fundamentals such as computer storage and processing. Explain computer number systems such as binary. Create and use variables and constants in programs. Explain how to create and use functions in a program. Create and use decisions structures in a computer program. Create and use repetition (loops) in a computer program. Explain pseudocode and its role in programming. Explain the basic computer data structures such as arrays, lists, stacks, and queues. Implement object-oriented programming concepts. Create and use classes in a computer program. Implement encapsulation, inheritance, and polymorphism. Describe the base class library (BCL) in the .NET Framework. Explain the application security concepts. Implement simple I/O in a computer program. Identify application errors and explain how to debug an application and handle errors. Identify the performance considerations for applications. In this 5-day course, students will learn the basics of computer programming through the use of Microsoft Visual Studio 2022 and the Visual C# and Visual Basic programming languages. The course assumes no prior programming experience and introduces the concepts needed to progress to the intermediate courses on programming, Programming in C#. The focus will be on core programming concepts such as computer storage, data types, decision structures, and repetition by using loops. The course also covers an introduction to object-oriented programming covering classes, encapsulation, inheritance, and polymorphism. Coverage is also included around exception handling, application security, performance, and memory management. 1 - INTRODUCTION TO CORE PROGRAMMING CONCEPTS * Computer Data Storage and Processing * Application Types * Application Lifecycle * Code Compilation 2 - CORE PROGRAMMING LANGUAGE CONCEPTS * Syntax * Data Types * Variables and Constants 3 - PROGRAM FLOW * Introduction to Structured Programming Concepts * Introduction to Branching * Using Functions * Using Decision Structures * Introducing Repetition 4 - ALGORITHMS AND DATA STRUCTURES * Understand How to Write Pseudocode * Algorithm Examples * Introduction to Data Structures 5 - ERROR HANDLING AND DEBUGGING * Introduction to Program Errors * Introduction to Structured Error Handling * Introduction to Debugging 6 - INTRODUCTION TO OBJECT-ORIENTED PROGRAMMING * Introduction to Complex Structures * Introduction to Structs * Introduction to Classes * Introducing Encapsulation 7 - MORE OBJECT-ORIENTED PROGRAMMING * Introduction to Inheritance * Introduction to Polymorphism * Introduction to .NET and the Base Class Library 8 - INTRODUCTION TO APPLICATION SECURITY * Authentication and Authorization * Code Permissions on Computers * Introducing Code Signing 9 - CORE I/O PROGRAMMING * Using Console I/O * Using File I/O 10 - APPLICATION PERFORMANCE AND MEMORY MANAGEMENT * Value Types vs Reference Types * Converting Types * The Garbage Collector ADDITIONAL COURSE DETAILS: Nexus Humans 55337 Introduction to Programming training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the 55337 Introduction to Programming course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

55337 Introduction to Programming
Delivered Online6 days, Jun 3rd, 13:00 + 2 more
£2975

The Complete Beginners Guide to Arduino - 2021

By Packt

This course is a complete guide to Arduino. Designed with multiple practical projects, you can gain hands-on experience during this course. Programming and electronics fundamentals are also covered in the course.

The Complete Beginners Guide to Arduino - 2021
Delivered Online On Demand
£37.99

C++ Programming Language Masterclass

5.0(1)

By LearnDrive UK

Master C++ Programming with our comprehensive masterclass! From basics to advanced concepts like pointers, structures, and file handling, this course equips you to write efficient C++ code. Perfect for beginners and those looking to refresh their skills.

C++ Programming Language Masterclass
Delivered Online On Demand
£20

C++ Programming for Absolute Beginners

5.0(2)

By Studyhub UK

Unlock your programming potential!   C++ programming is a widely-used and powerful language that forms the basis of many computer systems, games, and applications. In the UK, an average salary of a C++ developer is estimated to be £50,000 per annum. By taking our C++ Programming for Absolute Beginners course, you can kickstart a lucrative career in the thriving field of software development.   Our course covers all the essentials, from setting up your local development environment to mastering C++ basics, operators, strings, and data types. Through exercises and practical examples, you'll get a solid understanding of the C++ decision-making process, control flow loops, arrays, and functions. Gain the skills and knowledge that employers are looking for, all at your own pace and from the comfort of your home.    Taking the C++ Programming for Absolute Beginners course, you'll uncover the power and flexibility of C++ programming, opening a world of opportunities in the software industry. This course is a valuable resource for beginners aspiring to become proficient software developers or seasoned programmers wanting to add C++ to their skill set. Join the ranks of high-earning C++ developers today and take a step towards a promising future. Enrol in the course right now!   LEARNING OUTCOME: Upon completion of the C++ Programming for Absolute Beginners course, you will be able to: * Understand the fundamentals of C++ programming language. * Set up your local development environment. * Master the use of C++ operators, strings, and data types. * Learn the decision-making process in C++. * Gain proficiency in handling C++ control flow loops and arrays. * Familiarise yourself with creating and managing C++ functions. * Develop problem-solving skills using C++ programming.   WHO IS THIS COURSE FOR: This C++ Programming for Absolute Beginners course is ideal for: * Aspiring software developers with no prior programming experience. * Individuals interested in learning a new programming language. * Students pursuing computer science and related fields. * Professionals seeking to upgrade their skills in programming. * Gamers interested in creating their own games.   WHY BUY THIS C++ PROGRAMMING FOR ABSOLUTE BEGINNERS COURSE? * Unlimited access to the course forever * Digital Certificate, Transcript, and student ID are all included in the price * Absolutely no hidden fees * Directly receive CPD accredited qualifications after course completion * Receive one-to-one assistance when needed * Immediately receive the PDF certificate after passing * Receive the original copies of your certificate and transcript immediately * Easily learn the skills and knowledge from the comfort of your home CAREER PATH: Upon completion of this C++ Programming course, you will have the knowledge and skills to pursue many career paths, such as: * Junior C++ Developer: £30,000 - £40,000 per annum. * C++ Software Developer: £40,000 - £50,000 per annum. * Senior C++ Developer: £50,000 - £60,000 per annum. * C++ Software Engineer: £60,000 - £70,000 per annum. * Lead C++ Developer: £70,000 - £80,000 per annum. * C++ Development Manager: £80,000 - £90,000 per annum.   CERTIFICATION After studying the course materials of the C++ Programming for Absolute Beginners course, there will be a written assignment test which you can take either during or at the end of the course. After passing the test, you will have a range of certification options. A CPD Accredited PDF Certificate costs £4.99, while a CPD Accredited Hardcopy Certificate is £8.00. We also offer transcript services. A PDF Transcript costs £4.99, and a Hardcopy Transcript is £9.99. Select according to your needs, and we assure timely delivery of your chosen certificate.   REQUIREMENTS This professionally designed C++ Programming for Absolute Beginners course does not require you to have any prior qualifications or experience. It is open to everyone, and you can access the course from anywhere at any time. Just enrol and start learning!

C++ Programming for Absolute Beginners
Delivered Online On Demand
£10.99

C# Basics

5.0(2)

By Studyhub UK

Embark on your journey into the world of programming with our C# Basics course, designed to take you from a complete beginner to a confident coder. In this course, you'll be introduced to the fundamentals of C#, one of the most popular and versatile programming languages in the world. Starting with the basics, you'll learn to create console applications, write your first projects, and understand the syntax of C#. Explore essential concepts like data types, operators, decision-making, and loops, and practice your newfound skills with real-world examples. Whether you're an aspiring developer, a tech enthusiast, or someone eager to understand the foundations of programming, this course provides a solid platform to kickstart your coding journey. Learning Outcomes * Master the fundamentals of C# programming. * Create basic console applications and projects. * Understand the syntax and structure of C# code. * Explore data types and operators for coding flexibility. * Learn decision-making techniques and the power of loops. WHY CHOOSE THIS C# BASICS COURSE? 1. Unlimited access to the course for a lifetime. 2. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. 3. Structured lesson planning in line with industry standards. 4. Immerse yourself in innovative and captivating course materials and activities. 5. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. 6. Flexibility to complete the Course at your own pace, on your own schedule. 7. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. 8. Unlock career resources for CV improvement, interview readiness, and job success. WHO IS THIS C# BASICS COURSE FOR? * Aspiring programmers eager to learn the foundations of C#. * Tech enthusiasts interested in coding and software development. * Individuals looking to kickstart their careers in programming. * Anyone seeking to understand the basics of the C# programming language. * Students and learners with a passion for technology and coding. CAREER PATH * Junior Software Developer: £20,000 - £40,000 * Web Developer: £22,000 - £45,000 * Software Engineer: £25,000 - £50,000 * Application Developer: £22,000 - £45,000 * Database Developer: £22,000 - £45,000 * IT Support Specialist: £18,000 - £35,000 PREREQUISITES This C# Basics does not require you to have any prior qualifications or experience. You can just enrol and start learning.This C# Basics was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. CERTIFICATION After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. COURSE CURRICULUM C# Basics Section 1: Introduction & Getting Started Unit 1: Introduction 00:03:00 Unit 2: Instructor's Introduction 00:03:00 Unit 3: Downloading and Installing Microsoft Visual Studio 00:04:00 Unit 4: Basics + Create Your First Project 00:07:00 Section 2: Basic Input/Output Console Applications Unit 1: Basic Input and Output Using Console Methods 00:10:00 Section 3: Coding Your First Project Unit 1: Coding Your First Project 00:09:00 Unit 2: String Arguments Explained 00:08:00 Section 4: Syntax Basics Unit 1: Syntax Basics 00:06:00 Section 5: Data Types Unit 1: Data Types 00:10:00 Unit 2: Type Conversion 00:08:00 Section 6: Operators Unit 1: Operators 00:14:00 Unit 2: Operators Example 00:08:00 Section 7: Practice Example Unit 1: Calculate My age App 00:08:00 Section 8: Decision Making Using If Statement Unit 1: If statement 00:05:00 Unit 2: If Else + Nested If 00:10:00 Section 9: Decision Making Using Switch Case Unit 1: Switch Case 00:10:00 Section 10: Loops Unit 1: While Loop + Do While 00:12:00 Unit 2: For Loop 00:07:00 Assignment Assignment - C# Basics 00:00:00

C# Basics
Delivered Online On Demand
£10.99

C++ Programming for Beginners

By Course Cloud

COURSE OVERVIEW Learn how to use the most popular free-form computing framework to create performance-critical applications with this introductory C++ Programming for Beginners course. C++ is the industry professional's choice when it comes to building apps that rely on speed and memory management. With this expert training, you can learn programming skills from scratch, regardless of any current computing skills that you have or prior experience. This C++ Programming tutorial contains 21 modules that concentrate on the critical elements of using this language when pursuing practical projects, such as software development, VR, and scientific computing. You will be taught about the key functions and competencies, including programming with static variables, Polymorphism, data encapsulation, and much more. Everything you need to advance from being a newbie user to a proficient programmer is right here. Enrol now and ensure that your computer skills stand out from the IT crowd.   This best selling C++ Programming for Beginners has been developed by industry professionals and has already been completed by hundreds of satisfied students. This in-depth C++ Programming for Beginners is suitable for anyone who wants to build their professional skill set and improve their expert knowledge. The C++ Programming for Beginners is CPD-accredited, so you can be confident you're completing a quality training course will boost your CV and enhance your career potential. The C++ Programming for Beginners is made up of several information-packed modules which break down each topic into bite-sized chunks to ensure you understand and retain everything you learn. After successfully completing the C++ Programming for Beginners, you will be awarded a certificate of completion as proof of your new skills. If you are looking to pursue a new career and want to build your professional skills to excel in your chosen field, the certificate of completion from the C++ Programming for Beginners will help you stand out from the crowd. You can also validate your certification on our website. We know that you are busy and that time is precious, so we have designed the C++ Programming for Beginners to be completed at your own pace, whether that's part-time or full-time. Get full course access upon registration and access the course materials from anywhere in the world, at any time, from any internet-enabled device.  Our experienced tutors are here to support you through the entire learning process and answer any queries you may have via email.

C++ Programming for Beginners
Delivered Online On Demand
£319

C++ Complete Coding Course

By Course Cloud

COURSE OVERVIEW Gain Modern C++ Object-Oriented Programming (OOP) and STL skills needed for game, system, and application development, with this best-selling course. This course is ideal for those who have a basic understanding of algorithms and object-oriented software. You will learn how to write and debug code in C and C++ programming languages, learn how to solve problems using algorithms, plus much more. This course will cover the core concepts of C programming that can be applied to many other programming languages. Take your career to the next level by learning up-to-date best practices and gain the expertise to program with one of the world's leading programming languages in the world. This best selling C++ Complete Coding Course has been developed by industry professionals and has already been completed by hundreds of satisfied students. This in-depth C++ Complete Coding Course is suitable for anyone who wants to build their professional skill set and improve their expert knowledge. The C++ Complete Coding Course is CPD-accredited, so you can be confident you're completing a quality training course will boost your CV and enhance your career potential. The C++ Complete Coding Course is made up of several information-packed modules which break down each topic into bite-sized chunks to ensure you understand and retain everything you learn. After successfully completing the C++ Complete Coding Course, you will be awarded a certificate of completion as proof of your new skills. If you are looking to pursue a new career and want to build your professional skills to excel in your chosen field, the certificate of completion from the C++ Complete Coding Course will help you stand out from the crowd. You can also validate your certification on our website. We know that you are busy and that time is precious, so we have designed the C++ Complete Coding Course to be completed at your own pace, whether that's part-time or full-time. Get full course access upon registration and access the course materials from anywhere in the world, at any time, from any internet-enabled device.  Our experienced tutors are here to support you through the entire learning process and answer any queries you may have via email.

C++ Complete Coding Course
Delivered Online On Demand
£319

C# Fundamentals

By Course Cloud

COURSE OVERVIEW Learn the fundamentals of C# programming from an expert in the industry, with this best-selling training course. Want to know how to write high-quality code in the world's most powerful general-purpose programming languages? The C# Fundamentals course is designed to equip you with in-demand programming skills, guiding you through how to write your first C# program, step-by-step. You will learn best practices for writing code, debugging features, working with collections, variables, and much more, taking your career to the next level. This course covers the key areas of C# programming for beginners, broken down into 10 core modules, as well as an extra bonus module focusing on career development. Earn a formal industry-recognised qualification and take steps to become a top programmer today. This best selling C# Fundamentals has been developed by industry professionals and has already been completed by hundreds of satisfied students. This in-depth C# Fundamentals is suitable for anyone who wants to build their professional skill set and improve their expert knowledge. The C# Fundamentals is CPD-accredited, so you can be confident you're completing a quality training course will boost your CV and enhance your career potential. The C# Fundamentals is made up of several information-packed modules which break down each topic into bite-sized chunks to ensure you understand and retain everything you learn. After successfully completing the C# Fundamentals, you will be awarded a certificate of completion as proof of your new skills. If you are looking to pursue a new career and want to build your professional skills to excel in your chosen field, the certificate of completion from the C# Fundamentals will help you stand out from the crowd. You can also validate your certification on our website. We know that you are busy and that time is precious, so we have designed the C# Fundamentals to be completed at your own pace, whether that's part-time or full-time. Get full course access upon registration and access the course materials from anywhere in the world, at any time, from any internet-enabled device.  Our experienced tutors are here to support you through the entire learning process and answer any queries you may have via email.

C# Fundamentals
Delivered Online On Demand
£319

C++ for Non-Programmers

By Course Cloud

COURSE OVERVIEW Discover how to program and create applications from the very beginning, even if you have no computer language knowledge, with this enlightening training on C++ for Non-Programmers. C++ is the industry-standard programming language that utilises speed and memory management to make technical magic happen. With the advantage of this tuition, you will be able to fully enter the world of programming and make yourself a valuable commodity for a client or company.      This C++ Programming tutorial contains 30 sections of IT expertise with expertly presented lessons. As a result, you will come to understand the basic requirements of both programming and coding on modern platforms. The total learning curve is presented here for you, from creating your first project to using Polymorphism to make an application stand out when compared to others. This introductory learning experience is modelled for the absolute beginner with no prior coding knowledge and is the perfect first step on a new and exciting career ladder in IT.   This best selling C++ for Non-Programmers has been developed by industry professionals and has already been completed by hundreds of satisfied students. This in-depth C++ for Non-Programmers is suitable for anyone who wants to build their professional skill set and improve their expert knowledge. The C++ for Non-Programmers is CPD-accredited, so you can be confident you're completing a quality training course will boost your CV and enhance your career potential. The C++ for Non-Programmers is made up of several information-packed modules which break down each topic into bite-sized chunks to ensure you understand and retain everything you learn. After successfully completing the C++ for Non-Programmers, you will be awarded a certificate of completion as proof of your new skills. If you are looking to pursue a new career and want to build your professional skills to excel in your chosen field, the certificate of completion from the C++ for Non-Programmers will help you stand out from the crowd. You can also validate your certification on our website. We know that you are busy and that time is precious, so we have designed the C++ for Non-Programmers to be completed at your own pace, whether that's part-time or full-time. Get full course access upon registration and access the course materials from anywhere in the world, at any time, from any internet-enabled device.  Our experienced tutors are here to support you through the entire learning process and answer any queries you may have via email.

C++ for Non-Programmers
Delivered Online On Demand
£319

Educators matching "C (programming language)"

Show all 1