|
Example of writing a funciton pointer in c & c++
|
|
07-24-2010, 05:41 PM
Post: #1
|
|||
|
|||
|
Example of writing a funciton pointer in c & c++
Code: #include <stdio.h> |
|||
|
07-24-2010, 07:47 PM
Post: #2
|
|||
|
|||
|
RE: Example of writing a funciton pointer in c & c++
Very good example. Here is my example with 4 basic mathematical operations. It is an example of array of operations :
Code: #include <stdio.h>There's a fine line between genius and insanity. I have erased this line. Oscar Levant There's a fine line between an administrator and black hat hacker. I have erased this line. Dr DEBCOL |
|||
|
07-25-2010, 06:12 AM
Post: #3
|
|||
|
|||
|
RE: Example of writing a funciton pointer in c & c++
Very good, both of you. I learned quite a bit reading this.
"Character is determined more by the lack of certain experiences than by those one has had." Friedrich Nietzsche |
|||
|
07-25-2010, 02:00 PM
Post: #4
|
|||
|
|||
|
RE: Example of writing a funciton pointer in c & c++
Very nice example!
(07-24-2010 07:47 PM)drdebcol Wrote: Very good example. Here is my example with 4 basic mathematical operations. It is an example of array of operations : |
|||
|
« Next Oldest | Next Newest »
|





