A while ago I posted some erroneous C++ code I called "War is Private,
The Fight is Pure"

http://www.netbehaviour.org/pipermail/netbehaviour/20091118/012991.html

Pall Thayer suggested I post it to his microcodes website

http://pallit.lhi.is/microcodes/

as modifications of "WAR has NO value".

There are several problems with this however, namely, that the code must
be "complete and runnable":

1) C++ code needs to be compile before it can be "runnable"
2) The C++ code I posted DOES NOT COMPILE and will NEVER be "runnable".

Days/Weeks later: today, it finally dawns on me I could place it in a
BASH script which creates a file named warclass.cc and displays it, and
then invokes a C++ compiler (ie g++) to compile the warclass.cc file -
which it will fail to do and so displays the error messages.

Unfortunately I now think the reason of the microcode is kinda lost with
all this other stuff going on. (See attachment for the BASH script).

Attachment: war_is_private_the_fight_is_pure
Description: Binary data

_______________________________________________
NetBehaviour mailing list
[email protected]
http://www.netbehaviour.org/mailman/listinfo/netbehaviour

Reply via email to