Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
C - Fast Crash Course - Introduction
Rating: 4.1 out of 5(356 ratings)
13,383 students

C - Fast Crash Course - Introduction

Learn C fast with this CRASH course
Last updated 5/2019
English
English [Auto],

What you'll learn

  • Students will learn the funfamentals of the C programming language

Course content

2 sections20 lectures2h 28m total length
  • Introduction1:45

    Learn the fundamentals of the C language, install it on Windows and Mac, and master core concepts like math, data types, functions, operators, loops, arrays, and files.

  • C Language Overview3:45

    Explore the C language overview: a mid-level, procedural language with no objects, close to hardware, featuring memory management and a compiler that translates code to zeros and ones.

  • Setting Up and IDE - WINDOWS OS25:57

    Set up Eclipse for C on Windows, including Java 8, MinGW, and environment path configuration. Create and build a Hello World C project in Eclipse to run it.

  • Setting Up an IDE - MAC OS12:54

Requirements

  • You need to know the fundamentals of programming to understand this course

Description

C is a simple but powerful language to use. With the C programming language you can create many different desktop applications, such as Operating Systems, text editors, databases, compilers, and even other programming languages.

The C programming language is the grand daddy of mostly all the languages out there right now. Learning C will give you the knowledge you need to jump into creating desktop applications or the knowledge to jump into any other language based on C.


Who this course is for:

  • Students who know programming but wish to learn the fundamentals of C should take this course