Lessons learned from my first dive into WebAssembly
https://nullprogram.com/blog/2025/04/04/
Discussions: https://discu.eu/q/https://nullprogram.com/blog/2025/04/04/
Lessons learned from my first dive into WebAssembly
https://nullprogram.com/blog/2025/04/04/
Discussions: https://discu.eu/q/https://nullprogram.com/blog/2025/04/04/
https://marcelofern.com/posts/c/why-is-this-site-built-with-c/index.html
Why Is This Site Built With C
New to C programming? Learn how structures let you group different data types together! Perfect for organizing complex data in your programs.
Check out the step-by-step guide for beginners with clear examples! Read more here :https://www.spsanderson.com/steveondata/posts/2025-03-26/
CL-FACTS developer: Why I stopped everything and started writing C again
https://www.kmx.io/blog/why-stopped-everything-and-started-writing-C-again
Discussions: https://discu.eu/q/https://www.kmx.io/blog/why-stopped-everything-and-started-writing-C-again
Arrays in C: Your first step into data structures! Learn how to store and manage multiple values efficiently.
With beginner-friendly examples!
#C #CProgramming #Blog #Programming #CProg #Arrays
Read more here: https://www.spsanderson.com/steveondata/posts/2025-03-12/
Arrays in C: Your first step into data structures! Learn how to store and manage multiple values efficiently.
With beginner-friendly examples!
#C #CProgramming #Blog #Programming #CProg #Arrays
Read more here: https://www.spsanderson.com/steveondata/posts/2025-03-12/
Why do I find Rust inadequate for text compression codecs?
https://palaiologos.rocks/posts/rust-codecs/
Discussions: https://discu.eu/q/https://palaiologos.rocks/posts/rust-codecs/
Confused by C pointers? Let's start with the basics! Learn what pointers are and how to declare them properly in our beginner-friendly guide!
I'm learning as I write it so if you see errors please comment the correction :)
Confused by C pointers? Let's start with the basics! Learn what pointers are and how to declare them properly in our beginner-friendly guide!
I'm learning as I write it so if you see errors please comment the correction :)
New article on my website: The Reinforce and PPO algorithms
Ready for a challenge? Try sorting this:
int mix[] = {42, 13, 7, 1, 89}
Share your solution below! Hint: Start with bubble sort
Join the fun at https://www.spsanderson.com/steveondata/posts/2025-02-26/
Ready for a challenge? Try sorting this:
int mix[] = {42, 13, 7, 1, 89}
Share your solution below! Hint: Start with bubble sort
Join the fun at https://www.spsanderson.com/steveondata/posts/2025-02-26/
C++: Accepts huge pains to provide users access to easy to use low-level features, that are compatible essentially everywhere without implicit memory allocations and extreme control over how all resources are managed.
C-developers: “Nah, that language is not suitable for our needs, to inefficient and does nasty stuff!”
C: “Yeah, so if you have to tokenize a string, the tool I have for you is strtok
, which remembers your last function-call in a local variable that you can’t control so that we can return the next token, next time you call it. What, of course you can’t call it to tokenize something while you already use it! Threat-safety, what is that?”
C: “Yeah, so it totally makes sense to report errors by a global variable that every function shares, causes issues for multi-threading and makes sure that even the most basic functions have side-effects!”
C: “If you need to return a char and short, then of course the proper way is to instead pass two pointers to them into the function, each of which is larger than both combined, so we can write to them. Sum-types, what are those?”
C: “Namespaces? Nah, things are way more funny if all of your functions can collide with all of the functions from your libraries!”
Come on, seriously?
(I kinda learned about strtok today. I would consider myself quite firm in modern C++, but intentionally keep distance from all the inherited trash from the before-times. C is obsolete, stop using it, C++ is a strict improvement!)
#cprogramming #cplusplus
Linus Torvalds’ Critique of C++: A Comprehensive Review
https://programmers.fyi/linus-torvalds-critique-of-c-a-comprehensive-review
Discussions: https://discu.eu/q/https://programmers.fyi/linus-torvalds-critique-of-c-a-comprehensive-review
Ready to tackle arrays in C programming? This article is perfect for beginners! It provides clear explanations and examples to help you understand and apply array concepts.
Check it out and share your feedback! https://www.spsanderson.com/steveondata/posts/2025-01-29/
Ready to tackle arrays in C programming? This article is perfect for beginners! It provides clear explanations and examples to help you understand and apply array concepts.
Check it out and share your feedback! https://www.spsanderson.com/steveondata/posts/2025-01-29/