Stats
10,511
reputation
211k
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
38
silver badges
-
Research AssistantJul 8, 2023
-
InquisitiveJul 15, 2023
-
Strunk & WhiteJul 8, 2023
105
bronze badges
-
ProofreaderNov 20, 2023
-
CleanupMay 19, 2023
-
ExcavatorJul 16, 2024
Top tags
View all tags
Top Meta posts
16
9
Top network posts
View all network posts