Yeah, I know I am crazy!
by Mykas0 on Comments
#include < iostream.h > bool current_positions(Person X){ return my.position == X.position; } main (){ int age = 20, age_limit = 100; while(age != age_limit){ if ( current_positions(Bethany) ){ // 'cause she is great! :D cout < < age < < " : " < < "Yey, I am happy!" < < endl; break; } else cout < < age < < " : " < < "I am sad..." < < endl; ++ age; } } /* Programming sure is great... I love it, and I wish I could use it for something nice, like making a game or something! :P Plus, there is always Bethany... she looks really nice, and doesn't surely deserve how some people treat her... However, she will never actually read these lines... */