root/doc/tutorial/vector_and_matrix.dox @ 272

Revision 272, 389 bytes (checked in by smidl, 15 years ago)

Examples

Line 
1/*! \page vector_and_matrix A very simple tutorial about vectors and matrixes
2
3Let's start with a really simple example. Try to complile the following program:
4
5\include vector_and_matrix.cpp
6
7When you run this program, the output shall look like this
8
9\include vector_and_matrix.ref
10
11If 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.