Prikaz jedne poruke
Stara 6.4.2012, 0:28   #71
Andross
Kekule Mekule
 
Avatar korisnika Andross
 
Član od: 8.12.2005.
Lokacija: Beograd
Poruke: 4.133
Zahvalnice: 649
Zahvaljeno 1.352 puta na 692 poruka
Slanje poruke preko Skypea korisniku Andross
Određen forumom Re: How to... C++

Kod:
for(auto iter = begin(mTextures); iter != end(mTextures); iter++)
{
    std::pair<std::string, Texture*>& current = *iter;
    delete current.second;
}
Kaze:
Citat:
D:\Development\MedievalSlaughterGame\TextureManage r.cpp|12|error: invalid initialization of reference of type 'std:air<std::basic_string<char>, Texture*>&' from expression of type 'std:air<const std::basic_string<char>, Texture*>'|
Andross je offline   Odgovor sa citatom ove poruke