[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Implementing help function (like in Python)
- From: "Daniel Collins" <dcplus@...>
- Date: Sat, 15 Sep 2007 07:23:51 +1000
> When you say it's easy in C#, how would this be any different
> from C++?
The implementation uses reflection and custom attributes, language
features that are not available in C++.
- DC