Free Republic
Browse · Search
General/Chat
Topics · Post Article

To: Westbrook
Yeah, you're right. And here's some code for that program:

/* Program for a Muslim's Life */
/* ToDo: write functions for torturing, killing, raping, stealing and recruiting */
int main(int argc, char** argv)
{
  bool areAlive = true;
  do {
    Torture();
    Kill();
    Rape();
    Steal();
    Recruit();
  while(areAlive);
  return 0;
}

And I do mean "return 0", because they return nothing.
27 posted on 09/03/2015 4:18:49 AM PDT by Montana_Sam (Truth lives.)
[ Post Reply | Private Reply | To 6 | View Replies ]


To: Montana_Sam
Sorry; forgot to include the header:
#include "stdInfidelBS.h"
28 posted on 09/03/2015 4:20:31 AM PDT by Montana_Sam (Truth lives.)
[ Post Reply | Private Reply | To 27 | View Replies ]

To: Montana_Sam

LOL! In C no less!

You missed a closing bracket before “while(areAlive);”

But, yeah, that’s the loop.


32 posted on 09/03/2015 4:32:36 AM PDT by Westbrook (Children do not divide your love, they multiply i)
[ Post Reply | Private Reply | To 27 | View Replies ]

To: Montana_Sam

Nice code! A slight modification:

/* Program for a Muslim’s Life */
/* ToDo: write functions for torturing, killing, raping, stealing and recruiting */
int main(int argc, char** argv)
{
bool areAlive = true;
do {
Torture();
Kill();
Rape();
Steal();
Recruit();
while(areAlive && !JESUSComesInFinalVictory());
return 0;
}


36 posted on 09/03/2015 4:39:35 AM PDT by Nervous Tick (There is no "allah" but satan, and mohammed was his demon-possessed tool.)
[ Post Reply | Private Reply | To 27 | View Replies ]

Free Republic
Browse · Search
General/Chat
Topics · Post Article


FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson