cplusplus.com
Open in
urlscan Pro
54.39.7.252
Public Scan
Submitted URL: http://cplusplus.com/
Effective URL: https://cplusplus.com/
Submission: On July 09 via manual from IN — Scanned from CA
Effective URL: https://cplusplus.com/
Submission: On July 09 via manual from IN — 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 JUANDENT how to read a single character as with getchar but in C++? [General C++ Programming] Hi, in C one could read a single character from the keyboard with functions like getc() or getchar(). What is the equivalent in C++? streams use buffered inp... Jul 8, 2024 at 8:47am2024-07-08T15:47:39.000Z [8 replies] Last: in C one could read a single character from the keyboard with functio... (by seeplus) by Jonathan100 Segmentation fault (core dumped) [Beginners] Hi, I get strange segfault error when working with hierarchy of c programs (3 stages) I can give a link to the sources, but first i will describe the issue: i ... Jul 8, 2024 at 6:18am2024-07-08T13:18:50.000Z [6 replies] Last: Thanks folks, the error was due to a buffer overflow of char array I ... (by Jonathan100) by JUANDENT Strange arithmetic conversions [General C++ Programming] Stroustrup states in C++ Programming Language 4th edition page 271 that the result of converting an unsigned integer to a signed one of possibly larger size imp... Jul 8, 2024 at 1:43am2024-07-08T08:43:48.000Z [5 replies] Last: This is one of the reasons why .ssize()/std::ssize was introduced to g... (by seeplus) by andywestken Expectations [Lounge] Looking for feedback to sanity check my expectations of junior and not-so-junior C++ developers. Currently wondering how things have changed since I started in ... Jul 5, 2024 at 1:57pm2024-07-05T20:57:44.000Z [10 replies] Last: I distinctly remember two professors I enjoyed, both were for English ... (by zapshe) by TheIdeasMan PDP 11 Dave's Garage [Lounge] https://www.youtube.com/watch?v=XT6t2L3SVM8 Trials and tribulations of working with old computer and old OS. Jul 5, 2024 at 1:32am2024-07-05T08:32:20.000Z [1 reply] : Ah the good old days! That takes me back. I did a lot of programming w... (by seeplus) by JUANDENT How to clear the buffer for istreams? [General C++ Programming] Hi, what if I want to read only one character of input from the keyboard and want to use streams? so this: char c; cin >> x; [/code] will read a c... Jul 4, 2024 at 8:45pm2024-07-05T03:45:10.000Z [1 reply] : https://en.cppreference.com/w/cpp/io/basic_istream/ignore (by salem c) by zapshe I work for Google... (1,2) [Lounge] I didn't know if I was training OpenAI's GPT models or not. Turns out I was in fact training Google's Gemini model. I'm not sure what the relationship betwee... Jul 3, 2024 at 8:15am2024-07-03T15:15:15.000Z [27 replies] Last: "the data must flow" (by Ganado) by leo2008 c++ array negative numbers [General C++ Programming] I am trying to solve this problem, but got wrong output. Given an array of integers, write a function to move all the negative numbers to the left end of the ar... Jul 2, 2024 at 3:24am2024-07-02T10:24:37.000Z [4 replies] Last: to move all the negative numbers to the left end of the array without... (by seeplus) by leo2008 c++ indice 2 numbers [General C++ Programming] I solved the below problem. Can anyone tell me the best way here? Given a list of integers and a target sum, write a function to find the indices of the tw... Jul 2, 2024 at 3:02am2024-07-02T10:02:34.000Z [4 replies] Last: Another way is to use combinations. Consider this which will find the ... (by seeplus) by zzzhhh It is known that we can't initialize rvalue reference with lvalue, but why can function name? [Beginners] It is said that we can't initialize an rvalue reference with an lvalue. For example: int i=0; int && irr = std::move(i); int && irr2 = irr; [/code]In the above... Jul 1, 2024 at 9:41pm2024-07-02T04:41:31.000Z [5 replies] Last: And the standard you cited is two floors above: "http://eel.is/c++dra... (by mbozzi) Home page | Privacy policy © cplusplus.com, 2000-2023 - All rights reserved - v3.3.4s Spotted an error? contact us x