laratte.com Open in urlscan Pro
142.4.215.223  Public Scan

URL: https://laratte.com/
Submission: On May 23 via api from US — 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://laratte.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 Duthomhas
Lions and Tigers and Pointers, oh my! (1,2)   [Lounge]
 
I’ve been spending time at SO again lately (dunno why) and I am again impressed
by how confused people get by the idea of pointers. It really doesn’t seem to...
May 22, 2024 at 6:49pm2024-05-23T01:49:55.000Z
[21 replies] Last: Heh heh heh, I remember doing weird stuff poking around
memory like th... (by Duthomhas)

by malibor
About standard strings in Linux?   [UNIX/Linux Programming]
 
I'm new to Linux dev, so far I've been mostly writing Win32 applications where
`char` is `ANSI` and `wchar_t` is UNICODE. But I see under Linux the default
i...
May 22, 2024 at 5:23am2024-05-22T12:23:09.000Z
[8 replies] Last: @kigar64551 I'm very grateful for your sample code and mention
of icon... (by malibor)

by Cplusc
Inconsistent Results with Different Methods   [General C++ Programming]
 
I’m facing an issue in a C++ project where two different methods for computing
the same values are giving inconsistent results, despite both using the same
inpu...
May 19, 2024 at 9:46pm2024-05-20T04:46:12.000Z
[16 replies] Last: Hi Cplusc, I hope all is well at your end :+) Sorry for an
even late... (by TheIdeasMan)

by bydrachen
Assigning CMYK values into a pixel   [Windows Programming]
 
Hi, I'm working on a project that manipulating images pixel by pixel with C#
forms. Now the turn is color space convertions. We extracted the values out of
an R...
May 18, 2024 at 4:33pm2024-05-18T23:33:15.000Z
[2 replies] Last: I think implementing the conversion between the RGB and CMYK
color mo... (by bydrachen)

by vickoza
How does CFile::Openassigns to pErros->m_cause the value CFileException::none?  
[Windows Programming]
 
I have analyzed an older application and tracing an error to this MFC class
function. In some versions of Windows 10 and earlier version of Windows this
method ...
May 17, 2024 at 8:58pm2024-05-18T03:58:52.000Z
[no replies]

by adam2016
Threading   [General C++ Programming]
 
Hello everybody, long time no post. My posts have been sporadic at best lately,
but hopefully, this one will gain some traction and be helpful to many who find
...
May 17, 2024 at 1:33am2024-05-17T08:33:25.000Z
[18 replies] Last: Not that it really matters your link lists different authors
for the ... (by seeplus)

by Duthomhas
Finally switched to Linux Mint (1,2,3)   [Lounge]
 
Got a new PC (finally) and since it is really nice, modern hardware I am finally
making the move from Windows. I liked[/i] Windows 7. Very clean, good OS. Wi...
May 17, 2024 at 1:13am2024-05-17T08:13:25.000Z
[45 replies] Last: Don’t archive me yet. (by Duthomhas)

by stav
which one of these bytecode instruction designs is better?   [General C++
Programming]
 
I've been going down a bit of a rabbit hole trying to figure out the most
optimal way to design a bytecode instruction class. To be clear an instruction
is som...
May 13, 2024 at 11:43am2024-05-13T18:43:33.000Z
[6 replies] Last: Its very good to know, as tables are very fast and you can
often use t... (by jonnin)

by SubZeroWins
C++ Questions (1,2,3,...,10,11,12,13)   [Beginners]
 
1) Why does "&myChar " act differently in 2 different contexts? [code] char*
pointer = &myChar[0]; //ALSO WORKS!!! [/code] Above, it actually return th...
May 13, 2024 at 8:01am2024-05-13T15:01:11.000Z
[246 replies] Last: I agree with the search fiasco and the current state, but it
does leav... (by SubZeroWins)

by ElusiveTau
Why are there multiple multithreading frameworks?   [General C++ Programming]
 
In my learning, I've come across several multi-threading frameworks. I know the
language didn't officially provide thread support until C++11 and that some
thre...
May 10, 2024 at 9:39am2024-05-10T16:39:24.000Z
[8 replies] Last: PS. There's also: Intel Threading Building Blocks
https://www.intel.co... (by seeplus)



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