CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 15:54:03 GMT
content-type: text/html; charset=utf-8
cf-ray: 965d502aabbda9b7-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=73368d59-35fe-4b60-b030-48a86ca23361; expires=Mon, 27 Jul 2026 15:54:03 GMT; domain=.stackexchange.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: 0210386d-b1df-4c17-a4af-3ad391107483
x-worker-origin-response-time: 325000000
x-dns-prefetch-control: off
set-cookie: prov=73368d59-35fe-4b60-b030-48a86ca23361; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=GvvqrDAYtW7zMb8Sy6hRKw8_IkYWDRosVZ8b3aOsbro-1753631643-1.0.1.1-QG.cPhapzRqZ835AvrAffb4O3Ye2llXWBn8WyqKJJOXGibs.15jmx.T9b5um2e16P1g1lmVIxriajvld8VYodzhLwYiTDtKehMnM_VgGz9k; path=/; expires=Sun, 27-Jul-25 16:24:03 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=si2x5RbkZ65j3aKqvEGKDrSu0BvQQRzQeNIuDMRCS_c-1753631643637-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
User CPlus - Software Engineering Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsStats
1,209
reputation
33k
reached
2
answers
10
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
1
gold badge
-
Famous QuestionNov 7, 2021
11
silver badges
-
DeputyNov 29, 2023
-
Reviewer
× 2Nov 17, 2023 -
EnthusiastJun 1, 2023
26
bronze badges
-
CuriousMay 22, 2023
-
QuorumJun 27, 2023
-
MortarboardOct 27, 2021
Top tags
View all tags
6
Score
5
Posts
42
Posts %
6
Score
2
Posts
17
Posts %
6
Score
1
Posts
8
Posts %
6
Score
1
Posts
8
Posts %
0
Score
3
Posts
25
Posts %
0
Score
3
Posts
25
Posts %
Top network posts
View all network posts