Stats
1,395
reputation
517
reached
0
answers
4
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.
3
silver badges
-
Yearling
× 3Sep 12
7
bronze badges
-
Citizen PatrolJan 31
-
CriticFeb 3
-
EditorSep 12, 2022
Top tags
View all tags0
Score
3
Posts
75
Posts %
0
Score
2
Posts
50
Posts %
0
Score
2
Posts
50
Posts %
0
Score
1
Posts
25
Posts %
0
Score
1
Posts
25
Posts %
0
Score
1
Posts
25
Posts %



