Funny programming pictures, jokes & quotes

Discussion about everything. New games, 3d math, development tips...
DtD
Posts: 264
Joined: Mon Aug 11, 2008 7:05 am
Location: Kansas
Contact:

Post by DtD »

shadowslair wrote: ********
[...]

God chuckles, “Everybody knows… Jesus saves.”
********
LOL that is so awesome! :D

~DtD
cobra
Posts: 371
Joined: Fri Jan 23, 2009 2:56 am
Location: United States
Contact:

Post by cobra »

Sorry for the bump, but I had to post this here..
Mauler
Guest

Posts: n/a
#4: Mar 22 '06
re: how to write antivirus code using c++
pradeep wrote:
> how to write antiviirus code using c++
>


int main()
{
MyVirusList mvl = findViruses("OnHardDrives");
int OK = killViruses(mvl);
if (!OK)
{
cout << "Could not kill viruses" << endl;
}
else
{
cout << "Viruses killed." << endl;
}
return 0;
}
Josiah Hartzell
Image
GameDude
Posts: 498
Joined: Thu May 24, 2007 12:24 am

Post by GameDude »

The first post has some funny ones
Murloc992
Posts: 272
Joined: Mon Apr 13, 2009 2:45 pm
Location: Utena,Lithuania

Post by Murloc992 »

shadowslair wrote: Q: how many programmers does it take to change a light bulb?
A: none, that's a hardware problem
********
Q: how many Microsoft programmers does it take to change a light bulb?
A: none, they just make darkness a standard and tell everyone "this behavior is by design"
Win :lol:
Valmond
Posts: 308
Joined: Thu Apr 12, 2007 3:26 pm

Post by Valmond »

One of the first images "can you give me a few pointers?", "0x32FB5E65... ..."
comes from this site which is really excellent.

Have a good read!
TheWorstCoderEver
Posts: 47
Joined: Wed Feb 01, 2006 8:09 pm
Location: Wroclaw
Contact:

Post by TheWorstCoderEver »

Worst Coder Ever is back with the worst C-string manipulation code ever written!!!

http://cboard.cprogramming.com/c-progra ... rings.html

Yes, I do moonlight at cprogramming.com as almos. 2 posts total.
netpipe
Posts: 670
Joined: Fri Jun 06, 2008 12:50 pm
Location: Edmonton, Alberta, Canada
Contact:

Post by netpipe »

http://www.incompetech.com/m/c/royalty-free/ duno where else to post it, use this in your video games. why did the programmer cross the road ? to get to the atm... haaa :(
Brainsaw
Posts: 1177
Joined: Wed Jan 07, 2004 12:57 pm
Location: Bavaria

Post by Brainsaw »

Not programming, but computer relevant (aka "Computer in 50 years"):

Image
Dustbin::Games on the web: https://www.dustbin-online.de/

Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames
TheWorstCoderEver
Posts: 47
Joined: Wed Feb 01, 2006 8:09 pm
Location: Wroclaw
Contact:

Post by TheWorstCoderEver »

The picture is for real???
Brainsaw
Posts: 1177
Joined: Wed Jan 07, 2004 12:57 pm
Location: Bavaria

Post by Brainsaw »

Yes ... this is what people though about computers in the future in 1954. Quite funny imho. On the other hand: even Sci-Fi authors from that time thought computers would get bigger and bigger (e.g. Isaac Asimov IIRC). I guess these scientists would be shocked if you went back to the time and took your mobile phone along :D
Dustbin::Games on the web: https://www.dustbin-online.de/

Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames
Mel
Competition winner
Posts: 2292
Joined: Wed May 07, 2008 11:40 am
Location: Granada, Spain

Post by Mel »

My... good...ness... what is that big wheel for?... analog input?
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
Brainsaw
Posts: 1177
Joined: Wed Jan 07, 2004 12:57 pm
Location: Bavaria

Post by Brainsaw »

That's exactly what we've been wondering about here at work. Maybe it's the very first version of a mouse wheel? But as the mouse as we know it was not yet invented (you ... technology that's not yet invented is used a lot in that computer) they got it wrong. Whow knows?
Dustbin::Games on the web: https://www.dustbin-online.de/

Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames
B@z
Posts: 876
Joined: Thu Jan 31, 2008 5:05 pm
Location: Hungary

Post by B@z »

..maybe for playing racing games..? XD
Image
Image
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

B@z wrote:..maybe for playing racing games..? XD
lol +1 :lol:
Bate
Posts: 364
Joined: Sun Nov 01, 2009 11:39 pm
Location: Germany

Post by Bate »

Haha, funny pic. The next generation will be laughing about us, though. "Keyboard, Mouse and Monitor? Why would I want to touch anything -- without a basic mind-controlled holographic interface you're totally losing direct control!"

"Any sufficiently advanced technology is indistinguishable from magic."
~Arthur C. Clarke
Never take advice from someone who likes to give advice, so take my advice and don't take it.
Post Reply