Alguien sabe que quiere decir esto en c + + ?
Alguien sabe que quiere decir esto en c + + ? * * Copyright (c) 1990, 1997 by Borland International * All Rights Reserved. * * / / * $Revision : 8. 7 $ * / #ifndef __cplusplus #error Must use C + + for the type iostream. #endif #ifndef __IOSTREAM_H #define __IOSTREAM_H #if ! Defined(___DEFS_H) #include #endif #if ! Defined(__STRING_H) #include / / to get strnicmp, memcpy and NULL #endif #if ! Defined(RC_INVOKED) #pragma pack(push, 1) #if defined(__BCOPT__) #if ! Defined(_RTL_ALLOW_po) && ! Defined(__FLAT__) #pragma option - po - / / disable Object data calling convention #endif #endif #if ! Defined(__TINY__) #pragma option - RT #endif #pragma option - Vo - / / set standard C + + options #if defined(__STDC__) #pragma warn - nak #endif #endif / * ! RC_INVOKED * / / / Definition of EOF must match the one in #define EOF ( - 1) / / extract a char from int i, ensuring that zapeof(EOF) ! = EOF #define zapeof(i) ((unsigned char)(i)) typedef long streampos ; typedef long streamoff ;