CS50 CS50 2019 - Lecture 1 - C

🎯 Загружено автоматически через бота: 🛑 Оригинал: 📺 CS50 — 📃 Оригинальное описание: TABLE OF CONTENTS 00:00:00 - Introduction 00:01:22 - C 00:07:07 - CS50 Sandbox 00:08:53 - hello.c 00:10:22 - Compilation 00:19:48 - Command-Line Arguments 00:21:50 - User Input 00:22:53 - get_string 00:24:03 - Variables 00:25:45 - printf 00:31:33 - string.c 00:36:13 - make 00:41:11 - Incrementing 00:44:57 - Conditionals 00:49:53 - While Loops 00:53:27 - For Loops 00:55:09 - CS50 Library 00:57:32 - int.c 01:02:39 - float.c 01:05:19 - parity.c 01:08:43 - conditions.c 01:12:34 - agree.c 01:15:10 - cough0.c 01:16:55 - cough1.c 01:22:59 - cough3.c 01:25:02 - positive.c 01:27:45 - mario0.c 01:28:56 - mario2.c 01:30:04 - mario8.c 01:33:52 - Limitations in Computation 01:35:00 - floats.c 01:38:42 - overflow.c 01:40:35 - Integer Overflow TOPICS * Linux * Command-Line Interface * C * Functions, Arguments, Return Values * Variables * Boolean Expressions, Conditions * Loops * Libraries, Header Files * Text Editors * Terminal Windows * Compiler * Types * Integer Overflow * Floating-Point Imprecision *** This is CS50, Harvard University’s introduction to the intellectual enterprises of computer science and the art of programming. Demanding, but definitely doable. Social, but educational. A focused topic, but broadly applicable skills. CS50 is the quintessential Harvard course. FALL 2019 *** HOW TO SUBSCRIBE HOW TO TAKE CS50 edX: Harvard Extension School: Harvard Summer School: OpenCourseWare: HOW TO JOIN CS50 COMMUNITIES Discord: Ed: Facebook Group: Faceboook Page: GitHub: Gitter: Instagram: LinkedIn Group: LinkedIn Page: Quora: Slack: Snapchat: Twitter: YouTube: HOW TO FOLLOW DAVID J. MALAN Facebook: GitHub: Instagram: LinkedIn: Quora: Twitter: *** CS50 SHOP *** LICENSE CC BY-NC-SA 4.0 Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License David J. Malan malan@
Back to Top