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

48 C (programming language) courses

C Programming Language for Beginners on Linux

5.0(1)

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

C++ Programming Language Masterclass

4.0(2)

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

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

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

C# Basics For Absolute Beginners in C# and .NET

By Packt

In this course, learn the C# programming fundamentals that are the building blocks of .NET programming, and build a solid foundation on the basics of C# programming language and coding constructs. No prior C# or .NET coding experience is required.

C# Basics For Absolute Beginners in C# and .NET
Delivered Online On Demand
£41.99

C++ Programming for Non Programmers

By Eduolc

Be a real master of the C programming language, and the art of problem solving using effective approaches of programming

C++ Programming for Non Programmers
Delivered Online On Demand
£12

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++ 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
123...5

Educators matching "C (programming language)"

Show all 42
Mistry Maths

mistry maths

Halifax

MistryMaths is a unique and unparalleled website that offers enterprising, innovative, engaging and high impact mathematics lessons and materials for a variety of people from students, teachers, lecturers, parents, schools, universities, education consultants and professionals. The author is Manoj Mistry and his work has proved immensely popular so very quickly. His work has gained over one million downloads and he was nominated for a 2013 Times Educational Supplement Award for his resource contribution to the education sector. Manoj is on a mission to change the face of mathematics education in the UK and abroad. He has started an eventful journey in banishing the stereotype of mathematics education being dull, inaccessible and worksheet based. Manoj wants to help tackle the skills shortage of mathematicians in the UK and challenge the notion that it is ok to be innumerate. No one ever confesses to being illiterate. There is a clear structure to every lesson with a minimum of three parts (majority of lessons are split into more). Lessons have been planned with OFSTED grading criteria in mind. The use of a yellow background is to help with retention. Not only is content being taught but links are readily made with skills that students can transfer into the outside world. Manoj would like to acknowledge the creativity of Laura Rees-Hughes and Tristan Jones for the work they have uploaded on www.tes.co.uk. Their creative ideas have inspired a number of different activities within his lessons. Manoj is passionate about improving the life chances of young people and bringing the UK back on the map as a pioneer in mathematics education. He has received countless praise and plenty of lovely messages from a variety of people he has never met from around the world, mentioning how much he has changed their lives and the learning experiences of students for the better. An educational institution messaged him saying they often hold exclusive meetings on how they can incorporate his resources into their scheme of work. Through desire, graft and word of mouth he has built up a brand in education, called MistryMaths, which is rapidly becoming well-renowned around the UK.