Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

EXPERT C OPERATOR REIMPLEMETATION

Name: Anonymous 2014-04-12 8:41


#include <stdio.h>

bool
or (bool a, bool b)
{
return a ? true : (b ? true : false);
}

bool
and (bool a, bool b)
{
return a ? (b ? true : false) : false;
}

bool
not (bool a)
{
return a ? false : true;
}

Name: Anonymous 2014-04-19 10:16

>>33
I have a horrible feeling that she doesn't know about this site. Does this site appear under a google search for /prog/? Maybe she will find it there.

Name: Anonymous 2014-04-19 10:22

I think you are right >>37-san, xhe most likely does not know about the site

Name: Anonymous 2014-04-19 10:22

>>34
No bully urinatating on others.

Name: Anonymous 2014-04-19 10:28

>>32
No bully please, we are a family friendly community

Name: Anonymous 2014-04-19 10:41

>>38
maybe cudder posts here too http://boards.420chan.org/prog

Name: Anonymous 2014-04-19 10:45

lol!

https://twitter.com/kwzrddd

I don't think this is her

Name: Anonymous 2014-04-19 10:57

Name: Anonymous 2014-04-19 12:30

the prauge community is now split between this site and /jp/

Name: Anonymous 2014-04-19 21:27

>>36
An understanding of short circuit evaluation is implicit in the explanation.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List