push_back single element in a vector of structok thank you!
push_back single element in a vector of structok 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 structthanks 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 structHello,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...