Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and medical aesthetics - Ask a few questions about C, Cpp and C#. Not answering them is complicated.
Ask a few questions about C, Cpp and C#. Not answering them is complicated.
In fact, there is not much difference between these three languages.

C# is a secure language, so it is impossible to complete such operations as "putting 4 bytes of memory into I, making it account for 10 bytes, and interpreting it as X".

C, cpp pointer can change type, but c# can't. But c# is very secure (you can't access the overhead memory). . .

C# is dedicated to. Net, and will be compiled into an intermediate language at compile time. . . You can check it yourself.