View Single Post
Old Dec 27, 2012, 10:15 PM   #8
MrSeanKon
200 Posts
 
MrSeanKon's Avatar
 
Join Date: Nov 2006
Location: Athens in love with Anna :)
Posts: 253 (0.11/day)
Thanks: 28
Thanked 65 Times in 24 Posts

Quote:
Originally Posted by Aleksander Dishnica View Post
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
MrSeanKon is offline  
Reply With Quote