cplusplus.com Open in urlscan Pro
54.39.7.252  Public Scan

URL: https://cplusplus.com/
Submission: On November 17 via manual from IT — Scanned from CA

Form analysis 1 forms found in the DOM

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


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 blongho
Reading test data from file   [Beginners]
 
Hi, Please help me with this. I have to write a program that reads test data
from a file. Scenario: Each test case starts with LOCATE and ends with
Output....
Nov 17, 2022 at 11:19am2022-11-17T11:19:10.000Z
[no replies]

by Cambalinho
why these 'if' seems ignored? (1,2)   [General C++ Programming]
 
see these code: void DrawLine(int X0, int Y0, int Z0, int X1, int Y1, int Z1,
COLORREF LineColor = RGB(255,0,0), bool Refresh=true) { //Getting ...
Nov 17, 2022 at 7:58am2022-11-17T07:58:46.000Z
[32 replies] Last: @salem c You are right. void* p = reinterpret_cast<void
*>(Pixels);[/... (by coder777)

by highwayman
Viability of Casting `void(*)(int*)` to `void(*)(...)`   [General C++
Programming]
 
I was thinking about the std::function<>[/code] class and I'm trying to figure
out what that would look like in C. So far I got this: [code] typedef struct
_S...
Nov 17, 2022 at 4:43am2022-11-17T04:43:06.000Z
[10 replies] Last: That's pretty interesting though it feels weird to identify
UB as perm... (by highwayman)

by highwayman
How to Change ncurses window(pad) size?   [UNIX/Linux Programming]
 
Is there a way to change the maximum size of a window in ncurses[/tt]?
Nov 16, 2022 at 10:43pm2022-11-16T22:43:00.000Z
[3 replies] Last: Sorry been a little busy recently, but basically I meant a
virtual win... (by highwayman)

by thmm
std::min with const char *   [General C++ Programming]
 
Seems that std::min doesn't work with const char * Has anyone encountered this
problem as well ? #include <iostream> #include <algorithm> int main() { ...
Nov 16, 2022 at 8:49pm2022-11-16T20:49:30.000Z
[16 replies] Last: I can imagine some legacy code that uses const char*.[/quote]
Yes, ol... (by jonnin)

by cplus2303
Algorithm Analysis   [Beginners]
 
A program that raises a number x to an arbitrary nonnegative integer, n. How can
I make a program using this pseudocode that can be used for theoretical,
experi...
Nov 16, 2022 at 8:47am2022-11-16T08:47:53.000Z
[1 reply] : #include <iostream> double brpower( double x, unsigned n ) { if (...
(by lastchance)

by bydrachen
Time Complexity of a Recursive Function with a Reducing Parameter   [Beginners]
 
What's the big O notation and how can I calculate it? I'm new to this. Is there
a general rule of this? int func (int n, int m) { if (n<1) ...
Nov 15, 2022 at 10:40pm2022-11-15T22:40:28.000Z
[2 replies] Last: recursion is just a type of loop, you treat it the same way.
The pain... (by jonnin)

by jzilliam
Monopoly -- Forum (1,2,3)   [General C++ Programming]
 
I'm trying to write snippet code about monopoly and I would like to know what
data structures I should use for a playercount function (like choosing between
2-4...
Nov 14, 2022 at 5:47pm2022-11-14T17:47:52.000Z
[41 replies] Last: places.cpp #include <algorithm> #include "places.h" #include
"board... (by seeplus)

by Jonathan100
32 bit signed integer   [Beginners]
 
Hi. I have get_massege function which needs to return 32 bit integer. So i
thought about using u32. Then i realized i have some ERROR CODEs which need to
...
Nov 14, 2022 at 4:06pm2022-11-14T16:06:07.000Z
[13 replies] Last: Thanks :)) (by Jonathan100)

by BigNibs
How on earth are these undefined   [Beginners]
 
I literally initialized them in main, and they dont get called until they are
initialized so I don't know why I am getting an error, also fyi my program is
not ...
Nov 14, 2022 at 12:06pm2022-11-14T12:06:31.000Z
[4 replies] Last: To expand on what others have said: lengthUp [/tt]and
[tt]lengthDown ... (by MikeyBoy)



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

x