Changes between Version 4 and Version 5 of Documentation/Tutorial/PingPong


Ignore:
Timestamp:
Jan 20, 2009, 4:47:59 PM (15 years ago)
Author:
huebsch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Tutorial/PingPong

    v4 v5  
    434326 }
    4444}}}
    45 The ''main.cpp'' serves us as an entry point to the application.
     45The ''main.cpp'' serves us as an entry point to the application. In the first lines we include class definitions we need here (e.g. strings because we want to handle some). Also, we include the StartupWrapper class that comes with ''Ariba''. It provides some handy helpers for initialization. Finally, we need to include the PingPong.h, because this is the actual thing we want to execute.
     46Then, we declare the used namespaces (lines 05-07) to be able to use the functionalities.
    4647
    4748