Can you post it here http://www.uploadit.org/. try upx it and zipping it.Quote:
Originally posted by Acecool@8 October 2003 - 19:14
It works :-)Code:// Comic2.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
int main(void)
{
int count;
for(count=1;count<=500;count++)
printf("I will not throw paper airplanes in class.\n");
return 0;
}
The file weighs in at 168 kb (holy...)
and opens a dos window, prints the stuff out, and yeah
the guy forgot the \n newline else its all screwy
:D :P