Lundin
A quiet enigma. We don't know anything about Lundin yet.
Posts
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 2y ago by Lundin · edited 1y ago by ghost-in-the-zsh
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 1y ago by Lundin
When writing any form of custom function such as this: void func (int* a, int* b) Should I add code to check if a and b are null pointers or not? if(a == NULL) /* error handling */ When po...
4 answers · posted 12mo ago by Lundin · last activity 12mo ago by Dirk Herrmann

Reputation | 6462 | |
Number of top-level posts | 28 | |
Number of answers | 87 | |
Sum of received votes (up minus down) | 738 | |
Number of edits made | 118 |
Earned Abilities
Statistics
Posts | ||
---|---|---|
Count | 115 | |
Questions | 28 | |
Answers | 87 | |
Articles | 0 |
Votes cast | ||
---|---|---|
Count | 100 |
Flags raised | ||
---|---|---|
Count | 2 |