std::string needs:
* std::string::toLower(), std::string::toUpper()
Spanish (in at least
some forms) drop accents on upper-case, so you need a dictionary to put them back again.
C doesn't support any default arguments, and that's unlikely tochange.
if it did, people would be very very happy - I wonder what its effect
on DLLs would be
std::string needs:(snip)
c++ needs:
* support for 128-bit integer such as uint128_t, int128_t for example.
I currently have a need for this for time calculations. uint256_t,
int256_t would be even nicer.
On 04/24/2016 10:17 AM, Martin Bonner wrote:
Spanish (in at least some forms) drop accents on upper-case, so you
need a dictionary to put them back again.
Accents on upper-case are *mandatory* in Spanish. Some people get rid of
them them, but that is incorrect. More information here (in Spanish):
http://www.rae.es/consultas/tilde-en-las-mayusculas
On Monday, 25 April 2016 20:10:10 UTC+2, Cholo Lennon wrote:educated
On 04/24/2016 10:17 AM, Martin Bonner wrote:
Spanish (in at least some forms) drop accents on upper-case, so you
need a dictionary to put them back again.
Accents on upper-case are *mandatory* in Spanish. Some people get rid of
them them, but that is incorrect. More information here (in Spanish):
http://www.rae.es/consultas/tilde-en-las-mayusculas
My information is more than 20 years out of date, and came from an
Argentinian. Either "archiac" or "Argentinian" could explain thedifference
- or he could just have been wrong.
(My main point stands though - upper/lower case is a whole heap of pain
once you start using languages other than English.)
Jim Michaels <jmichae3@this.is.invalid> spake the secret code <db8a24bc-a8cc-4827-8bf9-783251a0a112@googlegroups.com> thusly:
[bunch of requested changes to the library/language]
Here's what you do. First, make a clone of this repository on github: <https://github.com/cplusplus/draft>
Then edit the document to contain your proposed changes and use that
to make a proposal to the standards committee. You will probably need
to attend one or more meetings in person to defend and discuss your
proposal. If you convince enough of the community and standards body
to adopt your proposals, then you can probably make it into C++19.
(C++17 is pretty much feature complete at this point and it is
unlikely your changes are going to be even voted upon before C++17 is ratified.)
[bunch of requested changes to the library/language]
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 417 |
Nodes: | 16 (2 / 14) |
Uptime: | 89:32:29 |
Calls: | 8,742 |
Calls today: | 5 |
Files: | 13,282 |
Messages: | 5,961,911 |