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 1:01

>>24
IF U CAN ACCURATELY GET MY CHARACTER DOWN ILL BE IMPRESSED.
I can confirm that yours in a very difficult style to duplicate. I'm a team of expert shitposters with over 50 years of combined experience and even I can't do it.

Anyway, for your challenge at https://dis.4chan.org/read/prog/1396453647/23 , I'm doing the vagina option. What cross-platform graphics library do you know of that is completely standards compliant. And by cross platform, I need it to take care of all the windowing shit and other subsystems so I can just worry about the program itself and all my users can just recompile for whatever operating environment they are in.

Also, do you think GitHub would ban me if it generated loli vagina instead?

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