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 » U++ Library support » U++ Core » Vector<int>::At does not return a default constructed value
Re: Vector<int>::At does not return a default constructed value [message #44027 is a reply to message #44021] Tue, 16 December 2014 07:48 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13976
Registered: November 2005
Ultimate Member
cbpporter wrote on Mon, 15 December 2014 14:00
I understand why this would happen with built in types, but is there no fix for this?


Here I do not understand what you mean by "fix"?

As it is now, if you need new elements added to Vector<int> to be initialized to some specific value, e.g. zero, you can specify it as second parameter of .At.

Now by fix you can also mean that int() 'constructor' should be used and initialize value to zero, like std::vector does. Here I am not so sure this is such a good thing; but I am open to debate...

Mirek
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Stack tracing
Next Topic: Ideographic Character Handling
Goto Forum:
  


Current Time: Fri May 10 22:02:39 CEST 2024

Total time taken to generate the page: 0.02787 seconds