Hello World: 4 The Source File and Source Code

Up: GEOS SDK TechDocs | Up | Down | Prev: 3 Geode Parameters File | Next: 5 Exercises and Suggestions

The Hello World program's source code resides in a single file, hello3.goc . Portions of this file are presented throughout this section.

This sample application demonstrates the basics of all GEOS programs, and it's likely you will refer to it often until you become proficient with both the system and the reference documentation. Among the concepts and implementations it demonstrates are the following:

This discussion assumes you have a solid understanding of general programming concepts and C constructions. If you don't, you should most likely get to know the C programming language before continuing.


Up: GEOS SDK TechDocs | Up | Down | Prev: 3 Geode Parameters File | Next: 5 Exercises and Suggestions