Re: C++ obfuscate

Colin Panisset (Colin.Panisset@nospam.nms.otc.com.au)
Tue, 9 Aug 1994 16:50:11 +1000 (EST)

Once upon a time, Scott Hopwood was heard to say:

} Has anyone in their travels seen a C++ obfuscate program?
}
} I could really do with a piece of code to do that.

Generally not hugely necessary. The possibilities offered by operator
overloading, bizarre scope rules, standard #defines, etc. are easily
enough to allow the most novice user to turn a simple "Hello World"
into severely obfuscated code.

-- Colin.