Stats
10,531
reputation
218k
reached
25
answers
75
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
3
gold badges
-
Famous Question
× 3Feb 17
39
silver badges
-
Research AssistantJul 8, 2023
-
InquisitiveJul 15, 2023
-
Strunk & WhiteJul 8, 2023
107
bronze badges
-
ProofreaderNov 20, 2023
-
CleanupMay 19, 2023
-
ExplainerMay 17, 2023
Top tags
View all tagsTop Meta posts
16
9



