User profile: Vahagn8

User info
User name:Vahagn8
History
Joined:
Number of posts:7
Latest posts:

Vector of structure
I edited. I do not know how it ([code]cp.clear(); [/code]) got in to the [code]struct Position[/code...

Vector of structure
Aaron Vienneau : Thank you again for your help ! The method you provided works, so here is the sum ...

Vector of structure
Hi Aaron Vienneau : By the time I posted I did not have seen your previous post :) Thank you, I wil...

Vector of structure
Aaron Vienneau : I want to delete the [code]i[/code] and [code]j[/code] values or as you mentioned t...

Vector of structure
Suppose we have a structure: [code]struct Position { unsigned int i; unsigned int j; };[/code] a...