On 5/29/22 16:39, Preston Crow wrote: > > I was looking at making the maximum window size a runtime config option > instead of a compile-time option (default 25x25 now). There are places > where using a language with object constructors would make that much > simpler since we have a bunch of hard-coded arrays now.
hard coded arrays are much faster and what do you thing the C++ objects are made of? Compile time options are good things, and if you really want to change something to run time options, that doesn't require the use of C++ with its huge overhead and ever changing syntax. In fact, C++ delvelopers don't even all work in the same syntaxically universe as MS users develope routinely with methods and syntax that don't exist in Unix. -- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of the world - RI Safir 1998 http://www.mrbrklyn.com DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002 http://www.nylxs.com - Leadership Development in Free Software http://www.brooklyn-living.com Being so tracked is for FARM ANIMALS and extermination camps, but incompatible with living as a free human being. -RI Safir 2013 _______________________________________________ crossfire mailing list [email protected] http://mailman.metalforge.org/mailman/listinfo/crossfire IRC: http://crossfire.real-time.com/irc/index.html Discord: http://crossfire.real-time.com/discord/index.html Project Site: https://sourceforge.net/projects/crossfire/ Wiki: http://wiki.cross-fire.org/ Website: http://crossfire.real-time.com

