C++ poetry

I've always found C++ as a creative median for storytelling. This particular one was made by me for an english project. It's not programing (and no, it doesn't compile) but it has a funny ending and I want to post it anyways.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
int day
{
    Happiness = 10;
    Morning;
    School;
    Afternoon;
    Life;
    return EXIT_FAILURE;
}

void Morning(){
     int time;
     time = 8:45;
     if(time < 8:00){
             /eat cheerios
     }
     if(time > 8:00){
          if(day != Monday){
               yellout<<"CRICKEY I'm late!";
          }
          if(day == Monday){
               sleepin = true;          
          } 
     }
}          

void School(){
     if(sleepin == true){
          EnglishHomework ++;
          Happiness --;
     }
     else {
          /Boredom
          Happiness --;
     }    
     Cout<<"Skip math? [y/n]";
     cin>>"y";
     /fail math
     if(mathfail == true){
          /Sumemr School application
          Happiness - 5;
     }
}

void Afternoon(){
     /Eat pizza
     /walk in park with girlfriend
     if(breath smells like pizza == true){
          reject.kiss;
          /get dummped
          happiness - 4;
     }
}   

void life(){
     if(Happiness == 0)
          /wrists
     return EXIT_FAILURE     
}    
 
You had a rough childhood didn't you? :P

I will say that it's strange. Strange indeed.
Mmmmm,

You need to get out more.....
Topic archived. No new replies allowed.