Answer the question
In order to leave comments, you need to log in
Which language is better for C++\C# memory management (manual or automatic)?
Which language is better for C++\C# memory management (manual or automatic) ?
Answer the question
In order to leave comments, you need to log in
if memory management means garbage collection, then c# is definitely better, but if it is management, then c++ is better
Which language is better for C++\C# memory management (manual or automatic) ?
We need to start not with the question which language is better for working with memory, but with the question: why should I work with memory directly?
If you are developing applications for embedded systems, where there is a small amount of memory and / or severely limited hardware resources, etc. - С++
In addition, work with "machine memory" is also in C#, the same pointers...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question