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  |
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
|
|
|
Goto Forum:
Current Time: Wed Jun 18 10:57:57 CEST 2025
Total time taken to generate the page: 0.04396 seconds
|