CARVIEW |
Select Language
HTTP/2 200
date: Sat, 26 Jul 2025 03:08:31 GMT
content-type: text/html; charset=utf-8
cf-ray: 9650b1692dca8a2a-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=8c37695b-6b39-45ba-9882-b6414b1ccee6; expires=Sun, 26 Jul 2026 03:08:31 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: ac3f05e3-7924-4e37-ba06-afaf9cdb552a
x-worker-origin-response-time: 345000000
x-dns-prefetch-control: off
set-cookie: prov=8c37695b-6b39-45ba-9882-b6414b1ccee6; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=CUNp2dkqR1RuPZCvLrVmWt2pEA_jx6BSBXwkzzklcmk-1753499311-1.0.1.1-QAFSPpE548L0oiTNUgs0GxaTKfSKWRKUt1e7LyktB4X.6Idrf.vwSri.W7z14AM4EZPol5DCZcAY8D_lXOstLk4ylB4hItWs3uBod8EPt7s; path=/; expires=Sat, 26-Jul-25 03:38:31 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=LRZCXUyi0tq4LOCFHxOTRW0CsXPdV2pXM4uTuP3oQR0-1753499311901-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