const int LEVEL_OF_CRAZINESS= 20;
int main()
{
int daysBeforeVacations = 20; // rounded up
int counterCraziness = 0;
bool amICrazyYet = false;
for (int currentDay = 0; currentDay !=daysBeforeVacations; ++currentDay)
{
cout << "I'll never make it in time.";
++cptCraziness;
amICrazyYet= (counterCraziness == LEVEL_OF_CRAZINESS);
}
if (amICrazyYet)
PlayVideoGamesOrRead(counterCraziness);
void PlayVideoGamesOrRead(int p_counterCraziness)
{
for( ;; )
{
--p_counterCraziness;
/***/
if (p_counterCraziness == 0) break;
/***/
}
}
}
Moral of the story : When things are looking grim, you should do something else, instead of depressing. And remember, there's always someone, somewhere, that cares for you. So smile, relax, and enjoy life; we come and go so fast, let's make the most of it.

--
Not getting what you want is not the problem. It's getting what you don't want.
--
Style is not all... it is the one and only!
Maudit que Poil yé hot!
--
Chuck Norris is the reason why Waldo is hiding
--
♪ Music in my ears, ♪
☼ Sunshine on my face, ☼
♠ Life is good man, let's keep goin', ♠
♥ Adapt and succeed, that's what I'm sayin'. ♥
C'était nice hier, dommage que je devais aller travailler.
Yah c'était bien, mais t'as pas manqué grand chose après que tu partes; Julie a décidé de jouer au Ouija, j'ai été possédé par un esprit malfaisant puis j'ai vomi partout. On m'a enchaîné pour le restant de la soirée, pendant que je hurlais des insénités jusqu'à ce que j'en perde la voix.
Bref, une vie de soirée relax.
--
♪ Music in my ears, ♪
☼ Sunshine on my face, ☼
♠ Life is good man, let's keep goin', ♠
♥ Adapt and succeed, that's what I'm sayin'. ♥
--
Samuel "SHLACK" Langlois
----------
LaboPa.com
Previous Page12Next Page