[Sussex] Super Secure Linux.

Geoffrey Teale gteale at cmedltd.com
Wed Feb 2 09:43:43 UTC 2005


On Tue, 2005-02-01 at 16:51 +0000, Stephen Williams wrote:
> Nooo, t'were only on a good day, wen 'e were right mawdy 'e would.....
> 
> do {
> 	while(!dead && in_pub) {
> 		$input = "moany old yorkshire git\'s response";
> 		$output = $input +1;
> 		echo $output;
> 		}
> 	loop
> 	}
> 
> Or something!

#include <iostream>

#include "boss.hh"

define EXPECTS_THE_SPANISH_INQUISITION "Nobody"

void 
deliver_message_to_boss( char *message, Boss::Boss *boss )
{
	int try_again = 1;

	while (try_again)
	{
		try
		{
			boss->tell(message);
			boss->say("Pardon?");
		}
		except ( SpanishInquisition &err )
		{
		 	std::cerr << "I didn't expect the spanish inquisition!" <<
std::endl;
			try_again = 0;
		}
	}
}

int
main( int argc, char **argv )
{
	Boss::Boss *mill_boss;

	mill_boss = new Boss::Boss(Boss::Boss::NORTHERN |
Boss::Boss::FLATCAP );
	deliver_message_to_boss( "Ones gone 'ought twiddle cross t'mainbrace!
\n", mill_boss);
	return 0;
}




-- 
Geoffrey Teale <gteale at cmedltd.com>
Cmed Technology





More information about the Sussex mailing list