|
-
November 30th, 2009, 09:17 AM
#1
C++ Comic
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/1...-bat-computer/
Thanks,
Zachary
-
November 30th, 2009, 12:46 PM
#2
Re: C++ Comic
It might be funnier if you had the correct C++ equivalent for the formula. Or maybe not.
-
November 30th, 2009, 12:54 PM
#3
Re: C++ Comic
What do you mean?
I use the POW function just like that in a recent C++ project...
-
November 30th, 2009, 01:04 PM
#4
Re: C++ Comic
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.
-
November 30th, 2009, 01:22 PM
#5
Re: C++ Comic
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!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|