Stats
5,105
reputation
1.6m
reached
29
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
31
silver badges
-
ReviewerAug 14, 2024
-
InquisitiveSep 10, 2024
-
DeputyMar 14, 2024
58
bronze badges
-
Tag EditorApr 12, 2023
-
discussionApr 3, 2024
-
DisciplinedMar 19, 2024
Top tags
View all tags
566
Score
34
Posts
53
Posts %
26
Score
8
Posts
12
Posts %
13
Score
17
Posts
27
Posts %
10
Score
9
Posts
14
Posts %
10
Score
8
Posts
12
Posts %
6
Score
7
Posts
11
Posts %
Top network posts
View all network posts