Changeset 748 for trunk/MagicSoft/Cosy/base
- Timestamp:
- 04/10/01 12:20:13 (24 years ago)
- Location:
- trunk/MagicSoft/Cosy/base
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/base/File.cc
r732 r748 6 6 { 7 7 f = fopen(name, flags); 8 if (!f) 9 printf("WARNING: Cannot open '%s'\n", name); 8 10 } 9 11 -
trunk/MagicSoft/Cosy/base/File.h
r732 r748 27 27 void Newline() const; 28 28 void Skip(int cnt) const; 29 30 int operator!() { return !f; } 29 31 }; 30 32
Note:
See TracChangeset
for help on using the changeset viewer.