Click here to Skip to main content
15,881,852 members

Comments by Goran Mitrovic (Top 1 by date)

Goran Mitrovic 23-Jul-10 17:07pm View    
Deleted
You are correct that C++ vector DOESN'T have to be continuous (although, I haven't met such implementation).

.front() returns reference, so, * should be discarded.