cplusplus.com Open in urlscan Pro
54.39.7.252  Public Scan

Submitted URL: http://cplusplus.com/
Effective URL: https://cplusplus.com/
Submission: On October 02 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">&nbsp;</div>
        </td>
      </tr>
    </tbody>
  </table>
</form>

Name: I_loginformPOST /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 LsDefect
WinForms Resources, Moved Files   [Windows Programming]
 
I'm working on a WinForms CLR project and I'm using VS 2022. All was well until
I created new folders and moved files - everything was in the base project
folde...
Oct 1, 2024 at 11:05am2024-10-01T18:05:42.000Z
[1 reply] : remove the offending file from the project and put it back in is the
f... (by jonnin)

by zzzhhh
Why const literal class is not a constexpr even if initialized from a constexpr?
  [Beginners]
 
class test{ public: constexpr test(){} constexpr int operator+(const test& rhs)
const { return 1+rhs.x ; } int x = 10 ; }; cons...
Sep 28, 2024 at 2:48pm2024-09-28T21:48:45.000Z
[4 replies] Last: Good point. I suppose you could remove x. I'm not sure what
the point ... (by DizzyDon)

by JUANDENT
printing C++ source file in VS2022 throws garbage   [Windows Programming]
 
Hi, I have a C++ source file that when printing from VS2022 prints what seems
garbage (actually it seems to be using a strange font which is impossible to
u...
Sep 26, 2024 at 6:03pm2024-09-27T01:03:46.000Z
[4 replies] Last: any chance one or all of your code snippet settings use the
"Cascadia"... (by jonnin)

by Cyclone
Unhandled Exception: System.AccessViolationException: Attempted to read or write
protected memory. This is... (1,2)   [Beginners]
 
Hi, I am getting an error when I run my program. the error is... Unhandled
Exception: System.AccessViolationException: Attempted to read or write prote...
Sep 26, 2024 at 2:00am2024-09-26T09:00:20.000Z
[26 replies] Last: you can choose to hunt down some of the offending memory hogs
and mov... (by seeplus)

by TheIdeasMan
templates class friends strong types   [General C++ Programming]
 
Hello all, first a bit of background. Land Surveying involves many types of:
Angles, Bearings; Distances; Co-ordinates; and there are many types adjustments
...
Sep 26, 2024 at 12:53am2024-09-26T07:53:17.000Z
[7 replies] Last: 1) this is true. That isn't the problem at all. Imagine a
couple of a... (by jonnin)

by spistol
GLIBCXX_3.4.32 not found - Debian 12   [UNIX/Linux Programming]
 
Hello! I have installed Debian 12. GCC(c++/g++) upgraded to 13.3.0 from source.
But I still having error when I try to run my old programs(were compiled by
g++-...
Sep 23, 2024 at 1:59am2024-09-23T08:59:20.000Z
[7 replies] Last: For comparison: RHEL 9 / AlmaLinux 9 does default to GCC 11,
just like... (by keskiverto)

by JUANDENT
unresolved external symbol "int const value"   [General C++ Programming]
 
One file states: extern const int value; extern const int this_cpp; const int
mine = value; const int yours = 40; [/code] and another cpp states ...
Sep 22, 2024 at 9:52am2024-09-22T16:52:01.000Z
[1 reply] : Your other.cpp file also needs to say extern, otherwise it's taken
to ... (by salem c)

by jsheley
How to improve my C/C++ posts to CplusPlus forum   [General C++ Programming]
 
I would like to know how to increase the enjoyment and benefit of my posts to
the readers of the CplusPLus forum. May I have your input on the following
impro...
Sep 21, 2024 at 9:31am2024-09-21T16:31:35.000Z
[3 replies] Last: This isn't like a certain well known site where they delete
your ques... (by George PlusPlus)

by stav
A class that supports taking ownership and not   [General C++ Programming]
 
I'm writing a Parser class. It takes 1 argument in its constructor which is a
Lexer object. The question is i dont know whether i should take it as a
reference...
Sep 21, 2024 at 8:28am2024-09-21T15:28:48.000Z
[2 replies] Last: doing it both ways will make the code that uses the tool a bit
harder ... (by jonnin)

by Cyclone
Bit set function not working correctly?   [Beginners]
 
Good day, I don't know how to ask this as I don't totally understand things but
I'm having an issue. My program reads tiles and tile sets from a game. The...
Sep 20, 2024 at 11:01pm2024-09-21T06:01:40.000Z
[12 replies] Last: [quote=Cyclone]My code is messy and had left over variables
from testi... (by TheIdeasMan)



Home page | Privacy policy
© cplusplus.com, 2000-2023 - All rights reserved - v3.3.4s
Spotted an error? contact us




x