tutorials:tutorial_1
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tutorials:tutorial_1 [2016/09/07 17:40] – [Tutorial 1] title zenke | tutorials:tutorial_1 [2017/04/24 19:16] (current) – Changes links to fzenke.net zenke | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| <code c++> | <code c++> | ||
| int main(int ac, char* av[]) | int main(int ac, char* av[]) | ||
| + | { | ||
| | | ||
| } | } | ||
| Line 17: | Line 18: | ||
| using namespace auryn; | using namespace auryn; | ||
| int main(int ac, char* av[]) | int main(int ac, char* av[]) | ||
| + | { | ||
| auryn_init( ac, av ); | auryn_init( ac, av ); | ||
| | | ||
| Line 24: | Line 26: | ||
| } | } | ||
| </ | </ | ||
| - | For convenience we also set our current namespace to Auryn' | + | For convenience we also set our current namespace to Auryn' |
tutorials/tutorial_1.1473270048.txt.gz · Last modified: 2016/09/07 17:40 by zenke
