An introduction to computer programming for people stuck at home!
We use the C programming language in this video.
This is a warm-up to streaming so a bit rough and has a few mistakes and tangents!
No prior experience with anything beyond basic computer use required but some downloading and installing and use of the command line is done.
put video in 1080p quality (cog in the bottom-right) to read the text
26:45 - Start writing our source code.
32:15 - Alternative using a website to write your first program without installing anything.
33:35 - Compiling and running our source code.
36:55 - Dissecting what each line in the program does.
1:04:00 - Using man pages to look up a function reference.
1:13:30 - String formatting and ASCII.
1:29:30 - Q & A. Differences between C and C++.
stream: / capnramses
programming language terminology clarifications:
a "statement"; // ends in a semi-colon
an "expression" // eg `x = 10` or `printf()`. statements often contain an expression
printf( parameters ); // Input variables to a function are "parameters". The value held in those variables is an "argument". .: "Hello, world!\n" is an argument to the function printf().
On this page of the site you can watch the video online Tutorial: Intro to Computer Programming Part 1. Using C. | Anton - Setup, basic concepts. with a duration of hours minute second in good quality, which was uploaded by the user Anton 19 March 2020, share the link with friends and acquaintances, this video has already been watched 523 times on youtube and it was liked by 25 viewers. Enjoy your viewing!