god

Discussion about everything. New games, 3d math, development tips...
Midnight
Posts: 1772
Joined: Fri Jul 02, 2004 2:37 pm
Location: Wonderland

god

Post by Midnight »

Code: Select all

#include <iostream>

using namespace std;

int main()//int argc,char *argv[])
{
    string x;
    printf("\nDo you believe in God?\n");
    cin >> x;
    if(x == "y" || x == "Y" || x == "yes" || x == "Yes" || x == "yup" || x == "yeah")
    {
        printf("This program will now exit to conform to your needs in rejecting logic.\n");
        system("pause");

    }
    else if(x == "n" || x == "N" || x == "no" || x == "No" || x == "nah" || x == "nope")
    {
        printf("Please enjoy your atheism.\nGoodbye!\n");
        system("pause");
    }
    else
    {
        printf("Sorry, I didn't understand your answer.\nPlease try again.\n");

    }
    return(0);
}

8)
twilight17
Posts: 362
Joined: Sun Dec 16, 2007 9:25 pm

Post by twilight17 »

Are you just starting out in C++ or something? :lol:
Post this userbar I made on other websites to show your support for Irrlicht!
Image
http://img147.imageshack.us/img147/1261 ... wernq4.png
Midnight
Posts: 1772
Joined: Fri Jul 02, 2004 2:37 pm
Location: Wonderland

Post by Midnight »

twilight17 wrote:Are you just starting out in C++ or something? :lol:
No, are you?
Ion Dune
Posts: 453
Joined: Mon Nov 12, 2007 8:29 pm
Location: California, USA
Contact:

Post by Ion Dune »

:?
Sylence
Posts: 725
Joined: Sat Mar 03, 2007 9:01 pm
Location: Germany
Contact:

Post by Sylence »

twilight17 wrote:Are you just starting out in C++ or something? :lol:
C++ and printf ?
This is neither C nor C++ ;)
Software documentation is like sex. If it's good you want more. If it's bad it's better than nothing.
Midnight
Posts: 1772
Joined: Fri Jul 02, 2004 2:37 pm
Location: Wonderland

Post by Midnight »

Sylence wrote: C++ and printf ?
This is neither C nor C++ ;)
why does it matter?

fix it if it bothers you. it's not really meant to be functional anyway. genius.

I don't really give a f uck what it is. or what you think is right.

And you're wrong also btw.
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post by BlindSide »

The dreaded Midnight strikes again! Image

For all you green ones here's a brief recap of his mayhem:

http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=12338

http://irrlicht.sourceforge.net/phpBB2/ ... hp?p=62404

http://irrlicht.sourceforge.net/phpBB2/ ... php?t=8208

PS Midnight how is it going, haven't talked in a while.
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

BlindSide wrote:The dreaded Midnight strikes again! Image

For all you green ones here's a brief recap of his mayhem:

http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=12338

http://irrlicht.sourceforge.net/phpBB2/ ... hp?p=62404

http://irrlicht.sourceforge.net/phpBB2/ ... php?t=8208

PS Midnight how is it going, haven't talked in a while.
Awesome.. :lol:
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
twilight17
Posts: 362
Joined: Sun Dec 16, 2007 9:25 pm

Post by twilight17 »

Nothing to take offense to! I was just wondering why is there a code snippet of beginner-level code. Not trying to start an argument. :?
Post this userbar I made on other websites to show your support for Irrlicht!
Image
http://img147.imageshack.us/img147/1261 ... wernq4.png
xDan
Competition winner
Posts: 673
Joined: Thu Mar 30, 2006 1:23 pm
Location: UK
Contact:

Post by xDan »

omg it's teh crazy and original genious midnight lol wtf awsome lol
Midnight
Posts: 1772
Joined: Fri Jul 02, 2004 2:37 pm
Location: Wonderland

Post by Midnight »

Oh thanks so much for drudging up those poems I wrote when I was drunk years ago blindside. I actually entertained myself reading those again I had forgotten. But really how childish of you.

I'm still waiting for you homosexuals to explain your criticism though.

Here's some food for thought while we wait, why is it a guy named Sylence is one of the first to comment?

Is there some ceremonial shoving of a stick in your ass when you learn to program that I have missed?
Sylence
Posts: 725
Joined: Sat Mar 03, 2007 9:01 pm
Location: Germany
Contact:

Post by Sylence »

Midnight wrote:why is it a guy named Sylence is one of the first to comment?
Why not ?
Software documentation is like sex. If it's good you want more. If it's bad it's better than nothing.
Adler1337
Posts: 471
Joined: Sat Aug 09, 2008 6:10 pm
Location: In your base.

Post by Adler1337 »

Is there some ceremonial shoving of a stick in your ass when you learn to program that I have missed?
No but if you knew how to program, you wouldn't have missed it :lol:
multum in parvo
xDan
Competition winner
Posts: 673
Joined: Thu Mar 30, 2006 1:23 pm
Location: UK
Contact:

Post by xDan »

How about the blindingly obvious criticism that your "code snippet" is useless spam?
Locked