@ShreyasGaneshs

This is my favourite course on bootdev need more C courses

@syylvia

wow... 9 months... this course is like his baby...

@jankarenagames1054

Now this is the C programming course that I need. 😊

@bobduncan-m8t

The course does so much with so little, i dont have to read trough a bunch of pages and its so easy to understand and progress

@ranjithkumar-xt2zw

Finally teej teaching zero index Language 😂😂

@m4rt_

A great way to avoid a lot of the pitfalls of manual memory management is to use an Arena (Ryan Fleury has some good resources on this) where you allocate a bunch of memory, and then use that memory for various things in your program.  You then have changed the lifetimes of the pointers you get from the arena to be the same as the lifetime of the Arena.  So when you are done with the arena, you can free the memory you allocated for the area, and not have to think any more about it.  It avoids memory leaks, as you essentially only have to remember freeing the arena itself, and it increases performance, as you only do one allocation and one de-allocation.

@nyzss

was shocked to see how in depth it got, i am an experienced C dev but still watched the last 2 chapters just for teej's quality teaching

@bobanmilisavljevic420

I was happy to C this in my suggestions!!

@Qqquuaa

I was just looking for C course and here we go, thank You Tj 👌

@KidAlphaMax

I love when the full course video for the course I am currently working out comes out at the perfect time!

@PalashBackup

1:29:07 - Some quick mafs there. I think what he meant was 4*32 =128. Then two integers (A and B) will add 8 bytes. 128 + 8 = 136 .

@ivantereshchenko3785

Really enjoyed the course, topics that I read about after taking the course that would have been cool to include:
1. C-specific tricks for memory management and avoiding memory errors.
2. Implementing arena allocators

@IperialAndroid

Wow this is already the best C course I've encountered so far and I'm only 100 minutes in. This is very valuable as Teej covers so many subtle differences, nuances and quirks the language have, that I don't see covered in most introductory courses. I blv he acknowledged the secret footguns that can only be learned through years of experience of Coding C. Thanks i needed this

@paca3107

I have no words how I am glad I found this. There are no many resources about garbage collector (at least on YT), so thank You TEEJ

@SoreBrain

I love being able to take turns of doing the course and also watching the video. Makes every concept really settle in even more.
This is my first proper contact with a compiled language after coding for years in evil interpreted ones. Lots of fun.

@utilyre

Oh what else is better to watch while having dinner than a full C course taught by teej

@c__beck

We need more great C courses like this! PLEASE!

@SAIYAN030-jw1wx

i was desperate to find a course that just doesn't teach me how to code but program and understand what really everything i see means, i am extremely motivated now, i spent 3 days into just research and luckily found this video, i appreciate this alot, thank you <3

@TJackson736

I am so happy TJ uses the address and house/building analogy for pointers. I have done the same thing when trying to explain it to coworkers who didn't know low-level programming.

@schiswot6124

best C course just dropped