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 » Newbie corner » U ++ Vector vs STL vector
Re: U ++ Vector vs STL vector [message #27341 is a reply to message #27334] Tue, 13 July 2010 08:49 Go to previous messageGo to previous message
mr_ped is currently offline  mr_ped
Messages: 826
Registered: November 2005
Location: Czech Republic - Praha
Experienced Contributor
deep copy means the Vector data are really copied into another Vector. When you do a = b; with Vectors, b is just picked up and moved to a, leaving b "empty" in picked state. If you want true copy without picking b, you have to use deep copy. (a <<= b; is the short form I think?)
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: What is the difference between Splitter and SplitterFrame?
Next Topic: Help needed.
Goto Forum:
  


Current Time: Wed Jun 25 19:03:23 CEST 2025

Total time taken to generate the page: 0.04249 seconds