Quote:
Originally Posted by Aleksander Dishnica
Does C# have memory allocation?
|
I think no.
But I am not 100% sure. The first editions did not support unsafe code programming such as pointers. But the latest editions of course support pointers.
On the other hand you can embed C or C++ code inside C# easily. Thus no problem