Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to push_back to a vector

This is my vector.

vector (Vec4i) lines; I have tried this but It is not working.

lines.push_back((0,0,10,10));

How can i do this job correctly?