Boost logo

Boost :

From: Rainer Deyke (root_at_[hidden])
Date: 2002-02-12 12:43:33


----- Original Message -----
From: "Karl Nelson" <kenelson_at_[hidden]>
To: <boost_at_[hidden]>
Cc: <kenelson_at_[hidden]>
Sent: Tuesday, February 12, 2002 10:08 AM
Subject: Re: [boost] Alternate Format Mechanism

> I suspect python is 1-based. I can't find .NET page right now.

Python does not have position-based reordering. It does have an
indentifier based system that can be used for reordering (among other
things):

  '%(hello)s %(world)s' % {'world' : 'Welt', 'hello' : 'Hallo'}

Python is otherwise fairly consistent about always using 0-based
indexing (more so than C++).

--
Rainer Deyke | root_at_[hidden] | http://rainerdeyke.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk