I am studying the difference between malloc and operator new (not new operator). Where can i find the new algorithm of the dev compiler??
Does it just implements malloc or not?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
I am studying the difference between malloc and operator new (not new operator). Where can i find the new algorithm of the dev compiler??
Does it just implements malloc or not?
dev-c++ is not a compiler - it's a front end to gcc from mingw
And your question is really off-topic for this forum.
Wayne
http://sourceforge.net/forum/forum.php?thread_id=940084&forum_id=33286