This page (revision-4) was last changed on 03-Feb-2023 15:21 by Gromit 

This page was created on 16-Feb-2011 19:28 by Gromit

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
4 03-Feb-2023 15:21 16 KB Gromit to previous
3 17-Feb-2011 10:46 16 KB Gromit to previous | to last
2 16-Feb-2011 19:29 16 KB Gromit to previous | to last
1 16-Feb-2011 19:28 16 KB Gromit to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 202 changed one line
This little program does a lot. First, it executes a "for" loop for the values between 0 and 2. The "pointer" to the desired function is fetched (routines[i]). which is then executed directly. Routines[] is an "array of pointers" to functions, with three elements (numbered 0 to 2).
This little program does a lot. First, it executes a "for" loop for the values between 0 and 2. The "pointer" to the desired function is fetched (routines[[i]). which is then executed directly. Routines[] is an "array of pointers" to functions, with three elements (numbered 0 to 2).