This sample presents the syntax and usage of structs. It also covers the important differences between classes and structs. See
Security Note |
---|
This sample code is provided to illustrate a concept and should not be used in applications or Web sites, as it may not illustrate the safest coding practices. Microsoft assumes no liability for incidental or consequential damages should the sample code be used for purposes other than as intended. |
To build and run the Structs samples within Visual Studio
In Solution Explorer, right-click the Struct1 project and click Set as StartUp Project.
From the Debug menu, click Start Without Debugging.
Repeat the preceding steps for Struct2.
To build and run the Structs samples from the Command Line
Use the Change Directory command to change to the Struct1 directory.
Type the following:
csc struct1.cs struct1
Use the Change Directory command to change to the Struct2 directory.
Type the following:
csc struct2.cs struct2