Hi all,

I have created an application which gets data from internet. I am dumping this data into QVector at stack. As time increases i am seeing my exe file size keeps increasing which i observe from Task Manager. I need to know if i dump my data at heap, will my exe size still varies.

and my final question, does our exe file keeps tab of both stack and heap allocated memory into its size ?????