equal
deleted
inserted
replaced
107 \until } |
107 \until } |
108 |
108 |
109 |
109 |
110 \section compile_hw Compiling Hello World |
110 \section compile_hw Compiling Hello World |
111 To compile this program all you have to do is type in |
111 To compile this program all you have to do is type in |
112 \code g++ -ohw hello_world.cc \endcode |
112 \code g++ -ohello_world hello_world.cc \endcode |
113 and press \c Enter! This is the case if you installed LEMON on your system. |
113 and press \c Enter! This is the case if you installed LEMON on your system. |
114 (For more information see the LEMON installation instructions.) |
114 (For more information see the LEMON installation instructions.) |
115 |
115 |
116 This is because LEMON is template library and most of it's code has to be available |
116 This is because LEMON is template library and most of it's code has to be available |
117 as source code during compilation. |
117 as source code during compilation. |