Tutorial: Intro to Computer Programming Part 1. Using C. | Anton - Setup, basic concepts.

Опубликовано: 19 Март 2020
на канале: Anton
523
25

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().


На этой странице сайта вы можете посмотреть видео онлайн Tutorial: Intro to Computer Programming Part 1. Using C. | Anton - Setup, basic concepts. длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Anton 19 Март 2020, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 523 раз и оно понравилось 25 зрителям. Приятного просмотра!