Marko Rauhamaa <ma...@pacujo.net>: > bartc <b...@freeuk.com>: >> 'const' tries to do too many things, most of them poorly, although it >> does a very good job at adding clutter. > > +1
However, I do my best to honor "const" since it's there. I'm even more Catholic than the Pope and declare: int main(int argc, const char *const argv[]) I generally *don't* use "const" with opaque data types. Marko -- https://mail.python.org/mailman/listinfo/python-list