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 <_defs.h>
#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;


darkcyrax16: son varias cosas que no las entiendooo

Respuestas

Respuesta dada por: wiliana159753p8kt1b
2


*

* Copyright (c) 1990, 1997 por Borland International

* Todos los derechos reservados.

*

* /

/ * $ Revisión: 8.7 $ * /

 

#ifndef __cplusplus

#error Debe usar C ++ para el tipo iostream.

#terminara si

 

#ifndef __IOSTREAM_H

#define __IOSTREAM_H

 

#if! defined (___ DEFS_H)

#include <_defs.h>

#terminara si

 

#if! defined (__ STRING_H)

#include // para obtener strnicmp, memcpy y NULL

#terminara si

 

 

#if! defined (RC_INVOKED)

 

# paquete de pragma (push, 1)

 

# si está definido (__ BCOPT__)

#if! defined (_RTL_ALLOW_po) &&! defined (__ FLAT__)

Opción #pragma -po- // deshabilitar convención de llamadas a datos de objetos

#terminara si

#terminara si

 

#if! defined (__ TINY__)

Opción #pragma -RT

#terminara si

 

Opción #pragma -Vo- // configura las opciones estándar de C ++

 

# si está definido (__ STDC__)

#pragma warn -nak

#terminara si

 

#endif / *! RC_INVOKED * /

 

 

// La definición de EOF debe coincidir con la de

#define EOF (-1)

 

// extraer un char de int i, asegurando que zapeof (EOF)! = EOF

#define zapeof (i) ((char sin signo) (i))

 

typedef long streampos;

typedef long streamoff;

 



darkcyrax16: hay varias cosas asi, si es que se puede, te los paso por ib, gracias!
Preguntas similares