Stats
10,321
reputation
3k
reached
9
answers
16
questions
Loading…
About
Interested in programming and the physical sciences. I primarily use C and C++ but also sometimes use Swift and Java.
Do not forget to check for and report errors:
#include <stdio.h>
int main(void) {
return puts("Hello, World!") < 0;
}
Do not add pointless if
statements to functions that have the effect of returning a condition:
// if (condition)
// return true;
// else
// return false;
return condition;
Badges
View all badges
This user doesn’t have any gold badges yet.
1
silver badge
-
YearlingMay 16, 2024
18
bronze badges
-
DisciplinedJul 8, 2023
-
Tag EditorJul 8, 2023
-
MortarboardMay 19, 2023
Top tags
View all tags
29
Score
18
Posts
72
Posts %
12
Score
4
Posts
16
Posts %
4
Score
5
Posts
20
Posts %
4
Score
3
Posts
12
Posts %
3
Score
5
Posts
20
Posts %
2
Score
4
Posts
16
Posts %
Top network posts
View all network posts