Click here to Skip to main content
16,015,991 members
Articles / Programming Languages / C++

C++ implementation of the C# Property and Indexer with Accessor-Modifiers

Rate me:
Please Sign up or sign in to vote.
4.92/5 (25 votes)
20 May 2010CPOL8 min read 101.8K   661   57  
A C++ implementation of the C# functionality for both Property and Indexer, and controlling their compile-time accessibility using accessor-modifiers.

Views

Daily Counts

Downloads

Weekly 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 (Senior)
United States United States
I enjoy and take seriously the craft of programming, and I improve upon my skills daily. Start day: coffee is always a good idea!

Comments and Discussions