Apr 25, 2018 at 11:04am Apr 25, 2018 at 11:04am UTC
Please post your jokes about C++ here!
Apr 25, 2018 at 11:14am Apr 25, 2018 at 11:14am UTC
1 2 3 4 5 6 7 8 9
#include <cstdio>
void tellStory(){
printf("Once there was a very famous building. \n" );
printf("An actor was living in it. \nHe was telling stories.\n" );
printf("The story was like this: \n\b" ); tellStory();
}
int main(){
tellStory();
}
Last edited on Apr 25, 2018 at 11:49am Apr 25, 2018 at 11:49am UTC
Apr 25, 2018 at 12:18pm Apr 25, 2018 at 12:18pm UTC
No matter which one you input, the result will still be 1.
1 2 3 4 5 6 7 8 9 10
#include <iostream>
using namespace std;
int main(){
bool to_be;
int question;
cin >> to_be;
question=( to_be ) || (! to_be );
// To be OR NOT To be, that is a question.
cout << question;
}
Last edited on Apr 25, 2018 at 12:20pm Apr 25, 2018 at 12:20pm UTC
May 1, 2018 at 6:00pm May 1, 2018 at 6:00pm UTC
The C spilled his beer all over the C++'s shirt. Outraged, C++ shouted, "Good god, man! Have you no class?"
May 1, 2018 at 11:03pm May 1, 2018 at 11:03pm UTC
Last edited on May 1, 2018 at 11:03pm May 1, 2018 at 11:03pm UTC
May 13, 2018 at 3:48am May 13, 2018 at 3:48am UTC
...so I said to the bartender "Make it a double".
May 15, 2018 at 9:04pm May 15, 2018 at 9:04pm UTC
zaphraud walks into a bar and asks for 1.014 root beers.
The bartender says, “I’ll have to charge you extra, that’s a root beer float”.
^insert before
Jun 10, 2018 at 10:07pm Jun 10, 2018 at 10:07pm UTC
C++ knocks on Java's door. After waiting a few minutes, C++ leaves and comes back the next day where Java opens the door as soon as C++ appears. C++, impressed, asks, "How did you know I was here?" Java replies,"Didn't you just knock?"
Jun 13, 2018 at 11:35am Jun 13, 2018 at 11:35am UTC
Haha! Isn't ^ a variation of the more common:
"Knock Knock"
"Who's there?"
*very long pause*
"Java"
Jun 14, 2018 at 7:48am Jun 14, 2018 at 7:48am UTC
Yea, it is! I wanted to make that joke a bit more sophisticated.
Jun 14, 2018 at 11:30pm Jun 14, 2018 at 11:30pm UTC
Hi everyone...
There is one joke I basically found on Amazone and after joyfully reading all the other Threads cannot wait to Share :)
(I hope this works - it is on a T-Shirt afterall...)
http://a.co/eTQ8Mne
Edit: sorry, it‘s just the Link to the Shirt... I am not too used to type forum-texts and pic-inclusion did not work out for me... today... :(
Last edited on Jun 14, 2018 at 11:31pm Jun 14, 2018 at 11:31pm UTC
Jun 20, 2018 at 10:14pm Jun 20, 2018 at 10:14pm UTC
Knock Knock
Race Condition
Who's there?
Jun 20, 2018 at 11:47pm Jun 20, 2018 at 11:47pm UTC
Last edited on Jun 21, 2018 at 12:19am Jun 21, 2018 at 12:19am UTC
Jun 28, 2018 at 7:11pm Jun 28, 2018 at 7:11pm UTC
Knock Knock strange joke.
Jun 29, 2018 at 10:07pm Jun 29, 2018 at 10:07pm UTC
Programmer (noun)
A machine that turns coffee into code.
Jun 29, 2018 at 10:09pm Jun 29, 2018 at 10:09pm UTC
Algorithm (noun)
Words used by a programmer when....
they don't want to explain what they did.
Jun 29, 2018 at 10:10pm Jun 29, 2018 at 10:10pm UTC
Q: What is the Object-oriented way to become wealthy?
A: Inheritance.
Jun 29, 2018 at 10:12pm Jun 29, 2018 at 10:12pm UTC
Chuck Norris writes code....
that optimizes itself .