Click here to Skip to main content
15,891,253 members

Comments by __UFNHGGI_H__ (Top 2 by date)

__UFNHGGI_H__ 3-Jan-13 5:19am View    
heeeeeeeeeeeeeeee.
thanks 1tera byte! :D
__UFNHGGI_H__ 3-Jan-13 5:16am View    
i cant understand why this is not true
<pre lang="c++">
typedef std::vector<int> VecInt;
VecInt* ptr2VecInt = new VecInt[4];
delete ptr2VecInt;
</pre>