Stats
4,942
reputation
1.5m
reached
28
answers
35
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
2
gold badges
-
LifeboatJun 21, 2023
-
Great AnswerJan 17
30
silver badges
-
ReviewerAug 14
-
InquisitiveSep 10
-
DeputyMar 14, 2024
56
bronze badges
-
Tag EditorApr 12, 2023
-
discussionApr 3, 2024
-
DisciplinedMar 19, 2024
Top tags
View all tags
546
Score
33
Posts
52
Posts %
26
Score
8
Posts
13
Posts %
14
Score
17
Posts
27
Posts %
9
Score
9
Posts
14
Posts %
9
Score
7
Posts
11
Posts %
6
Score
7
Posts
11
Posts %
Top network posts
View all network posts