Click to See Complete Forum and Search --> : C++ Comic
StupidInventor
November 30th, 2009, 08:17 AM
This is a webcomic I drew making a C++ joke.
My regular readers don't seem to get it, was just curious what you guys thought of it:
http://www.stupidinventor.com/2009/11/30/comic-14-the-bat-computer/
Thanks,
Zachary
Arjay
November 30th, 2009, 11:46 AM
It might be funnier if you had the correct C++ equivalent for the formula. Or maybe not.
StupidInventor
November 30th, 2009, 11:54 AM
What do you mean?
I use the POW function just like that in a recent C++ project...
Arjay
November 30th, 2009, 12:04 PM
Take the E=MC2 formula and convert it to a C++ statement.
Does it look like POW( x, y )?
Maybe a C++ guy takes this too literally so it's not as funny?
Consider the joke about "There are only 10 kinds of people in the world: those that understand binary and those that don't".
That joke is funny because it's technically accurate.
I wonder if your joke would be funnier if more accurate?
Btw, nice job on the comic strip in general.
StupidInventor
November 30th, 2009, 12:22 PM
I'm sorry, I'm only an amateur programmer (still in school) so I'm not sure what you mean.
I recently had to do a project where you input the value of x and y and the compute the value of x to the y power...
So all I had to do was have the user cin the x and y, and then cout the POW(x,y)...
So couldnt you do E = M * POW(C,2)?
Again Im only in my second C++ class so my apoligies for the amateur understanding.
I have seen that binary shirt and love it.
Thanks! Glad you like it!
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.