MENU

Fun & Interesting

CS50 2019 - Lecture 1 - C

CS50 1,001,113 6 years ago
Video Not Working? Fix It Now

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 https://www.youtube.com/playlist?list=PLhQjrBD2T381L3iZyDTxRwOBuUt6m1FnW *** HOW TO SUBSCRIBE http://www.youtube.com/subscription_center?add_user=cs50tv HOW TO TAKE CS50 edX: https://cs50.edx.org/ Harvard Extension School: https://cs50.harvard.edu/extension Harvard Summer School: https://cs50.harvard.edu/summer OpenCourseWare: https://cs50.harvard.edu/x HOW TO JOIN CS50 COMMUNITIES Discord: https://discord.gg/T8QZqRx Ed: https://cs50.harvard.edu/x/ed Facebook Group: https://www.facebook.com/groups/cs50/ Faceboook Page: https://www.facebook.com/cs50/ GitHub: https://github.com/cs50 Gitter: https://gitter.im/cs50/x Instagram: https://instagram.com/cs50 LinkedIn Group: https://www.linkedin.com/groups/7437240/ LinkedIn Page: https://www.linkedin.com/school/cs50/ Quora: https://www.quora.com/topic/CS50 Slack: https://cs50.edx.org/slack Snapchat: https://www.snapchat.com/add/cs50 Twitter: https://twitter.com/cs50 YouTube: http://www.youtube.com/cs50 HOW TO FOLLOW DAVID J. MALAN Facebook: https://www.facebook.com/dmalan GitHub: https://github.com/dmalan Instagram: https://www.instagram.com/davidjmalan/ LinkedIn: https://www.linkedin.com/in/malan/ Quora: https://www.quora.com/profile/David-J-Malan Twitter: https://twitter.com/davidjmalan *** CS50 SHOP https://cs50.harvardshop.com/ *** LICENSE CC BY-NC-SA 4.0 Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License https://creativecommons.org/licenses/by-nc-sa/4.0/ David J. Malan https://cs.harvard.edu/malan [email protected]

Comment