void destroy(enclosed_space *location_of_space) {<br>    location_of_space->name_of_fiefdom = 'fuckingdie!';<br>    //and if they survive the crash, make null and void<br>    return void<br>}<br><br>struct enclosed_space {<br>
     int capacity;<br>     bool sound_proof;<br>     char[10] name_of_fiefdom;<br>     bool petty_monarch_pisses_people_off;<br>}<br><br>enclosed_space *fiefdom;<br><br>if(fiefdom->petty_monarch_pisses_people_off) {<br>
     fiefdom = destroy(fiefdom);<br>}<br><br><div class="gmail_quote">On Sat, Jul 18, 2009 at 7:01 PM, Christoph Maier <span dir="ltr"><<a href="mailto:cm.hardware.software.elsewhere@gmail.com">cm.hardware.software.elsewhere@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Sat, 2009-07-18 at 18:37 -0700, d p chang wrote:<br>
> Christoph Maier <<a href="mailto:cm.hardware.software.elsewhere@gmail.com">cm.hardware.software.elsewhere@gmail.com</a>> writes:<br>
<br>
I speak a little C++, and would feel inclined to put the whole thing<br>
into<br>
<br>
class about_putting_quiet_enclosed_spaces_into_the_new_space<br>
<div class="im">{<br>
> > If the people discussing this heatedly (and loudly) right now could<br>
> > quiet down now, that would be nice ...<br>
}<br>
<br>
</div>> i missed what the antecedent (i think the right word) to 'this' is, but<br>
> if it is 'quiet' that would be extra funny/ironic/something witty.<br>
><br>
> \p<br>
<br>
<br>
> ---<br>
> The only courage that matters is the kind that gets you from one moment<br>
> to the next. - Mingnon McLaughlin<br>
<br>
There is only one thing in the world worse than being witty,<br>
and that is not being witty.<br>
[ <a href="http://www.phespirit.info/montypython/oscar_wilde.htm" target="_blank">http://www.phespirit.info/montypython/oscar_wilde.htm</a> ]<br>
<div><div></div><div class="h5"><br>
_______________________________________________<br>
Noisebridge-discuss mailing list<br>
<a href="mailto:Noisebridge-discuss@lists.noisebridge.net">Noisebridge-discuss@lists.noisebridge.net</a><br>
<a href="https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss" target="_blank">https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss</a><br>
</div></div></blockquote></div><br>