CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 19:12:12 GMT
content-type: text/html; charset=utf-8
cf-ray: 963d7ce96cb88839-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=b8c5b4e1-7613-49eb-8d65-b0f39c371dc9; expires=Thu, 23 Jul 2026 19:12:11 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: 17eca590-6ec5-4f37-8302-b7f2feafee1a
x-worker-origin-response-time: 309000000
x-dns-prefetch-control: off
set-cookie: prov=b8c5b4e1-7613-49eb-8d65-b0f39c371dc9; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=zhbLKGngL5fKz_duLfxHxMP7L0nPCfdnzESnf7XFvR4-1753297932-1.0.1.1-NZDkiiF_npcRsKUh5zAbjsBaMbiHIqBZVN15kHWOVvZ9.NKWlKK7Mv9QKF4VeB2HLhKmD0Cpo.2.sMRI6YIVCOA1j6y7FERfYzXdbyW9WyU; path=/; expires=Wed, 23-Jul-25 19:42:12 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=H.TXCtv.kGr.4Q9LEBc3VsKHmZDptyrwNAooaEHCphc-1753297932070-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
21k
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