|
Tutorials Figures Installation Tutorials |
GNE TutorialsNOTE! The tutorals have not been updated since GNE 0.55. I will try to update them soon, but I will be going on vacation until September 2003, so they may not be updated for a few weeks.These GNE tutorials are meant to act as a starting point from which to start building your first programs with GNE. Before you begin the first tutorial I will mention some of the other places to get help for GNE:
Installing GNEEach of the GNE tutorials assumes that you have successfully installed the GNE library, and know how to link it in using compiler specific settings. Help on installing GNE and using it with your specific compiler is found in the installation tutorials. PrerequisitesThese tutorials assume that you have a decent understanding of object oriented C++ concepts:
These concepts are also nice to know, as they are used somewhat in GNE, but their usage is either light or simple enough to pick up easily enough to use them at their required level with GNE.
You should also know the basics behind multithreaded applications -- in particular you should be familiar with the concept of a thread, and how to use basic mutexes. There is a site which will explain these concepts. GNE's threading API uses pthreads in UNIX, and native threads in Windows, but favors the pthreads concepts and semantics. Pay particular attention to threads, mutexes, and condition variables. Contents:
|