SafeGroup
Śmiechłem - Wersja do druku

+- SafeGroup (https://safegroup.pl)
+-- Dział: Forum ogólne (https://safegroup.pl/forum-6.html)
+--- Dział: Programowanie - języki i technologie (https://safegroup.pl/forum-34.html)
+--- Wątek: Śmiechłem (/thread-10291.html)



Śmiechłem - Tajny Współpracownik - 18.04.2016

Lista śmiesznych rzeczy z kodów źródłowych:



Kod:
double penetration;
const int ten=10;
last = first;
#define floor ceil
#define NULL (::rand() % 2)
#define true false
public GetRandomNumber()
{
   return 12;
}


// insert comment here
Znalezione na GitHubie, Stackoverflow...

( ͡° ͜ʖ ͡°)


RE: Śmiechłem - chomikos - 19.05.2016

Może nie tak śmieszne jak double penetration, ale:

Kod:
#define ever (;;)

for ever {}

Tongue