Click here to Skip to main content
15,902,276 members
Articles / Programming Languages / Visual Basic

C++/CLI Cheat Sheet

Rate me:
Please Sign up or sign in to vote.
4.88/5 (13 votes)
27 Jan 2012CPOL13 min read 50.5K   26  
Table of Contents [hide] 1 Introduction 2 Handles 3 CLR types 3.1 Native and managed types on stack and heap 3.2 Handles and Value Types (.Net Structs and Enums) 3.3 Casting Handles 3.4 Passing handles 3.5 Mixing native and managed types 3.6 Type Of 4 Modifiers: visibility 5 Modifiers: abstract

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer University of Stuttgart
Germany Germany
I have studied Software Engineering and am currently working at the University of Stuttgart, Germany.

I have been programming for many years and have a background in C++, C#, Java, Python and web languages (HTML, CSS, JavaScript).

Comments and Discussions