C/C++ C++ Jokes: A Collection of Funny Coding Stories

AI Thread Summary
The discussion centers around humorous takes on C++ programming, highlighting its quirks and challenges. Jokes emphasize the complexities of C++, such as its access control and the potential for errors, with references to famous figures in programming like Alan Kay. There is also a playful mention of the D programming language and Microsoft's C##, which requires musical knowledge to fully appreciate. The humor reflects a shared understanding of the frustrations and idiosyncrasies of coding in C++. Overall, the thread showcases a lighthearted camaraderie among programmers through jokes and anecdotes.
smart_worker
Messages
131
Reaction score
1
Are there any jokes related to c++?
 
Technology news on Phys.org
I'm sure there are, but they can't be repeated in mixed company.
 
When are they finally going to release D?
 
// cure for C++'s STD
#define virgin std

C++ : Where friends have access to your private members. - Gavin Baker

C allows you to shoot yourself in the foot.
C++ allows you to re-use the bullet
 
Alan Kay (the inventor of SmallTalk) at his 1997 OOPSLA keynote address:
Actually I made up the term "object-oriented", and I can tell you I did not have C++ in mind.
 
Ivan Seeking said:
When are they finally going to release D?

Microsoft are releasing their own version called C##. (Knowledge of music notation required to understand the joke).
 
AlephZero said:
Microsoft are releasing their own version called C##. (Knowledge of music notation required to understand the joke).

double diesis so D?
 
Back
Top