Loops in C (while, do-while, for)

preview_player
Показать описание
---

***

Welcome! I post videos that help you learn to program and become a more confident software developer. I cover beginner-to-advanced systems topics ranging from network programming, threads, processes, operating systems, embedded systems and others. My goal is to help you get under-the-hood and better understand how computers work and how you can use them to become stronger students and more capable professional developers.

About me: I'm a computer scientist, electrical engineer, researcher, and teacher. I specialize in embedded systems, mobile computing, sensor networks, and the Internet of Things. I teach systems and networking courses at Clemson University, where I also lead the PERSIST research lab.

More about me and what I do:



***

Welcome! I post videos that help you learn to program and become a more confident software developer. I cover beginner-to-advanced systems topics ranging from network programming, threads, processes, operating systems, embedded systems and others. My goal is to help you get under-the-hood and better understand how computers work and how you can use them to become stronger students and more capable professional developers.

About me: I'm a computer scientist, electrical engineer, researcher, and teacher. I specialize in embedded systems, mobile computing, sensor networks, and the Internet of Things. I teach systems and networking courses at Clemson University, where I also lead the PERSIST research lab.

More about me and what I do:

To Support the Channel:
+ like, subscribe, spread the word

Want me to review your code?

You can also find more info about code reviews here.
Рекомендации по теме
Комментарии
Автор

This video is so good. Glad to have found the channel.

jackhall
Автор

This is crazy u made me to understand loops In a 3 min video

shubhamsharma
Автор

There is a popular thead on stack overflow that explains why a double nested for loop is faster than the same number of iterations as a single for loop.

It would be an interesting video if you go over that phenomenon.

XenoTravis
Автор

Note that the continue statement skips to the end of the current iteration, not the start of the next.
The condition is checked and the "post" statement is executed.

maxaafbackname
Автор

Thanks for your awesome contents. Maybe do a video on libc and its implementations like Glibc, musl, newlib and what-Microsoft-uses-libc?

jamesmaxwell
Автор

Dear Professor, Thank you for all the videos, they’ve been very informative for me. However, I have to say they are really speedy, even my eyes cannot follow what’s being typed. The viewers, to be able to learn, need some proper time to process. Sometimes I need to play back 3 times and watch a point in the video to understand what’s going on. When you speak, that’s fine, but, when you code, I have problem following the vid.

mehdimemar
Автор

Why the background music? So annoying...

ChannelSnabelKabel