Stats
1,405
reputation 21k
reached 10
answers 15
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 This user doesn’t have any gold badges yet.
6
silver badges
- DeputyMar 17, 2024
- EnlightenedFeb 1
- ConstituentMar 19, 2024
28
bronze badges
- Tag EditorMar 1, 2023
- Vox PopuliMar 18, 2024
- SuffrageMar 17, 2024
Top tags
View all tags Top Meta posts
4
0
Top network posts
View all network posts