Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Poopsie
  • Order by date
  1. Poopsie

    Value type & Reference type

    Value Type is the way classic C & C++ works when passing a variable to a function, without any specific modifiers. Primitive data types, enums, structs and even objects would fall under this category for C++ BUT IN C# only primitive data types, enums and structs are treated as VALUE TYPES...

Part and Inventory Search

Back
Top