Martin Sebor
Fri, 18 Jan 2008 07:49:17 -0800
Farid Zaripov wrote:
-----Original Message----- From: Martin Sebor [EMAIL PROTECTED] On Behalf Of Martin Sebor Sent: Saturday, January 12, 2008 12:43 AM To: stdcxx-dev@incubator.apache.orgSubject: Re: svn commit: r611307 - in /incubator/stdcxx/trunk/examples: include/stocks.h tutorial/stocks.cpp[EMAIL PROTECTED] wrote:Author: vitek Date: Fri Jan 11 13:36:11 2008 New Revision: 611307 URL: http://svn.apache.org/viewvc?rev=611307&view=rev Log:[...]@@ -153,8 +150,12 @@ if (!p)std::cerr<< "\nNot a valid locale: " <<GERMAN_LOCALE << '\n';We should probably fix the spelling here, too. The city is Frankfurt, not Frank Furt. That makes me laugh! ;-)else {+ FrankFurtStockXchange *fse = new FrankFurtStockXchange;Strictly speaking in Germany (since I were there recently) exists 2 Frankfurt's: Frankfurt on the Main and Frankfurt on the Oder... Probably then we should rename FrankfurtStockXchange to BerlinStockXchange (FrankfurtOnTheMainStockXchange is not so convinient, and all other city's are the country capital's except NewYork) :-).
I see someone's been traveling! ;-) How was your trip? There's only one Frankfurt Stock Exchange and its name is Frankfurter Wertpapierbörse (I assume it's in Frankfurt on the Main). New York Stock Exchange isn't called The City of New York Stock Exchange even though the official name of the city is actually The City of New York (i.e., not just New York). Martin
Farid.