🔴 LIVE @ https://lowlevel.tv/live 🏫 COURSES 🏫 Learn to code in C at https://lowlevel.academy 🔥 SOCIALS 🔥 Come hang out at https://lowlevel.tv
ADVERTISEMENT
🔴 LIVE @ https://lowlevel.tv/live 🏫 COURSES 🏫 Learn to code in C at https://lowlevel.academy 🔥 SOCIALS 🔥 Come hang out at https://lowlevel.tv
Only C is worthy of applause!
I'd still choose C++, since superscalar architecture doesn't make it as low level as in the ancient days.
C was my first language and my first backlog was also in this language 😂.
I always struggled with Python (first language I started learning) because it doesn't teach you about data types and scopes very well. Not having to declare variables with types but still requiring types to match is so confusing to a beginner who doesn't know how it works under the hood. Same with not understanding stack vs heap in regards to functions. C has taught me how a computer actually works and now I love both languages, C for its simplicity and directness and Python for quick prototyping thanks to built in functions.
Bro what keyboard does you use ? It sounds so great
Small correction, most assemblers treat 'sp' as the 16 bit register, so its always better to use the correct name for the mode you are in Real mode: (16 bit) sp Protected mode: (32 bit) esp Long mode: (64 bit) rsp
This video really shows C’s simplicity. I think Go is the next logical step up.
i always thought c was too hard but you made it clear
So true! Once you grasp C, everything else clicks. I can see how Codoki helps maintain that clarity in larger teams and projects.
im just starting out and this helps a lot
lowkey thought it was boring but this video changed my mind
This video is a gem! Learning C is crucial, and I feel like Codoki embodies that spirit by helping teams keep their code in check.
never thought about it this way, thanks!
this is exactly what i needed thank you
gotta admit this video was pretty chill 😄
Every time I think back to learning C, I appreciate how it laid the groundwork for my coding journey. Codoki does something similar by ensuring quality in every review.
i've been hesitant to learn c but this makes it less scary
this is actually really helpful, thanks
thanks for explaining it in simple terms 👍
this is why i started coding, appreciate it