Editing Talk:379: Forgetting

Jump to: navigation, search
Ambox notice.png Please sign your posts with ~~~~

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 2: Line 2:
 
:Actually this works in C++ too. (*pointer).property is the same as pointer->property -- 17:58, 31 july 2013 (Time in Florida)
 
:Actually this works in C++ too. (*pointer).property is the same as pointer->property -- 17:58, 31 july 2013 (Time in Florida)
 
::Do you have a code snippet, maybe this could help me to explain this comic for non programmers.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 22:43, 31 July 2013 (UTC)
 
::Do you have a code snippet, maybe this could help me to explain this comic for non programmers.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 22:43, 31 July 2013 (UTC)
:::At the moment I don't have a computer, just my phone, but I'll try (so i appologize for any typos in advance, you may correct them)
 
pair<int, int>* pntr = make_pair(5, 8);
 
cout << (*pntr).first << endl;
 
cout << pntr->first << endl; // the same as above
 
:::: The arrow operator -> is a valid way to access object members using smart ptrs in C++
 
-- 22:12, 31 July 2013 (Florida)
 
:I removed PHP as a possible language since PHP variable names start with a $. Zetfr 09:24, 20 May 2015 (UTC)
 
::IT IS A COMBINACION EN C++/ANOTHER LENGUAGE IN THE FOURTH PANEL ASSERT HAS NOT PARENTHESES. IN C++ THE ASSERT MUST HAVE THE PARENTHESES AND SO CANNOT BE A C++ PROGRAM. PLEASE ADVISE {{unsigned ip|108.162.210.219}}
 
:::I think he meant it as c++. Higher level languages that forego the parens tend to also forego the semicolon. Probably just a typo on Randall's part since he had recently learned Python relative to this. {{unsigned|Flewk}}
 
 
man this one made me cry...
 
 
if i could at least forget what happened to sally...
 
i wish it was as easy as "del filename".
 
 
this one, sadly, is too relatable for me. [[User:An user who has no account yet|An user who has no account yet]] ([[User talk:An user who has no account yet|talk]]) 15:56, 5 September 2023 (UTC)
 

Please note that all contributions to explain xkcd may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see explain xkcd:Copyrights for details). Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel | Editing help (opens in new window)

Templates used on this page: