Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Struct (C programming language)
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== In other languages == ===C++=== In [[C++]], struct is essentially the same as for C. Further, a [[C++ class|class]] is the same as a struct but with different default [[Access modifiers|visibility]]: class members are private by default, whereas struct members are public by default. ===.NET=== [[.NET]] languages have a feature similar to struct in C {{endash}} called <code>struct</code> in [[C Sharp (programming language)|C#]] and <code>Structure</code> in [[Visual Basic .NET]]). This construct provides many features of a class, but acts as a [[value type]] instead of a [[reference type]]. For example, when passing a .NET struct to a function, the value is copied so that changes to the input parameter do not affect the value passed in.<ref>{{Cite web|url=http://yoda.arachsys.com/csharp/parameters.html|title=Parameter passing in C#}}</ref>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)