meta, C++


#define static

#include toscreen.h : cpp

#undef   BB

#undef   BBStr

#undef   bb

#undef   bbStr

#define BB

#define BBStr( x,y,z )  ;

#define bb

#define bbStr( x,y,z )  ;

#ifndef procNestOn

#undef   LB_

#undef   LE_

#undef   LE_ret

#undef      ret

#undef      ret_

#undef   __

#undef   ___

#define LB_( x )   

    {

    #define LE_        

    }

#define ret_   return ;

#define LE_ret( x )   return( x );   

#define ret( x )   return( x );

#define __

#define ___

#endif

/* public: */ void          PToScreen :: message

/* -----------------------------------------------------------------------------

   Der Aufrufer garantiert: -

   -   sein Auftrag: present the message 'mess' to the user

   Die Funktion garantiert: -

   -----------------------------------------------------------------------------

*/ (

char *       mess

)

    {

    #ifdef  __WINDOWS__

        //  zeige Pop Up Window mit mess als Meldung

    char * pszMess = new char[ strlen( mess ) ];  strcpy( pszMess, mess );

    AfxMessageBox( pszMess );

    delete[] pszMess ;

    #else

    printf( "\n%s\n", mess );

    #endif

    }

#  undef static 

#  endif 



top . is_inc_for . C++
Include-structure of
todir / toscreen.cpp

.   toscreen.h
.   .   for_all.h
.   .   .   exec_ut.h
.   .   .   .   exec_ut.h3
.   .   .   .   macros_1.h
.   .   .   .   traceco.h
.   .   .   precomp.h
.   .   .   .   basis.h
.   .   .   .   .   compiler.h
.   .   .   .   .   dmlerr.h
.   .   .   .   en.h
.   .   .   .   .   en_lec.h
.   .   .   .   limits.h
.   .   .   .   mt.h
.   .   .   .   obsolete.h
.   .   .   .   ot.h
.   .   .   .   st.h
.   .   .   .   trace.h
.   .   .   standard.h

19 include files
top . is_inc_for . C++