Compiling Unsafe Code

suggest change

For compiling unsafe code, you have to specify the /unsafe command-line switch with command-line compiler.

For example, to compile a program named prog1.cs containing unsafe code, from command line, give the command:

csc /unsafe prog1.cs

If you are using Visual Studio IDE then you need to enable use of unsafe code in the project properties.

To do this:

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Pointers and Unsafe Code:
* Compiling Unsafe Code

Table Of Contents
17 Regex
19 Arrays
21 Enum
22 Tuples
24 GUID
27 Looping
36 Casting
46 Methods
88 Events
92 Structs
104 Indexer
106 Stream
107 Timers
109 Threading
127 Caching
135 Pointers
136 Pointers and Unsafe Code
147 C# Script