Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Coffee corner » Pick overloaded by Rvalue?
Re: Pick overloaded by Rvalue? [message #19095 is a reply to message #19093] Wed, 12 November 2008 12:20 Go to previous messageGo to previous message
bytefield is currently offline  bytefield
Messages: 210
Registered: December 2007
Experienced Member
luzr wrote on Wed, 12 November 2008 12:00


IMO, they do not significantly improve the way how we can write the C++ code.

Mirek


I think is simple to write:
Upp::Vector<Upp::String> vs = {"Header1", "Header2", "Something else", "and so on..."};

rather than:
Upp::Vector<Upp::String> vs;
vs.Add("Header1");
vs.Add("Header2");
vs.Add("Something else");
vs.Add("and so on...");


First version is typing less.

Now i'm not really happy with what C++ become...
Because new additions to the language it tend to be too "expert friendly" and still lagging behind other languages at "Standard Library" chapter. For example is simple to make programs in Java, C#, Python having unicode support, sql, etc. so we don't need to reinvent the wheel for every platform.
Now it's not enough that i have more than 10 books about C++, I'll have to buy another treating differences between C++98 and C++0x or perhaps Dr. Bjarne Stroustrup will make another 1092 pages book named "The C++ Programming Language - Special Edition 4 - C++0x" Mad Now i think i know why Linus Torvalds doesn't like C++ Laughing
It's just me or seems that C++ language is going down? Rolling Eyes
BTW, do you know that the draft C++0x standard it's just 1314 pages about? What lucky we are...


cdabbd745f1234c2751ee1f932d1dd75
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Looking for someone to convert a ulimate++ project to Microsoft Visual C++ project
Next Topic: Fantastic work!!
Goto Forum:
  


Current Time: Sat May 11 21:27:10 CEST 2024

Total time taken to generate the page: 0.02462 seconds