Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
susuma_dos_enteros.adb
procedure suma_enteros_p(a: in Integer; b: in Integer; suma: out Integer) is -- precondicion: a>0, b >0 --postcondicion: suma = a+b begin suma := a + b; end circunferencia_p;
run
|
edit
|
history
|
help
0
Iterator Interface
Overloaded Ada
Dynamic Dispatching
ada rocks!
suma_enteros_ppal.adb
function calling using pointers
plop
1d array as 4d with easy reshaping
Dynamic Dispatching with dynamic allocation
division_emtera_p.adb