Tecnología y ElectrónicaBásico1 respuestas

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 ;

Pregunta de Tecnología y Electrónica · 1 respuesta · 3 votos · mejor respuesta de Daniekavau

En resumen

* * 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!

Respuestas de la comunidad

Mejor respuesta

Daniekavau
10

* * 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

#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 ;

Preguntas frecuentes

Alguien sabe que quiere decir esto en c + + ?

* * 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.