Skip to main content
CPlus's user avatar
CPlus's user avatar
CPlus's user avatar
CPlus
  • Member for 2 years, 2 months
  • Last seen more than a week ago
  • United States
About

profile for user16217248 on Stack Exchange, a network of free, community-driven Q&A sitesprofile for user16217248 at Stack Overflow, Q&A for professional and enthusiast programmersprofile for user16217248 at Programming Language Design and Implementation Stack Exchange, Q&A for designers and implementers of computer programming languages

Interested in programming and the physical sciences. I primarily use C and C++ but also sometimes use Swift and Java. Here on Physics I am helping to keep the Triage review queue alive by flagging very low quality questions as such.

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;
1
gold badge
9
silver badges
24
bronze badges
5
Score
3
Posts
19
Posts %
5
Score
3
Posts
19
Posts %
3
Score
4
Posts
25
Posts %
3
Score
2
Posts
12
Posts %
3
Score
2
Posts
12
Posts %
2
Score
2
Posts
12
Posts %