View Single Post
  #47  
Old 08-29-2018, 04:21 PM
JoeP's Avatar
JoeP JoeP is offline
Solipsist
 
Join Date: Jul 2004
Location: Kolmannessa kerroksessa
Gender: Male
Posts: XXXVMMCXXI
Default Re: Bits and PCs - a Computers and Tech Miscellany

I lol'd.

Introducing the "goes to" operator in C++:
Code:
    int x = 10;
    while (x --> 0) // x goes to 0
    {
        printf("%d ", x);
    }
And the "slides down to" operator:
Code:
while (x --\
            \
             \
              \
               > 0)
     printf("%d ", x);
__________________

:roadrun:
Free thought! Please take one!

:unitedkingdom:   :southafrica:   :unitedkingdom::finland:   :finland:
Reply With Quote
Thanks, from:
But (08-31-2018), ceptimus (08-29-2018), Ensign Steve (08-29-2018), specious_reasons (08-29-2018), SR71 (09-09-2018)
 
Page generated in 0.13907 seconds with 11 queries