CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 22:46:33 GMT
content-type: text/html; charset=utf-8
cf-ray: 9646f4482f0c8087-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=df8dd617-9df9-44a1-85ae-2d027ef34dc7; expires=Fri, 24 Jul 2026 22:46:33 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: c43f2b7c-1ee1-468d-b7fd-72e47e70e1fe
x-worker-origin-response-time: 334000000
x-dns-prefetch-control: off
set-cookie: prov=df8dd617-9df9-44a1-85ae-2d027ef34dc7; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=SaET3.ySKQzPkUS8bozJHVdkv6Hk7q18RjXbmv8tFlQ-1753397193-1.0.1.1-aeX9Of08S_9Z99_fLWO5E86lqOrFNBL2d6xJBmOfEnBH7rSyptpPt1K.OJrUJaBU6pY0t7q3GeJTdQo1AUSj043JH.nvvJqDE6aV2XnvKMw; path=/; expires=Thu, 24-Jul-25 23:16:33 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=Xao4sslkfAj2knXueZIlO84qeToQfQ.Jr8sN7jXKnqs-1753397193332-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
User CPlus - Code Review 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,405
reputation
22k
reached
10
answers
15
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.
6
silver badges
-
DeputyMar 17, 2024
-
EnlightenedFeb 1
-
ConstituentMar 19, 2024
28
bronze badges
-
Tag EditorMar 1, 2023
-
Vox PopuliMar 18, 2024
-
SuffrageMar 17, 2024
Top tags
View all tags
Top Meta posts
4
0
Top network posts
View all network posts