C Programming For Beginners - Master the C Language
Udemy Course Free Download
Become a better dev in other languages by learning C
What you'll learnUdemy Course Free Download
Become a better dev in other languages by learning C
- Understand the fundamentals of the C Programming Language
- Make yourself more marketable for entry level programming positions
- Create your first C Application
- Learn one of the most popular, widly used languages in the world
- Understand variables and the different data types
- Apply for real-time programming positions
- Understand the core language that most modern languages are based on
- Learn how to write high-quality code
– Introduction
- Welcome to Class!
- Class Organization
- Fundamentals of a Program
- Overview
- Language Features
- Creating a C Program
- Installing Code::Blocks
- Installing Visual Studio Code (Mac Users)
- Exploring the Code::Blocks Environment
- Creating a Project in Code::Blocks
- Creating and running your first C Program
- (Challenge) Writing a C program that displays your name
- (Demonstration) Writing a C program that displays your name
- Structure of a C Program
- Comments
- The preprocessor
- The #include statement
- Displaying Output
- Reading input from the terminal
- Overview
- Basic Data Types
- Enums and Chars
- Format Specifiers
- Command line arguments
- (Challenge) Print the Area of a Rectangle
- (Demonstration) Print the Area of a Rectangle
- (Challenge) Create and use an enum type
- (Demonstration) Create and use an enum type
- Overview
- Basic Operators
- Bitwise Operators
- The Cast and sizeof Operators
- Operator Precedence
- (Challenge) Convert minutes to years and days
- (Demonstration) Convert minutes to years and days
- (Challenge) Print the byte size of the basic data types
- (Demonstration) Print the byte size of the basic data types
- Overview
- If Statements
- Switch Statement
- (Challenge) Determine amount of Pay
- (Demonstration) Determine the amount of weekly Pay
- For Loop
- While and Do-While
- Nested Loops and loop Control - Break and Continue
- (Challenge) Guess the Number
- (Demonstration) Guess the Number
- Creating and using Arrays
- Initialization
- Multidimensional Arrays
- Variable Length Arrays
- (Challenge) Generate Prime Numbers
- (Demonstration) Generate Prime Numbers
- (Challenge) Create a simple Weather program
- (Demonstration) Create a simple Weather Program
- Basics
- Defining Functions
- Arguments and Parameters
- Returning data from functions
- Local and Global Variables
- (Challenge) Write some functions!
- (Demonstration) Write some functions!
- (Challenge) Create a Tic Tac Toe Game
- (Demonstration) Create a Tic Tac Toe Game
- Overview
- Defining a String
- Constant Strings
- Common String Functions
- Searching, Tokenizing, and Analyzing Strings
- Converting Strings
- (Challenge) Understanding char arrays
- (Demonstration) Understanding char arrays
- (Challenge) Utilizing common string functions
- (Demonstration) Utilizing common string functions
- Overview
- Understanding the call stack
- Code Blocks Debugger
- Common C Mistakes
- Understanding Compiler Errors
- Overview
- Defining Pointers
- Accessing Pointers
- (Challenge) Pointer Basics
- (Demonstration) Pointer Basics
- Using Pointers
- Pointers and const
- void pointers
- Pointers and Arrays
- Pointer Arithmetic
- Pointers and Arrays Example
- Pointers and Strings
- (Challenge) Counting characters in a String
- (Demonstration) Counting characters in a string
- Pass by reference
- (Challenge) Using Pointers as parameters
- (Demonstration) Using Pointers as parameters
- Dynamic Memory Allocation
- malloc, calloc, and realloc
- (Challenge) Using Dynamic Memory
- (Demonstration) Using Dynamic Memory
- Creating and Using Structures
- Structures and Arrays
- Nested Structures
- Structures and Pointers
- Structures and Functions
- (Challenge) Declaring and Initializing a structure
- (Demonstration) Declaring and Initializing a structure
- (Challenge) Structure Pointers and Functions
- (Demonstration) Structure Pointers and Functions
- Overview
- Accessing Files
- Reading for a file
- Writing to a file
- Finding your position in a File
- (Challenge) Find the number of lines in a file
- (Demonstration) Find the number of lines in a file
- (Challenge) Convert characters in a file to uppercase
- (Demonstration) Convert characters in a file to uppercase
- (Challenge) Print the contents of a file in reverse order
- (Demonstration) Print the contents of a file in reverse order
- Standard Header Files
- Various Functions
- Math Functions
- Utility Functions
- Further Topics of Study
- Course Summary
- Bonus - Please Watch!
- Check out Our Other 36 Udemy Courses!
- Source Codes
- A computer running Microsoft Windows, Linux or the Mac operating systems
- At least 4GB of ram is recommended
- No programming experience, all concepts taught in this class!
Have you never programmed a computer before, and think or have been told that C is a good programming language to get started with. It is!
Maybe you have some experience with other programming languages, but want to learn C. It's a great language to add to your resume!
Or perhaps you are stuck in a low paying programming job, and want to move up to a better, more senior position. Learning C can help you!
The fact is, learning how to program in C is not only an excellent programming language to get started with, but it will also make you a better programming in other computer languages!
Why learn C ?
C is often considered to be the mother of all languages because so many other languages have been based on it.
Though C is simple it is one of the most powerful languages ever created. Considering it was created over 40 years ago, it is still used heavily and is usually in the top 5 or 10 most popular and most widely programming languages in the world.
Learning C can actually make you a better programming in other languages like C++, Java, or C# by equipping you with a mental model of what the computer is actually doing when you run your programs.
By learning how things really work "under the hood", and understand memory space, CPU architecture and so on, you can create more efficient programs, and obtain a huge advantage over other programmers in the process.
If you want to become a better developer, learning C is a great way to start!
Why enrolling in this course is the best decision you can make.
By the end of this course, you will understand the fundamentals of the C Programming Language, and make yourself more marketable for entry level programming positions.
You will understand variables and the different data types, be able to utilize functions and arrays, understand the concept of pointers, learn about control flow (decision statements and iteration).
You will be in a position to apply for real-time programming positions, and truly understand the core language that most modern languages are based on!
If you have previously used the C programming language, then this course will deepen your understanding of it. If you have never used it, no problem, you will see that it can help you become a more efficient C developer.
The course will be constantly refined in the future based on student feedback!
This course does not skip on the details. You will learn how to write high quality code and become an excellent problem solver. This course does not just present how to code in the C programming language, but, also includes all the details on "why" you are doing the things you are doing. At the end of this course, you will fully understand the concepts of the C Programming language.
Your instructor, Jason Fedin has been teaching students for over 12 years via online classes at over 10 different online Universities. He has created many different class curriculums, ranging from mobile programming to bash scripting to Object-Oriented Design and of course the C programming language.
Additionally, he has been developing software for over 16 years in the real world at various companies, specializing in Object-Oriented Development and Mobile Applications.
This means you are learning from someone who has all the professional training, skills, and experience you need to teach you how to become proficient in the C programming language.
If you are ready to get that first paid programming job, or to move up to a more senior programming position, then this course is for you!
Who this course is for:
- Anyone looking to learn how to program in the C language