Use windows

These software tools uses gtk.

Examples 'windows' have been compiled with code::block associated with gtk without changing sources.
See on the web to install gtk and code::block.

_______________convert files text in unix on  windows (if needed)
The easiest way is to use Notepad++
Open the file
Format -> convert to windows size
Save

______________to create a simulation with code::block windows (name= masimul)
create a directory 'masimul' under 'itermd'.
1. (hint)
copy the file 'newton.cbp' from the demo 'newton'
rename in the masimul.cbp
Open with a text editor
change by search = Newton and replaces = masimul.
write.

2
copy one source of one demo-simulation already done, rename masimul.c.

3
right click to file 'masimul.cbp' open with code :: block.

4
Edit your source masimul.c
change by  search/replace.
eg change  DATA_RDV by DATA_MASIM (masimul),
 ini_rdv by Masim
define your data and windows.

5
write your simulation code and its graph in function calcul().

6
run build and run

_
