create a menu bar with help of functionpointers in c++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hanumanthanaidu
    New Member
    • Aug 2009
    • 2

    create a menu bar with help of functionpointers in c++

    hi
    this is naidu i have a program for create a menu bar that contain simple arithmetic operations on user entered tow numbers , this program doesn't contain switch and if statements , operations are performed user given choices......
    pls send code for this urgent ....





    Regards,
    Naidu
  • manjuks
    New Member
    • Dec 2007
    • 72

    #2
    Hi,

    No one will send code for you, First tell us what you have done so far? where you have struck up?

    Thanks,
    Manjuanath

    Comment

    • hanumanthanaidu
      New Member
      • Aug 2009
      • 2

      #3
      and i struck at calling functions with pointers

      Comment

      • Banfa
        Recognized Expert Expert
        • Feb 2006
        • 9067

        #4
        What part of passing a pointer to a function do you not understand?

        Comment

        Working...