(Untitled)

Apr 26, 2004 14:33

#include

int YesNo(char Bob);

int main()
{
cout << "I'm learning C++.\n\n";
cout << "Once Leo tried to teach me C++. This didn't work out well.\n";
cout << "I kept getting sidetracked and frustrated him terribly.\n";
cout << "Thankfully, that phase appears to have passed. :-D\n\n";
cout << "Do you care?" << endl;
cout << "Y)es\t N)o\n ( Read more... )

Leave a comment

Comments 6

mercurious April 26 2004, 19:45:58 UTC
You 0wnz0r me at C++. *sniffle*

Does "cout" look dirty to you? It always has, to me.

Reply

a_million_suns April 27 2004, 09:22:26 UTC
It's pronounced "C-Out", you mad people!

Reply

mercurious April 27 2004, 13:06:41 UTC
Riiiiiiiiiiiiight. :D

Reply

solenis April 27 2004, 15:24:46 UTC
It looks like cooties!

Reply


anonymous April 28 2004, 21:16:53 UTC

public void moobobSez() {
String ceePlusPlus = "C++ is old and busted.";
String javaah = "Java is the new hotness. :)";

System.out.println(ceePlusPlus + "\n" + javaah);
}

Reply

solenis April 29 2004, 09:47:04 UTC
void naughtyMooBob() {
cout << "Shame on you! I'll get to Java, just you wait. My mom thinks I'm cool!\n";
Weeping (mooBobMeanness);
}

Reply


Leave a comment

Up