У нас вы можете посмотреть бесплатно Code With Me: 2D Rectangular and Jagged Arrays in C или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video, I walk through coding 2D rectangular and jagged arrays in C using CLion. We'll explore how to store and analyze passing yards per quarter for an entire American football season. Starting with a rectangular array (one row per game, four quarters per game), we'll build functions using test-driven development to calculate total passing yards per game and average passing yards per quarter. Next, we expand to a jagged array to handle scenarios like overtime or games ending early due to weather. Through this, we’ll compare rectangular vs jagged array implementations and explore the differences in iterating across rows vs columns. Along the way, we dive into debugging techniques, test-first coding practices, and learn how to make our code more maintainable. By the end, you'll gain hands-on experience with both rectangular and jagged arrays, while sharpening your C programming and debugging skills. Keywords: test-driven development, rectangular arrays, jagged arrays, and C programming TIMESTAMPS 0:00 Introduction 0:17 Rectangular Arrays 29:45 Jagged Arrays ABOUT MY CHANNEL My channel is about good software engineering practices. We cover introductions to programming in C and Java. But I also have lots of software and computer engineering topics like PIC programming, advanced programming techniques, and things that distinguish good code from code that works. Check out my channel here: / @wizardcraftcode Don’t forget to subscribe! CHECK OUT MY OTHER VIDEOS: C Programming Playlist: • Coding in C Intro to Java Playlist: • Introduction to Java Programming based on ... Software Engineering Topics Playlist: • General Software Engineering Topics