Skip to main content

Managed Programming Brief

  • Chapter
  • First Online:
C++/CLI Primer
  • 1502 Accesses

Abstract

Programming in the managed world comprises the programming language used, the libraries (called the Base Class Library [BCL]), and the CLR itself. The BCL is the gateway to the platform on which the program will be executed. The BCL provides all the APIs for programming and is organized under various namespaces corresponding to the service intended—file system, memory, network, user interface, process and threads, and so forth. One of the several facilities in managed programming is automatic memory management—allocation is our wish, deallocation is automatically taken care of by the CLR by a process called “Garbage Collection.”

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

eBook
USD 14.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 22.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2016 Vivek Ragunathan

About this chapter

Cite this chapter

Ragunathan, V. (2016). Managed Programming Brief. In: C++/CLI Primer. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4842-2367-3_4

Download citation

Publish with us

Policies and ethics