Stats
1,219
reputation 685
reached 2
answers 5
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.
5
silver badges
- EnthusiastSep 8
- Yearling
× 4Oct 26
Top tags
View all tags3
Score
2
Posts
29
Posts %
3
Score
1
Posts
14
Posts %
3
Score
1
Posts
14
Posts %
1
Score
4
Posts
57
Posts %
1
Score
1
Posts
14
Posts %
1
Score
1
Posts
14
Posts %



