Stats
6,897
reputation 181k
reached 31
answers 36
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
- ElectorateFeb 2
15
silver badges
- ReviewerMar 2
- InquisitiveJul 17
- DeputyNov 29, 2023
47
bronze badges
- Tag EditorNov 29, 2023
- Vox PopuliJun 17, 2023
- Self-LearnerNov 24, 2023
Top tags
View all tags245
Score
23
Posts
34
Posts %
64
Score
20
Posts
30
Posts %
39
Score
5
Posts
7
Posts %
35
Score
21
Posts
31
Posts %
31
Score
7
Posts
10
Posts %
9
Score
20
Posts
30
Posts %



