life in C 67: on being closed minded
Posted by lordpinoy on February 22, 2009
double my_mind(your_input, my_idea)
{
void your_input;
float my_idea;
double my_output = (double)my_idea;
return my_output;
}
Posted by lordpinoy on February 22, 2009
double my_mind(your_input, my_idea)
{
void your_input;
float my_idea;
double my_output = (double)my_idea;
return my_output;
}
February 23rd, 2009 at 11:31 am
I think this works as well:
my_idea = my_mind(my_idea,your_input)
hehehe. Hello Dael!
February 23rd, 2009 at 6:18 pm
Indeed!
You can also reject your ideas in favor of another’s
hehehe. Symmetric Closed Mindedness… if such a thing exists.