cplusplus.com
Open in
urlscan Pro
54.39.7.252
Public Scan
Submitted URL: http://cplusplus.com/
Effective URL: https://cplusplus.com/
Submission: On January 03 via api from NL — Scanned from CA
Effective URL: https://cplusplus.com/
Submission: On January 03 via api from NL — Scanned from CA
Form analysis
2 forms found in the DOM<form class="gsc-search-box gsc-search-box-tools" accept-charset="utf-8">
<table cellspacing="0" cellpadding="0" role="presentation" class="gsc-search-box">
<tbody>
<tr>
<td class="gsc-input">
<div class="gsc-input-box" id="gsc-iw-id1">
<table cellspacing="0" cellpadding="0" role="presentation" id="gs_id50" class="gstl_50 gsc-input" style="width: 100%; padding: 0px;">
<tbody>
<tr>
<td id="gs_tti50" class="gsib_a"><input autocomplete="off" type="text" size="10" class="gsc-input" name="search" title="search" aria-label="search" id="gsc-i-id1" dir="ltr" spellcheck="false"
style="width: 100%; padding: 0px; border: none; margin: 0px; height: auto; outline: none;"></td>
<td class="gsib_b">
<div class="gsst_b" id="gs_st50" dir="ltr"><a class="gsst_a" href="javascript:void(0)" title="Clear search box" role="button" style="display: none;"><span class="gscb_a" id="gs_cb50" aria-hidden="true">×</span></a></div>
</td>
</tr>
</tbody>
</table>
</div>
</td>
<td class="gsc-search-button"><button class="gsc-search-button gsc-search-button-v2"><svg width="13" height="13" viewBox="0 0 13 13">
<title>search</title>
<path
d="m4.8495 7.8226c0.82666 0 1.5262-0.29146 2.0985-0.87438 0.57232-0.58292 0.86378-1.2877 0.87438-2.1144 0.010599-0.82666-0.28086-1.5262-0.87438-2.0985-0.59352-0.57232-1.293-0.86378-2.0985-0.87438-0.8055-0.010599-1.5103 0.28086-2.1144 0.87438-0.60414 0.59352-0.8956 1.293-0.87438 2.0985 0.021197 0.8055 0.31266 1.5103 0.87438 2.1144 0.56172 0.60414 1.2665 0.8956 2.1144 0.87438zm4.4695 0.2115 3.681 3.6819-1.259 1.284-3.6817-3.7 0.0019784-0.69479-0.090043-0.098846c-0.87973 0.76087-1.92 1.1413-3.1207 1.1413-1.3553 0-2.5025-0.46363-3.4417-1.3909s-1.4088-2.0686-1.4088-3.4239c0-1.3553 0.4696-2.4966 1.4088-3.4239 0.9392-0.92727 2.0864-1.3969 3.4417-1.4088 1.3553-0.011889 2.4906 0.45771 3.406 1.4088 0.9154 0.95107 1.379 2.0924 1.3909 3.4239 0 1.2126-0.38043 2.2588-1.1413 3.1385l0.098834 0.090049z">
</path>
</svg></button></td>
<td class="gsc-clear-button">
<div class="gsc-clear-button" title="clear results"> </div>
</td>
</tr>
</tbody>
</table>
</form>
Name: I_loginform — POST /user/access.cgi
<form name="I_loginform" method="POST" action="/user/access.cgi" style="display: none;">
<div class="fields"><input type="hidden" name="w" value="login"><input type="hidden" name="y" value="1"><input type="hidden" name="to" value="https://cplusplus.com/">user name: <input type="text" name="l" id="l" class="txt" size="8"
title="Type user name"><br>password: <input type="password" name="p" id="p" class="txt" size="8" title="Type password"><br><input type="checkbox" name="rememberme" value="1" class="chk" id="rememberme"><label for="rememberme"></label><input
type="submit" class="rbtn" value="sign in">
<div class="forgot"><a href="/user/access.cgi?w=lostpass">Forgot your password?</a></div>
</div>
</form>
Text Content
cplusplus.com * TUTORIALS * REFERENCE * ARTICLES * FORUM × search user name: password: Forgot your password? please wait try again cancel forgot your password? sign up log in [Legacy version] C++ * Tutorials * Reference * Articles * Forum * home TUTORIALS C++ Language: Learn this versatile and powerful programming language. Includes detailed explanations of pointers, functions, classes and templates, among others... REFERENCE Description of the most important classes, functions and objects of the Standard Language Library, with descriptive fully-functional short programs as examples. Browse the C++ Reference ARTICLES User-contributed articles, organized into different categories. You can contribute your own articles! Browse Articles LATEST FORUM ACTIVITY: by Jonathan100 stack and heap [Beginners] Hi, I have some programming concepts question: Why is stack (in context of stack and heap) considered LIFO (last in first out)? The last time i checke... Jan 3, 2025 at 1:36am2025-01-03T09:36:01.000Z [3 replies] Last: There is also a c++ stack object, that does not allow messing with t... (by seeplus) by Duthomhas Short films worth watching [Lounge] I don’t particularly like horror, but this one was great! The Curse of Dracular[/b] https://youtu.be/kjd6jETfd5c?si=Oa9pabr4-kvrHC6v (Contains a claymatio... Dec 31, 2024 at 4:45pm2025-01-01T00:45:07.000Z [6 replies] Last: 1.5 hrs is a standard length film, lol. :] We just recently got a da... (by Duthomhas) by zapshe AI is something special [Lounge] I feel like AI is getting overlooked by many. I feel like I have a real professional in any field I want to learn about just waiting for me to ask things. Yes,... Dec 30, 2024 at 6:58pm2024-12-31T02:58:22.000Z [4 replies] Last: I'm still waiting for the day where I can just feel it my entire code... (by zapshe) by ElusiveTau How to compare int class template value? [Beginners] I'm aware I should use std::string but this is question is about using template specialization a specific way. I'm learning about template specialization and ... Dec 30, 2024 at 4:16pm2024-12-31T00:16:34.000Z [2 replies] Last: 2. That's a good point. Only up to MAX_CSTR_SIZE-1 bytes will be copie... (by ElusiveTau) by ElusiveTau Template errors creating a map<int,std::thread> using map::emplace [Beginners] I created a class to try out std::lock_guard. The first function, UnsafeExample[/code] compiles and runs fine. The second example, [code]SafeExample[/code] d... Dec 19, 2024 at 7:25am2024-12-19T15:25:01.000Z [2 replies] Last: Thanks Peter. That was it. 1. std::ref(coutMutex) was necessary, for ... (by ElusiveTau) by ElusiveTau How to initialize base class member with subclass member? [Beginners] I'm working with code where CustomThreadApi[/code] is not modifiable. CustomThreadApi has a ctor that takes a [code]const char*[/code]. I would like to assign ... Dec 18, 2024 at 9:50am2024-12-18T17:50:36.000Z [2 replies] Last: baseClassBuff is unnecessary. I can just reuse MyThreadClass.Name[/co... (by ElusiveTau) by Cyclone Removing double quotes from Cstring [Beginners] Hi, sorry its late... I am trying to do a few things with strings. - I need to remove double quotes from a users input - Then the string needs to be divide i... Dec 17, 2024 at 8:25am2024-12-17T16:25:17.000Z [8 replies] Last: You only get double quotes if some component of the filename path has ... (by Duthomhas) by leo2008 anagram using vector [General C++ Programming] I am trying to solve this problem. Are there any other better approaches here? Implement a function which takes a list of words as an argument and finds all a... Dec 5, 2024 at 5:32am2024-12-05T13:32:17.000Z [2 replies] Last: If you go big (a large dictionary of words) you may want to move out t... (by jonnin) by seeplus New Safe C++ Proposal (1,2,3,4,5,6) [Lounge] There is now a Safe C++ proposal that extends C++ by defining a superset of the language that can be used to write code with strong safety guarantees. See: htt... Dec 2, 2024 at 12:24pm2024-12-02T20:24:28.000Z [104 replies] Last: https://news.ycombinator.com/item?id=42231489 I've been reading quite... (by helios) by Shervan360 Are these ternary operators the same? [Beginners] Hello, What are the differences between these? #include <iostream> int main() { int a = 18, b = 44, total = 0, total2 = 0; total +=... Dec 1, 2024 at 1:47pm2024-12-01T21:47:38.000Z [8 replies] Last: I think some chips have a way to test a single bit but in general, I d... (by jonnin) Home page | Privacy policy © cplusplus.com, 2000-2023 - All rights reserved - v3.3.4s Spotted an error? contact us x