Hello World: 1 Application Structure

Up: GEOS SDK TechDocs | Up | Prev: Hello World | Next: 2 Hello World

Every GEOS application and library will have at least two files: The Geode Parameters file provides the Glue linker with necessary information about the geode being compiled and linked. The source file contains the source code. Source code files may be split up into modules of source and definition files--this allows the programmer to keep large applications in a series of smaller files for easy organization and easier debugging.

Essentially there are four different types of files your application may use:


Up: GEOS SDK TechDocs | Up | Prev: Hello World | Next: 2 Hello World