Current area: HOME ->

Zip File view

Some Introductory C++ Code Examples


This page allows you to view the contents of a file contained inside a ZIP archive available at Programmer's Heaven. This means you can view the code and find what you need from it without having to download the ZIP file first. If the file contains source code for a language we recognize, we have syntax highlighted it.

Filename displayed: #8.C
Found in file: BEGINCPP.ZIP

Download: G2 graphical library G2 is an easy to use, portable and powerful 2D graphics  library. It provides a comprehensive set of functions for  simultaneous generation of graphical output on different types  of devices. Foll...
#line 1 "#8.cxx"
void *_new(long);
void _delete(void*);
void *_vec_new(void*,int,int,void*(*)(void*));
void _vec_delete(void*,int,int,void(*)(void*,int),...);
void exit(int);
static void cdecl _STI();
static void cdecl _STD();




struct Wsp { char _dummy; } ;
extern char *oct (long , int );
extern char *dec (long , int );
extern char *hex (long , int );

extern char *chr (int , int );
extern char *str (char *, int );
extern char *form (char *, ... );
struct ostream {
void *_ostream_bp ;
short _ostream_state ;} ;
struct ostream *_ostream__lshiftNFNPC__ (struct ostream* , char *);
struct ostream *_ostream__lshiftNFUL__ (struct ostream* , unsigned long );
struct ostream *_ostream__lshiftNFL__ (struct ostream* , long );
struct ostream *_ostream__lshiftNFD__ (struct ostream* , double );
struct ostream *_ostream__lshiftNFNRCWsp___ (struct ostream* , struct Wsp *);
struct ostream *_ostream_put (struct ostream* , char );
struct istream {
void *_istream_bp ;
struct ostream *_istream_tied_to ;
char _istream_skipws ;
short _istream_state ;} ;
struct istream *_istream__rshiftNFNPC__ (struct istream* , char *);
struct istream *_istream__rshiftNFNRC__ (struct istream* , char *);
struct istream *_istream__rshiftNFNRS__ (struct istream* , short *);
struct istream *_istream__rshiftNFNRI__ (struct istream* , int *);
struct istream *_istream__rshiftNFNRL__ (struct istream* , long *);
struct istream *_istream__rshiftNFNRF__ (struct istream* , float *);
struct istream *_istream__rshiftNFNRD__ (struct istream* , double *);
struct istream *_istream__rshiftNFNRCWsp___ (struct istream* , struct Wsp *);
struct istream *_istream_getNFNPC_I_I__ (struct istream* , char *, int , char );
struct istream *_istream_putback (struct istream* , char );
extern void eatwhite (struct istream *);
extern struct istream cin ;
extern struct ostream cout ;
extern struct ostream cerr ;

extern struct Wsp WS ;

void proc1 (void );void proc2 (void );


int i = 1 ;

int main ()
{
        {
                proc1 ( ) ;
                proc2 ( ) ;
        }  exit ( 0 );
}

extern void proc1 ()
{
        char _au1_c ;

        struct Y {
                char _Y_d ;
        } ;
        struct X {
                char _X_c ;
        } ;
}

extern void proc2 ()
{
        int _au1_i ;
        register struct ostream *_au0__Xthis__lshiftNFI___ostream = 0 ;
        _au1_i = 2 ;

        {
                int _au2_n ;
                int _au2_i ;
                register struct ostream *_au0__Xthis__lshiftNFI___ostream = 0 ;
                _au2_n = _au1_i ;
                _au2_i = 3 ;

                _ostream__lshiftNFNPC__ ( (struct ostream *)(
                        (_au0__Xthis__lshiftNFI___ostream = (struct ostream *)
                        _ostream__lshiftNFNPC__ ( & cout , (char *)"i = ") ),
                        ( _ostream__lshiftNFL__ ( _au0__Xthis__lshiftNFI___ostream ,
                        ((long )_au2_i )) ) ) , (char *)"\n") ;

                _ostream__lshiftNFNPC__ ( (struct ostream *)(
                        (_au0__Xthis__lshiftNFI___ostream = (struct ostream *)
                        _ostream__lshiftNFNPC__ ( & cout , (char *)"::i = ") ),
                        ( _ostream__lshiftNFL__ ( _au0__Xthis__lshiftNFI___ostream ,
                        ((long )i )) ) ) , (char *)"\n") ;

                _ostream__lshiftNFNPC__ ( (struct ostream *)(
                        (_au0__Xthis__lshiftNFI___ostream = (struct ostream *)
                        _ostream__lshiftNFNPC__ ( & cout , (char *)"n = ") ),
                        ( _ostream__lshiftNFL__ ( _au0__Xthis__lshiftNFI___ostream ,
                        ((long )_au2_n )) ) ) , (char *)"\n") ;
        }

        _ostream__lshiftNFNPC__ ( (struct ostream *)(
                (_au0__Xthis__lshiftNFI___ostream = (struct ostream *)
                _ostream__lshiftNFNPC__ ( & cout , (char *)"i = ") ),
                ( _ostream__lshiftNFL__ ( _au0__Xthis__lshiftNFI___ostream ,
                ((long )_au1_i )) ) ) , (char *)"\n") ;

        _ostream__lshiftNFNPC__ ( (struct ostream *)(
                (_au0__Xthis__lshiftNFI___ostream = (struct ostream *)
                _ostream__lshiftNFNPC__ ( & cout , (char *)"::i = ") ),
                ( _ostream__lshiftNFL__ ( _au0__Xthis__lshiftNFI___ostream ,
                ((long )i )) ) ) , (char *)"\n") ;
}


Midi fileformat V0.05 information

HotHTML 3 Professional 1.5.3000b
HotHTML 3 is a windows HTML/Text editor for developers that write in multiple languages and need a single IDE that can handle them all. Developed for multi-skilled and multi-talented developers HotHT...
G2 graphical library
G2 is an easy to use, portable and powerful 2D graphics library. It provides a comprehensive set of functions for simultaneous generation of graphical output on different types of devices. Foll...
Download Midi fileformat V0.05 information Download HotHTML 3 Professional 1.5.3000b HotHTML 3 is a windows HTML/Text editor for developers that write in multiple languages and need a single IDE that can handle them all. Developed for multi-skilled and multi-talented developers HotHT... Download G2 graphical library G2 is an easy to use, portable and powerful 2D graphics  library. It provides a comprehensive set of functions for  simultaneous generation of graphical output on different types  of devices. Foll...







Sponsored links

Localize software in three simple steps
Localize .Net, C/C++ & Delphi apps visually. HTML, HTML Help, XML & databases. Try Sisulizer now!
Localize Delphi software in three simple steps
Localize Delphi VCL & .Net apps visually. Plus HTML, HTML Help, XML & databases. Try Sisulizer now!
Web based bug tracking - AdminiTrack.com
AdminiTrack offers an effective web-based bug tracking system designed for professional software development teams.
Computer Professionals: Are you owed Overtime?
Federal and State Laws may allow computer professionals to collect overtime. Our law firm is experienced, and has initiated class action lawsuits against some of the largest computer companies to collect back pay and overtime. Strictly Confidential.
CSTSOFT Instrumentation .NET & ActiveX Components
A collection of 13 instrumentation .NET/ActiveX/VCL components including Gauge,Knob,LED,Trend etc.


Newsletter | Submit Content | About | Advertising | Awards | Contact Us | Link to us |
© 1996-2008 Community Networks Ltd All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited. Violators of this policy may be subject to legal action. Please read Terms Of Use and Privacy Statement for more information. Development by Synchron Data - .NET development.