Author:halw

Date:2008-10-03T17:31:47.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@69 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2008-10-03 17:31:47 +00:00
parent 954913e535
commit 6af5a29e65
6 changed files with 80 additions and 33 deletions

View File

@@ -181,7 +181,7 @@ Legacy++ is only supported on the windows platform.
==Example==
Consider the following C++ class, which has an example of every kind of facility that one may wish to access from the Eiffel side:
<code>
<code lang="cpp">
class IntArray {
public:
IntArray(int size);