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 » Arrys vs Vectors
Re: Arrys vs Vectors [message #30267 is a reply to message #30266] Tue, 21 December 2010 11:51 Go to previous messageGo to previous message
kohait00 is currently offline  kohait00
Messages: 939
Registered: July 2009
Location: Germany
Experienced Contributor
for inspecting you could use a debugger function, that simply 'reads' the references
void ContInspector(const Vector<MyType>& v)
{
   for(int i = 0; i<v.GetCount(); i++)
   {
       const MyType& t = v[i];
       int d = 0; //dummy, set breakpoint here and inspect t
   }
}


what kind of data is the content of the containers?
 
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: asxml...or like I would like to keep encoding...
Next Topic: :( errors on sfx project
Goto Forum:
  


Current Time: Fri May 10 09:01:32 CEST 2024

Total time taken to generate the page: 0.03168 seconds