Editing Talk:221: Random Number

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 8: Line 8:
 
::"C-like syntax" is the best explain, this covers all. Even when I disagree that it's better known than Java these days.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 21:04, 22 August 2013 (UTC)
 
::"C-like syntax" is the best explain, this covers all. Even when I disagree that it's better known than Java these days.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 21:04, 22 August 2013 (UTC)
 
:::Just to be particularly pedantic, the double slash for the comment (which is generally utilised in object oriented C-style languages) should be avoided in C to retain backwards compatibility with C89, although it's a valid construct in C99. I'd offer, too, that the lack of library inclusion suggests this isn't necessarily Java, though it's been a couple years since I've had the opportunity to code in it. [[User:Thokling|Thokling]] ([[User talk:Thokling|talk]]) 15:35, 20 September 2013 (UTC)
 
:::Just to be particularly pedantic, the double slash for the comment (which is generally utilised in object oriented C-style languages) should be avoided in C to retain backwards compatibility with C89, although it's a valid construct in C99. I'd offer, too, that the lack of library inclusion suggests this isn't necessarily Java, though it's been a couple years since I've had the opportunity to code in it. [[User:Thokling|Thokling]] ([[User talk:Thokling|talk]]) 15:35, 20 September 2013 (UTC)
::::Not really worth putting effort in backward compatibility for stuff a simple regex can fix:<br><code>$ perl -pi.bak -e 's!//(.*)$!/\*$1\*/!' *.c</code> [[Special:Contributions/108.162.229.210|108.162.229.210]] 03:23, 5 August 2015 (UTC)
 
  
 
As a proof of good joke, RFC 1149 was successfully implemented several times. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 08:55, 11 May 2013 (UTC)
 
As a proof of good joke, RFC 1149 was successfully implemented several times. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 08:55, 11 May 2013 (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)

Template used on this page: