answersLogoWhite

0

What is ITER?

Updated: 9/14/2023
User Avatar

Wiki User

12y ago

Best Answer

Wikipedia, the free encyclopedia says, "In computer science, an iterator is an object which allows a programmer to traverse through all the elements of a collection, regardless of its specific implementation. An iterator is sometimes called a cursor, especially within the context of a database."

Source: http://en.wikipedia.org/wiki/Iterator

User Avatar

Waldo Ledner

Lvl 13
1y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is ITER?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Chemistry
Related questions

When was Iter Facere created?

Iter Facere was created in 2004.


What is your favorite game c plus plus?

// Hero's Inventory 3.0 // Demonstrates iterators #include <iostream> #include <string> #include <vector> using namespace std; int main() { vector<string> inventory; inventory.push_back( "pac man"); inventory.push_back( "frogger"); inventory.push_back( "madden"); vector<string>::iterator myIterator; vector<string>::const_iterator iter; cout << "Your games:\n"; for (iter = inventory.begin(); iter != inventory.end(); ++iter) { cout << *iter << endl; } cout << "\nyou can trade a player for a player."; myIterator = inventory.begin(); *myIterator = "madden player"; cout << "\nYour games:\n"; for (iter = inventory.begin(); iter != inventory.end(); ++iter) { cout << *iter << endl; } cout << "\nThe item name '" << *myIterator << "' has "; cout << (*myIterator).size() << " letters in it.\n"; cout << "\nThe item name '" << *myIterator << "' has "; cout << myIterator->size() << " letters in it.\n"; cout << "\nyou capurted a ghost."; inventory.insert(inventory.begin(), "pac man"); cout << "\nYour games:\n"; for (iter = inventory.begin(); iter != inventory.end(); ++iter) { cout << *iter << endl; } cout << "\nremove game from list."; inventory.erase((inventory.begin() + 2)); cout << "\nYour games:\n"; for (iter = inventory.begin(); iter != inventory.end(); ++iter) { cout << *iter << endl; } cout << "\nyou just got beat in madden."; inventory.erase((inventory.begin() + 2)); cout << "\nYour games:\n"; for (iter = inventory.begin(); iter != inventory.end(); ++iter) { cout << *iter << endl; } return 0; }


What is the Latin translation for the word journey in Latin?

iter, itineris, neuterTo travel - facere iter


What was ovids route?

Iter


What was Cato's road?

Iter


What actors and actresses appeared in Atrox Iter - 2012?

The cast of Atrox Iter - 2012 includes: Nick Ashdon as The Voice


How do you say have a good trip in Latin?

You could say "Habe iter jucundum!" (literally: "Have a pleasant trip/journey!")


How do you write a program in C in alphabetical order?

#include<iostream> #include<list> struct item { item(const char ch):chr(ch), count(1){} char chr; size_t count; }; int main() { const size_t size=50; size_t idx; std::list<item> freq; std::list<item>::iterator iter; std::string test; for(idx=0; idx<size; ++idx) test.push_back('a'+rand()%26); for(idx=0; idx<size; ++idx) { for(iter=freq.begin(); iter!=freq.end() && (*iter).chr!=test[idx]; ++iter); if( iter!=freq.end() ) ++(*iter).count; else freq.push_back(item(test[idx])); } std::cout<<"Frequency table of the string:\n""<<test.c_str()<<""\n"<<std::endl; for(iter=freq.begin(); iter!=freq.end(); ++iter) { item& itm=*iter; std::cout<<itm.chr<<" = "<<itm.count<<std::endl; } std::cout<<std::endl; }


What does iter vitae mean?

Journey of life.


What is Quad vitae sectabor iter?

Quad is not a word in Latin. However, there are a couple of similar words that would make sense in its place:Quod vitae sectabor iter: "because I shall pursue the path of life"Quando vitae sectabor iter: "when I shall pursue the path of life"


What is a four letter word for anatomical passage?

iter


What is a 4 letter word for Livy's route?

Iter