Summary
Keywords
Full Transcript
Learn about computer memory and how it relates to programming. This course teaches the foundations of computer science. This video is lecture 3 of Harvard University's CS50 2018 course (part 4 since the lectures start at 0). Check out our full CS50 playlist: https://www.youtube.com/playlist?list=PLWKjhJtqVAbmGw5fN5BQlwuug-8bDmabi 🔗CS50 IDE (must have free edX account): https://cs50.io/ 🔗Notes: https://cs50.harvard.edu/x/2020/notes/3/ 🔗Problem Set: https://cs50.harvard.edu/x/2020/psets/3/ 🔗Source Code: https://cdn.cs50.net/2019/fall/lectures/3/src3.zip ❤️ Try interactive JavaScript courses we love, right in your browser: https://scrimba.com/freeCodeCamp-JavaScript (Made possible by a grant from our friends at Scrimba) ⭐️Contents⭐️ ⌨️ (00:00:00) Introduction ⌨️ (00:00:50) Enhance ⌨️ (00:01:41) Week 2 Recap ⌨️ (00:05:10) CS50 IDE ⌨️ (00:14:24) check50 ⌨️ (00:18:37) debug50 ⌨️ (00:26:43) Taking Off the Training Wheels ⌨️ (00:27:46) compare0.c ⌨️ (00:29:54) compare1.c ⌨️ (00:32:09) Strings Don't Exist ⌨️ (00:41:40) compare2.c ⌨️ (00:47:50) char * ⌨️ (00:48:54) compare3.c ⌨️ (00:51:09) compare4.c ⌨️ (00:57:30) compare6.c ⌨️ (00:59:54) copy0.c ⌨️ (01:06:18) copy1.c ⌨️ (01:10:53) copy2.c ⌨️ (01:11:37) malloc and free ⌨️ (01:13:18) scanf0.c ⌨️ (01:15:36) scanf1.c ⌨️ (01:19:26) scanf2.c ⌨️ (01:25:07) addresses.c ⌨️ (01:30:51) Hexadecimal ⌨️ (01:33:38) Milk and OJ ⌨️ (01:36:44) noswap.c ⌨️ (01:44:51) swap.c ⌨️ (01:57:17) Pointer Fun with Binky ⌨️ (02:00:16) Stack Overflow ⌨️ (02:01:35) struct0.c ⌨️ (02:02:39) struct1.c ⌨️ (02:04:14) struct2.c ⌨️ (02:08:30) Outro Lecture taught by David J. Malan. Thanks to Harvard's CS50 for giving us permission to post this lecture. Checkout their YouTube channel for more great lectures: https://www.youtube.com/cs50 -- Learn to code for free and get a developer job: https://www.freecodecamp.org Read hundreds of articles on programming: https://medium.freecodecamp.org
