CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 13:18:20 GMT
content-type: text/html; charset=utf-8
cf-ray: 965c6c12cb6fa8b0-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=9b27c311-dcf9-45c2-823f-a0020ceae984; expires=Mon, 27 Jul 2026 13:18:20 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: 50be147c-5243-4bf6-a284-547d81b4e16a
x-worker-origin-response-time: 297000000
x-dns-prefetch-control: off
set-cookie: prov=9b27c311-dcf9-45c2-823f-a0020ceae984; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=27zmt2BTFcCCRV59nflvV6KBCtEjE1PeElKtTVGduIo-1753622300-1.0.1.1-GKMhevwe.CXW1WBxQ37VoXixwmtuKzofKR5thRAvB69xqJSgstHk2Sm33QdFOQfeEl81JsM5mrFRbtGdgU6pQ3XB.xPt_UG19ChiKburLXo; path=/; expires=Sun, 27-Jul-25 13:48:20 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=LKSgn8FUBDZ0CcJCEG_wjiIlZwjR4ptjkZEBZgHpuIo-1753622300934-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