Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Lundin
A quiet enigma. We don't know anything about Lundin yet.
Posts
See all 168 »What exactly must a C compiler do when it finds a compile-time error? The most obvious kind of errors are language syntax errors, but the C standard also speaks of constraints, which are rules tha...
1 answer · posted 4y ago by Lundin · edited 3y ago by ghost-in-the-zsh
By having decent source code formatting that isn't completely inferior to other sites like Stack Overflow. We might want to post/view snippets longer than 13 lines without suffering some scroll whe...
posted 3y ago by Lundin
After some more experience from this bot over a couple of months, I would say that we should ban it simply because: The answers it gives are often wrong. ChatGPT has been hyped up ridiculously. I...
posted 2y ago by Lundin
My recommended beginner setup for gcc-like compilers is: -std=c11 -pedantic-errors -Wall -Wextra -Werror Here is an explanation of what these options do: -std=c11. gcc & friends are by d...
posted 4y ago by Lundin

Reputation | 9419 | |
Number of top-level posts | 40 | |
Number of answers | 128 | |
Sum of received votes (up minus down) | 1086 | |
Number of edits made | 177 |
Earned Abilities
Statistics
Posts | ||
---|---|---|
Count | 168 | |
Questions | 40 | |
Answers | 128 | |
Articles | 0 |
Votes cast | ||
---|---|---|
Count | 138 |
Flags raised | ||
---|---|---|
Count | 18 |