root/library/doc/tutorial/vector_and_matrix.dox
@
544
| Revision 272, 389 bytes (checked in by smidl, 17 years ago) |
|---|
| Line | |
|---|---|
| 1 | /*! \page vector_and_matrix A very simple tutorial about vectors and matrixes |
| 2 | |
| 3 | Let's start with a really simple example. Try to complile the following program: |
| 4 | |
| 5 | \include vector_and_matrix.cpp |
| 6 | |
| 7 | When you run this program, the output shall look like this |
| 8 | |
| 9 | \include vector_and_matrix.ref |
| 10 | |
| 11 | If this is what you see, then congratulations! You have managed to compile your first it++ program! |
| 12 | |
| 13 | */ |
Note: See TracBrowser
for help on using the browser.
