User profile: ldima

User info
User name:ldima
History
Joined:
Number of posts:11
Latest posts:

push_back single element in a vector of struct
ok thank you!

push_back single element in a vector of struct
ok thanks very much vlad and JLBorges! A last question JLBorges,only for curiosity this time:if i ha...

push_back single element in a vector of struct
thanks vlad.But (i forgot before,my fault..sorry) if i have more fields in another_vector?for exampl...

push_back single element in a vector of struct
Hello,i have a vector of struct, so defined [code] struct Point{ int x,y; Point(int x,int y)...

can't write on a txt!
Hello,in my program i have to write some points on a txt file,so what i'm doing is: [code] ofstream...