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 » how can i use iterators with NTL?
how can i use iterators with NTL? [message #16261] Wed, 04 June 2008 23:46 Go to previous message
ajmf77 is currently offline  ajmf77
Messages: 6
Registered: December 2006
Location: Santiago de Chile
Promising Member
Hi everyone!
My question arises from my need to translate a KD-tree header. In the STL view of the world, initializing a vector variable with another previous existent vector, we can use iterators in one line.
How can i do the same with NTL?

ALA STL example:

vector<float> v1;
***
vector<float> v2(v1.begin,v2.begin+some_int);


thanxs in advance!

Alejandro Muņoz Fonttz
from Chile
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Can we get a Join that uses WString?
Next Topic: MemoryBreakpoint definition?
Goto Forum:
  


Current Time: Wed Jun 18 10:57:57 CEST 2025

Total time taken to generate the page: 0.04396 seconds