Stats
5,103
reputation
96k
reached
96
answers
92
questions
Loading…
Collectives
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
48
gold badges
-
MarshalOct 17, 2022
-
Copy EditorApr 5, 2023
-
Steward
× 44Sep 13
33
silver badges
-
InstructorJul 8, 2024
-
Daily PracticeDec 31
-
OutspokenDec 31
76
bronze badges
-
GuideJun 19, 2024
-
SynonymizerOct 25, 2023
-
cMay 8, 2024
Top tags
View all tags
119
Score
124
Posts
66
Posts %
25
Score
15
Posts
8
Posts %
23
Score
22
Posts
12
Posts %
22
Score
22
Posts
12
Posts %
13
Score
11
Posts
6
Posts %
10
Score
17
Posts
9
Posts %
Top Meta posts
35
29
Top network posts
View all network posts