HOME > Development > Advanced C Programming Course

Advanced C Programming Course

  • Development
  • Apr 15, 2025
SynopsisAdvanced C Programming Course, available at $99.99, has an av...
Advanced C Programming Course  No.1

Advanced C Programming Course, available at $99.99, has an average rating of 4.44, with 174 lectures, 13 quizzes, based on 4642 reviews, and has 37554 subscribers.

You will learn about Understand and be able to apply advanced concepts of the C programming language to create advanced C applications. Understand Function and Double Pointers, Recursion, Bit Manipulation, Macros, Signals and loads more (check curriculam on this page for full list). Learn all about threads and networking with Sockets. Master the art of problem solving in programming using efficient, proven methods. Be able to apply advanced C concepts to other programming languages. How to write high quality C code, to make yourself more marketable for higher level programming positions and be apply for real-time/embedded programming positions. This course is ideal for individuals who are This course is not aimed for beginners. If you have never used C programming before, then I would suggest you purchase our C Programming For Beginners course first, complete it then come back to take this advanced course. or On the other hand, if you already have a basic or prior experience with C programming, then this course is for you! It is particularly useful for This course is not aimed for beginners. If you have never used C programming before, then I would suggest you purchase our C Programming For Beginners course first, complete it then come back to take this advanced course. or On the other hand, if you already have a basic or prior experience with C programming, then this course is for you!.

Enroll now: Advanced C Programming Course

Summary

Title: Advanced C Programming Course

Price: $99.99

Average Rating: 4.44

Number of Lectures: 174

Number of Quizzes: 13

Number of Published Lectures: 174

Number of Published Quizzes: 13

Number of Curriculum Items: 187

Number of Published Curriculum Objects: 187

Original Price: $129.99

Quality Status: approved

Status: Live

