# [Visual C++ Language Reference (C++/CX)](visual-c-language-reference-c-cx.md) ## [Quick Reference (C++/CX)](quick-reference-c-cx.md) ## [Type System (C++/CX)](type-system-c-cx.md) ### [Namespaces and Type Visibility (C++/CX )](namespaces-and-type-visibility-c-cx.md) ### [Fundamental types (C++/CX)](fundamental-types-c-cx.md) ### [Strings (C++/CX)](strings-c-cx.md) ### [Array and WriteOnlyArray (C++/CX)](array-and-writeonlyarray-c-cx.md) ### [Ref classes and structs (C++/CX)](ref-classes-and-structs-c-cx.md) ### [Value classes and structs (C++/CX)](value-classes-and-structs-c-cx.md) ### [Partial classes (C++/CX)](partial-classes-c-cx.md) ### [Properties (C++/CX)](properties-c-cx.md) ### [Collections (C++/CX)](collections-c-cx.md) ### [Template ref classes (C++/CX)](template-ref-classes-c-cx.md) ### [Interfaces (C++/CX)](interfaces-c-cx.md) ### [Enums (C++/CX)](enums-c-cx.md) ### [Delegates (C++/CX)](delegates-c-cx.md) ### [Exceptions (C++/CX)](exceptions-c-cx.md) ### [Events (C++/CX)](events-c-cx.md) ### [Casting (C++/CX)](casting-c-cx.md) ### [Boxing (C++/CX)](boxing-c-cx.md) ### [Attributes (C++/CX)](attributes-c-cx.md) ### [Deprecating types and members (C++/CX)](deprecating-types-and-members-c-cx.md) ## [Building apps and libraries (C++/CX)](building-apps-and-libraries-c-cx.md) ### [Compiler and Linker options (C++/CX)](compiler-and-linker-options-c-cx.md) ### [Static libraries (C++/CX)](static-libraries-c-cx.md) ### [DLLs (C++/CX)](dlls-c-cx.md) ## [Interoperating with Other Languages (C++/CX)](interoperating-with-other-languages-c-cx.md) ### [JavaScript integration (C++/CX)](javascript-integration-c-cx.md) ### [CLR integration (C++/CX)](clr-integration-c-cx.md) ### [WRL integration (C++/CX)](wrl-integration-c-cx.md) ## [Obtaining pointers to data buffers (C++/CX)](obtaining-pointers-to-data-buffers-c-cx.md) ## [Threading and Marshaling (C++/CX)](threading-and-marshaling-c-cx.md) ## [Weak references and breaking cycles (C++/CX)](weak-references-and-breaking-cycles-c-cx.md) ## [Namespaces Reference (C++/CX)](namespaces-reference-c-cx.md) ### [default namespace](default-namespace.md) #### [default::(type_name)::Equals](default-type-name-equals-method.md) #### [default::(type_name)::GetHashCode](default-type-name-gethashcode-method.md) #### [default::(type_name)::GetType](default-type-name-gettype-method.md) #### [default::(type_name)::ToString](default-type-name-tostring-method.md) ### [Platform namespace (C++/CX)](platform-namespace-c-cx.md) #### [Platform::AccessDeniedException Class](platform-accessdeniedexception-class.md) #### [Platform::Agile Class](platform-agile-class.md) #### [Platform::Array Class](platform-array-class.md) #### [Platform::ArrayReference Class](platform-arrayreference-class.md) #### [Platform::Boolean value class](platform-boolean-value-class.md) #### [Platform::Box Class](platform-box-class.md) #### [Platform::CallbackContext Enumeration](platform-callbackcontext-enumeration.md) #### [Platform::ChangedStateException Class](platform-changedstateexception-class.md) #### [Platform::ClassNotRegisteredException Class](platform-classnotregisteredexception-class.md) #### [Platform::COMException Class](platform-comexception-class.md) #### [Platform::Delegate Class](platform-delegate-class.md) #### [Platform::DisconnectedException Class](platform-disconnectedexception-class.md) #### [Platform::Enum Class](platform-enum-class.md) #### [Platform::Exception Class](platform-exception-class.md) #### [Platform::FailureException Class](platform-failureexception-class.md) #### [Platform::Guid value class](platform-guid-value-class.md) #### [Platform::IBox Interface](platform-ibox-interface.md) #### [Platform::IBoxArray Interface](platform-iboxarray-interface.md) #### [Platform::IDisposable Interface](platform-idisposable-interface.md) #### [Platform::IntPtr value class](platform-intptr-value-class.md) #### [Platform::InvalidArgumentException Class](platform-invalidargumentexception-class.md) #### [Platform::InvalidCastException Class](platform-invalidcastexception-class.md) #### [Platform::IValueType Interface](platform-ivaluetype-interface.md) #### [Platform::MTAThreadAttribute Class](platform-mtathreadattribute-class.md) #### [Platform::NotImplementedException Class](platform-notimplementedexception-class.md) #### [Platform::NullReferenceException Class](platform-nullreferenceexception-class.md) #### [Platform::Object Class](platform-object-class.md) #### [Platform::ObjectDisposedException Class](platform-objectdisposedexception-class.md) #### [Platform::OperationCanceledException Class](platform-operationcanceledexception-class.md) #### [Platform::OutOfBoundsException Class](platform-outofboundsexception-class.md) #### [Platform::OutOfMemoryException Class](platform-outofmemoryexception-class.md) #### [Platform::ReCreateException](platform-recreateexception-method.md) #### [Platform::SizeT value class](platform-sizet-value-class.md) #### [Platform::STAThreadAttribute Class](platform-stathreadattribute-class.md) #### [Platform::String Class](platform-string-class.md) #### [Platform::StringReference Class](platform-stringreference-class.md) #### [Platform::Type Class](platform-type-class.md) #### [Platform::TypeCode Enumeration](platform-typecode-enumeration.md) #### [Platform::UIntPtr value class](platform-uintptr-value-class.md) #### [Platform::ValueType Class](platform-valuetype-class.md) #### [Platform::WeakReference Class](platform-weakreference-class.md) #### [Platform::WriteOnlyArray Class](platform-writeonlyarray-class.md) #### [Platform::WrongThreadException Class](platform-wrongthreadexception-class.md) ### [Platform::Collections Namespace](platform-collections-namespace.md) #### [Platform::Collections::BackInsertIterator Class](platform-collections-backinsertiterator-class.md) #### [Platform::Collections::InputIterator Class](platform-collections-inputiterator-class.md) #### [Platform::Collections::Map Class](platform-collections-map-class.md) #### [Platform::Collections::MapView Class](platform-collections-mapview-class.md) #### [Platform::Collections::UnorderedMap Class](platform-collections-unorderedmap-class.md) #### [Platform::Collections::UnorderedMapView Class](platform-collections-unorderedmapview-class.md) #### [Platform::Collections::Vector Class](platform-collections-vector-class.md) #### [Platform::Collections::VectorIterator Class](platform-collections-vectoriterator-class.md) #### [Platform::Collections::VectorView Class](platform-collections-vectorview-class.md) #### [Platform::Collections::VectorViewIterator Class](platform-collections-vectorviewiterator-class.md) ### [Platform::Collections::Details Namespace](platform-collections-details-namespace.md) ### [Platform::Details Namespace](platform-details-namespace.md) #### [Platform::Details::__GUID Struct](platform-details-guid-struct.md) #### [Platform::Details::Console Class](platform-details-console-class.md) #### [Platform::Details::Heap Class](platform-details-heap-class.md) #### [Platform::Details::HeapAllocationTrackingLevel Enumeration](platform-details-heapallocationtrackinglevel-enumeration.md) #### [Platform::Details::HeapEntryHandler Delegate](platform-details-heapentryhandler-delegate.md) #### [Platform::Details::IEquatable Interface](platform-details-iequatable-interface.md) #### [Platform::Details::IPrintable Interface](platform-details-iprintable-interface.md) ### [Platform::Metadata Namespace](platform-metadata-namespace.md) #### [Platform::Metadata::Attribute Attribute](platform-metadata-attribute-attribute.md) #### [Platform::Metadata::DefaultMemberAttribute Attribute](platform-metadata-defaultmemberattribute-attribute.md) #### [Platform::Metadata::FlagsAttribute Attribute](platform-metadata-flagsattribute-attribute.md) #### [Platform::Metadata::RuntimeClassName](platform-metadata-runtimeclassname.md) ### [Platform::Runtime::CompilerServices Namespace](platform-runtime-compilerservices-namespace.md) ### [Platform::Runtime::InteropServices Namespace](platform-runtime-interopservices-namespace.md) ### [Windows::Foundation::Collections Namespace (C++/CX)](windows-foundation-collections-namespace-c-cx.md) #### [back_inserter Function](back-inserter-function.md) #### [begin Function](begin-function.md) #### [end Function](end-function.md) #### [to_vector Function](to-vector-function.md) ## [CRT functions not supported in Universal Windows Platform apps](crt-functions-not-supported-in-universal-windows-platform-apps.md)