mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-06 23:02:28 +01:00
Update wikipage EiffelBase, The Kernel. (Signed-off-by:alexk).
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1808 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -336,7 +336,7 @@ Regardless of the operating system that you use, for simple input and output [[r
|
||||
|
||||
To simplify the writing of common input and output operations, the most frequently used features of class FILE - for reading and writing integers, reals and so on, as discussed next - have been repeated in [[ref:libraries/base/reference/std_files_chart|STD_FILES]] so as to apply to the default input and output. Procedure put_string in the example at the beginning of this section is typical: it writes its output on the standard output. More generally, [[ref:libraries/base/reference/std_files_chart|STD_FILES]] has all the <eiffel>put_xxx</eiffel>, <eiffel>read_xxx</eiffel> and <eiffel>last_xxx</eiffel> features of FILE.
|
||||
|
||||
=PERSISTENCE, STORAGE, AND RETRIEVAL=
|
||||
=Persistence, Storage, and Retrieval=
|
||||
|
||||
Most object-oriented applications need the ability to store object structures on persistent storage for later retrieval, and to transfer such object structures to other applications.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user