Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
C Programming: Intro to Computer Programming
Rating: 3.7 out of 5(9 ratings)
101 students

C Programming: Intro to Computer Programming

Introduction to Basic Computer Programming in C
Created byNick Kane
Last updated 11/2020
English
English [Auto],

What you'll learn

  • programming
  • c language
  • basic computer science topics
  • basic linux command line interface
  • basic programming concepts
  • introduction to programming

Course content

5 sections35 lectures9h 41m total length
  • Introduction to the Course1:02

    Begin your journey into C programming, using the Linux command line, exploring logical constructs, and seeing daily developer tools that illuminate how computers work.

  • Intro to Programming11:59

    Dive into C programming and intro to computer programming, and learn the three core constructs—sequences, selections (if/else), and loops—through pseudocode, variables, and simple output examples.

  • Linux for Windows - Setup10:37

    Set up Windows subsystem for Linux with Debian via the Microsoft Store, enable the feature, reboot, then install Visual Studio Code and the C/C++ extensions, and update packages with apt.

  • Linux CLI Basics12:42

    Master linux cli basics and navigate directories with cd, pwd, ls, touch, clear, cat, and man using a Visual Studio Code terminal.

Requirements

  • Basic Computer Usage Skills
  • Windows 10 or Linux

Description

In this course, students will learn the Linux basic of the command-line interface, basic programming constructs, and the basics of how to program in the C programming language. This introductory course will assist with further learning of the C programming language as well as set a foundation for beginner level concepts.

Who this course is for:

  • Beginners
  • Experience developers looking to learn the basics of C