Home >> Computer Science >> Garbage Collector for c++
Garbage Collector for c++
| Views: 567
Hi folks, I am a final yr student of Computer Science.
I will be implementing a garbage collector for the C++ Programming language as a part of my final year project.
Brief description:
As you know garbage collector or automatic memory management is a part of most of the new Programming languages like Java , .Net etc.
Sadly C in C and C++ we still have to rely on functions like malloc and new respectively.
So we will go abt adding this functionality.
If any of you feel like discussing the topic with me, feel free to post replies. I will welcome any suggestions or queries from your side.
|
Page 1 of 1
|

