Quote Originally Posted by C_ntua View Post
For dynamic array use vector<>
I thought about using it ..but someone told me that it adds much overhead(Is it true?)..and the case where I would need this is inside a much used loop.. |..during the parsing of the input, it puts relevant information inside the array depending on the parts of the input...So Would using vector<int> be a huge problem ?