28
submitted 3 months ago by ylai@lemmy.ml to c/c_lang@programming.dev
top 5 comments
sorted by: hot top controversial new old
[-] 0x0@programming.dev 1 points 3 months ago

Aren't there compiler warnings for potential overflows already, that come in the form of warning: something when compiling? Aren't runtime overflows detected using the coredump in gdb, not gcc?

Shiny ASCII art seems like a waste of time and/or calling the dev stupid. What am i missing here?

[-] sajran@lemmy.ml 6 points 3 months ago

Well, I don't mind being called stupid if it makes my debugging easier. For many people visual/ graphical representation is much easier to comprehend than a block of text.

[-] 0x0@programming.dev 1 points 3 months ago

It is, our brains are graphical. So is gdbs TUI. Is this another tool? 'Cos ASCII art in compiler output just seems odd to me.

[-] RonSijm@programming.dev 2 points 3 months ago

Not all features are for everyone. Maybe you're experienced enough that showing a graph seems like an overkill when you can just read the warnings.

But I can imagine for someone that's more entry level the graphs could make it easier to understand what the problem is

[-] sajran@lemmy.ml 1 points 3 months ago

I mean, it would probably make sense to make this optional to accommodate as many preferences as possible. I, for one, prefer to get the human readable message right away instead of having to use another tool for it.

this post was submitted on 04 Apr 2024
28 points (96.7% liked)

C Programming Language

931 readers
6 users here now

Welcome to the C community!

C is quirky, flawed, and an enormous success.
... When I read commentary about suggestions for where C should go, I often think back and give thanks that it wasn't developed under the advice of a worldwide crowd.
... The only way to learn a new programming language is by writing programs in it.

© Dennis Ritchie

🌐 https://en.cppreference.com/w/c

founded 1 year ago
MODERATORS