Attn: Comp sci geeks

There’s actually a mistake in the code.

Since he seems to be using #include < stdlib.h > he’s almost certainly using c++ code, which means that the printf() is wrong.

Here’s the actual code (optimised)

#include < stdlib.h >
void main
{
for(int i=1; i<=500; i++)
cout<<“I will not throw paper airplanes in class.”<< endl;
}

Now isn’t that even nicer :stuck_out_tongue:

Talk about being a computer geek. :thud:

There’s a similar comic where Jason’s father asks him to bring him a cup of “Java”, and he gets a sheet full of java code on it.

DS, stdlib.h is just as much a C library as it is C++. Besides, you can use printf in C++ too. :stuck_out_tongue:

Oh, and I knew about Foxtrot before. I was asking if this was a new strip. That’s what I meant to say.