On Tue, Nov 12, 2013 at 11:10 AM, Ivanko B <[email protected]> wrote: > 'namespaces' > ================= > In C, it's mainly designed to combine a single "unit" from several > simplier & mixed ones & to simulate the Pascal "unit"-ing. > Pascal also offers the "unit.ident" access syntax which is a namespace in > sense.
Yes. But the problem is if you have two units, both using the same name, and you want to use them at the same project. As I said before in official list, I have -- for many years -- units that have the prefix 'M' so, I have mclasse.pas, mtasks.pas, msystem, etc. You know that MSE sources have mclasses and others that using the prefix 'M'... do you see the problem now? Namespaces, as I explained on official list, will allow the programmer set an 'alias' for units and use this name instead of the unit name. Regards, Marcos Douglas ------------------------------------------------------------------------------ November Webinars for C, C++, Fortran Developers Accelerate application performance with scalable programming models. Explore techniques for threading, error checking, porting, and tuning. Get the most from the latest Intel processors and coprocessors. See abstracts and register http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

