Skip to main content
CPlus's user avatar
CPlus's user avatar
CPlus's user avatar
CPlus
  • Member for 3 years, 1 month
  • Last seen this week
  • 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

I enjoy both the simplicity of pure C and the versatility of C++.

I am interested in programming and the physical sciences. I primarily work with C and C++ but also have experience with 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;
36
gold badges
25
silver badges
48
bronze badges
103
Score
113
Posts
67
Posts %
23
Score
11
Posts
7
Posts %
21
Score
18
Posts
11
Posts %
18
Score
16
Posts
10
Posts %
12
Score
9
Posts
5
Posts %
9
Score
12
Posts
7
Posts %