What You Will Learn

  • Understand and be able to apply advanced concepts of the C programming language to create advanced C applications.
  • Understand Function and Double Pointers, Recursion, Bit Manipulation, Macros, Signals and loads more (check curriculam on this page for full list).
  • Learn all about threads and networking with Sockets.
  • Master the art of problem solving in programming using efficient, proven methods.
  • Be able to apply advanced C concepts to other programming languages.
  • How to write high quality C code, to make yourself more marketable for higher level programming positions and be apply for real-time/embedded programming positions.
  • Who Should Attend

  • This course is not aimed for beginners. If you have never used C programming before, then I would suggest you purchase our C Programming For Beginners course first, complete it then come back to take this advanced course.
  • On the other hand, if you already have a basic or prior experience with C programming, then this course is for you!
  • Target Audiences

  • This course is not aimed for beginners. If you have never used C programming before, then I would suggest you purchase our C Programming For Beginners course first, complete it then come back to take this advanced course.
  • On the other hand, if you already have a basic or prior experience with C programming, then this course is for you!
  • What you will learn in this course?

    The C programming language in 2020 is still one of the most popular and widely used languages. Having C programming skills gives you great career options, but learning the C language, particularly some of the trickier advanced stuff can be really difficult.

    This course is designed to take your basic C skills to the next level and help you obtain mastery of the language by helping you understand advanced concepts of the C programming language, enabling you to master the art of problem-solving in programming using efficient, proven methods.

    You’ll learn how to write high-quality C code and to make yourself more marketable for higher-level programming positions.

    Just some of the topics in this huge 28-hour course include Threads, Function Pointers, Double Pointers, Recursion, Networking using Sockets, Bit manipulation, Macros, Signals, Storage Classes and loads more.  Check the curriculum on this page for full details of what is included in this very comprehensive course.

    By the end of this course, with your new-found skills, you will be able to apply for real-time/embedded C programming positions or any job that requires mastery of the C programming language and be able to apply your new skills developing your own Advanced C programs.

    What’s different about this course?

    Jason Fedin is your instructor in this course and this course takes the skills you learned in that course to the next level.

    This course focuses on the details and a thorough understanding of all advanced C programming concepts. This is not just a how-to course, it is a “why?” course.

    You will learn how to implement specific advanced C concepts such as multi-threading and double pointers, in addition to learning why they are the best approach and how they make you a high-quality C programmer.

    Many, many examples, challengesand quizzesare provided to test your understanding of every concept that you have learned.

    This course is unique to other courses here at Udemy in that the details and the why are explained. We do not just go through projects and provide a how-to.

    Who is the course aimed at?

    This is not a beginner’s course.  It’s assumed you have some knowledge of the C programming language, preferably having completed our Beginner course (here on Udemy) or similar training and/or commercial programming experience in C or a similar language.

    Getting started

    If you are ready to get started, click on the enroll or Add to Cart button on this page and start taking your C Language skills to the next level.

    Course Curriculum

    Chapter 1: Introduction

    Lecture 1: Welcome to Class!

    Lecture 2: Class Organization

    Lecture 3: The C99 Standard

    Lecture 4: The C11 Standard

    Chapter 2: Installing Required Software

    Lecture 1: Overview

    Lecture 2: Installing the C Compiler (Windows)

    Lecture 3: Installing CodeLite On Windows

    Lecture 4: Configuring CodeLite on Windows

    Lecture 5: Installing the C Compiler (Mac)

    Lecture 6: Installing CodeLite on Mac

    Lecture 7: Configuring CodeLite on Mac

    Lecture 8: Installing CodeLite on Ubuntu Linux

    Lecture 9: Configuring CodeLite on Ubuntu Linux

    Lecture 10: Creating a Default CodeLite Project Template (All Versions)

    Lecture 11: Using the Command Line Interface

    Lecture 12: Using the Command Line Interface on Windows

    Lecture 13: Using the Command Line Interface on Mac

    Lecture 14: Using the Command Line Interface on Linux

    Lecture 15: Using a Web-based C compiler

    Chapter 3: Starting to Write Code

    Lecture 1: Exploring the CodeLite Environment

    Lecture 2: Creating our first C program

    Lecture 3: Building/Compiling our first program

    Chapter 4: Working with Larger Programs

    Lecture 1: Overview

    Lecture 2: Compiling multiple source files from the command line

    Lecture 3: Makefiles

    Lecture 4: Communication between files

    Lecture 5: Using Header files effectively

    Lecture 6: Heap and Stack Memory Allocation

    Chapter 5: Storage Classes

    Lecture 1: Automatic Variables

    Lecture 2: External

    Lecture 3: Static

    Lecture 4: Register

    Lecture 5: (Challenge)

    Chapter 6: Advanced Data Types

    Lecture 1: The #define statement (constants)

    Lecture 2: Using typedef

    Lecture 3: Variable Length Arrays

    Lecture 4: (Challenge) Variable Length Arrays

    Lecture 5: Flexible Array Members

    Lecture 6: (Challenge) Flexible Array Members

    Lecture 7: Complex number types

    Lecture 8: (Challenge) Complex number types

    Lecture 9: Designated Initializers

    Lecture 10: (Demonstration) Challenge solutions

    Chapter 7: Type Qualifiers

    Lecture 1: const

    Lecture 2: volatile

    Lecture 3: restrict

    Chapter 8: Bit Manipulation

    Lecture 1: Binary numbers and bits

    Lecture 2: (Challenge) Binary numbers and Bits

    Lecture 3: (Demonstration) Binary numbers and Bits

    Lecture 4: Bitwise Operators (Logical)

    Lecture 5: Bitwise Operators (Shifting)

    Lecture 6: (Challenge) Bitwise Operators

    Lecture 7: (Demonstration) Bitwise Operators

    Lecture 8: Bitmasks

    Lecture 9: Using Bit Operators to pack data

    Lecture 10: (Challenge) Setting and Reading bits

    Lecture 11: (Demonstration) Setting and Reading bits

    Lecture 12: Using Bit Fields to pack data

    Lecture 13: (Challenge) Using Bit Fields to pack data

    Lecture 14: (Demonstration) Using Bit Fields to pack data

    Chapter 9: Advanced Control Flow

    Lecture 1: The goto statement

    Lecture 2: (Challenge) The goto statement

    Lecture 3: The null statement

    Lecture 4: The comma operator

    Lecture 5: setjmp and longjmp functions

    Lecture 6: (Challenge) setjmp and longjmp functions

    Lecture 7: (Demonstration) Advanced Control Flow

    Chapter 10: Input and Output

    Lecture 1: char functions (input)

    Lecture 2: char functions (output)

    Lecture 3: (Challenge) char functions

    Lecture 4: (Demonstration) char functions

    Lecture 5: string functions

    Lecture 6: (Challenge) string functions

    Lecture 7: (Demonstration) string functions

    Lecture 8: Formatting functions

    Lecture 9: (Challenge) Formatting functions

    Lecture 10: (Demonstration) Formatting functions

    Chapter 11: Advanced Function Concepts

    Lecture 1: Variadic Functions

    Lecture 2: va_copy

    Lecture 3: (Challenge) Variadic Functions

    Lecture 4: (Demonstration) Variadic Functions

    Lecture 5: Recursion

    Lecture 6: (Challenge) Recursion

    Instructors

  • Advanced C Programming Course  No.2
    Tim Buchalkas Learn Programming Academy
    Professional Programmers and Teachers – 2M students
  • Advanced C Programming Course  No.3
    Jason Fedin
    Instructor / Software Developer
  • Rating Distribution

  • 1 stars: 71 votes
  • 2 stars: 94 votes
  • 3 stars: 435 votes
  • 4 stars: 1588 votes
  • 5 stars: 2454 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!