Stats
4,942
reputation
68k
reached
94
answers
90
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
45
gold badges
-
MarshalOct 17, 2022
-
Copy EditorApr 5, 2023
-
Steward
× 41Mar 6
31
silver badges
-
InstructorJul 8
-
Daily PracticeDec 31
-
Steadfast ReviewerJan 5
73
bronze badges
-
GuideJun 19
-
SynonymizerOct 25, 2023
-
cMay 8, 2024
Top tags
View all tags
111
Score
121
Posts
66
Posts %
25
Score
15
Posts
8
Posts %
23
Score
20
Posts
11
Posts %
22
Score
22
Posts
12
Posts %
13
Score
11
Posts
6
Posts %
10
Score
15
Posts
8
Posts %
Top Meta posts
35
28
Top network posts
View all network posts