Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Documentation improvement
[simgrid.git] / doc / gtut-tour-8-exceptions.doc
1 /**
2 @page GRAS_tut_tour_exceptions Lesson 8: Handling errors through exceptions (TODO)
3
4 \section GRAS_tut_tour_exceptions_toc Table of Contents
5  - \ref GRAS_tut_tour_exceptions_intro
6  - \ref GRAS_tut_tour_exceptions_use
7  - \ref GRAS_tut_tour_exceptions_recap
8    
9 <hr>
10
11 \section GRAS_tut_tour_exceptions_intro Introduction
12
13 \section GRAS_tut_tour_exceptions_use Putting exceptions into action
14
15
16 \section GRAS_tut_tour_exceptions_recap Recapping everything together
17
18 The program now reads:
19 \include 8-exceptions.c
20
21 Which produces the expected output:
22 \include 8-exceptions.output
23
24 Go to \ref GRAS_tut_tour_rpc
25
26 */