3:09 i dosadno mi je

nedjelja, 29.07.2007.

ANOTHER POINT OF VIEW

one more grain of sand submits it self to gravity relentlessly pecking away that wich is left of my sanity, yet i still sit here, alone with my passive thoughts.
soon they will be all that is left in the darknes of my life, all common sense eclipsed by fear...fear of that which i fear the most.

IF IT WAS ONLY THIS SIMPLE

#include

#define BREAKING_POINT ???? //value to be added at later time
#define FEAR 100
#define HAPPY 1
#define MISERABLE 0

bool ask(int charm, person* her);

void main(void)
{
bool still_alone = 1;
double sanity = 100;
unsigned long time = 2522880000;

person* her = &rotmans_djevojka;

volatile bool answer;

int balls = 0;
int charm = 100;

While( time && sanity >= BREAKING_POINT)
....{
....if(still_alone)
........sanity /= 2;
....else
........exit(HAPPY);
....if( (balls += 1. / (100-sanity) ) > FEAR )
........{
........if( !(ask(charm, her)) )
............exit(MISERABLE);
........exit(HAPPY);
........}
....charm = 100 * (balls * sanity);
....time--;
....delay(1000);
....}
exit(MISERABLE);
}

bool ask(int charm, preson* her)
....{
....her->proposal(charm);
....delay(1000);
....return answer;
....}

<< Prethodni mjesec | Sljedeći mjesec >>