Possible Duplicate:
What is the difference between new/delete and malloc/free?
Can anyone please tell me the relation between the c++ operators like new/delete etc and the functions in libc i.e malloc/free. Though just tested it positive that a call to new/free actually lands up to malloc and free respectively. So that means libstdc++ inherently requires libc.