Y
Hacker News
new
|
ask
|
show
|
jobs
by
DonaldFisk
3039 days ago
These are things that Lisp programmers take for granted, but it's difficult to convince most C/C++ programmers of the advantages of garbage collection, as if they wanted it they wouldn't be using C/C++.
1 comments
flavio81
3038 days ago
>advantages of garbage collection, as if they wanted it they wouldn't be using C/C++.
There are garbage collection libs for C++ and they are used by C++ programmers whenever necessary.
link
There are garbage collection libs for C++ and they are used by C++ programmers whenever necessary.