Stats
1,199
reputation 32k
reached 2
answers 10
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 1
gold badge
- Famous QuestionNov 7, 2021
11
silver badges
- DeputyNov 29, 2023
- Reviewer
× 2Nov 17, 2023 - EnthusiastJun 1, 2023
26
bronze badges
- CuriousMay 22, 2023
- QuorumJun 27, 2023
- MortarboardOct 27, 2021
Top tags
View all tags 6
Score
5
Posts
42
Posts %
6
Score
2
Posts
17
Posts %
6
Score
1
Posts
8
Posts %
6
Score
1
Posts
8
Posts %
0
Score
3
Posts
25
Posts %
0
Score
3
Posts
25
Posts %
Top network posts
View all network posts