Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Call back function

Call back function

Scheduled Pinned Locked Moved C / C++ / MFC
tutorialhelp
6 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    see me
    wrote on last edited by
    #1

    Hi all, Pls help me... i don't know how to write a call back function. anybody please tel me with any example please or give any suitable links

    Dream bigger... Do bigger...Expect smaller aji

    N H 2 Replies Last reply
    0
    • S see me

      Hi all, Pls help me... i don't know how to write a call back function. anybody please tel me with any example please or give any suitable links

      Dream bigger... Do bigger...Expect smaller aji

      N Offline
      N Offline
      naveenkm84
      wrote on last edited by
      #2

      http://www.codeguru.com/cpp/cpp/cpp_mfc/callbacks/article.php/c10557/ http://en.wikipedia.org/wiki/Callback_(computer_science) http://www.newty.de/fpt/callback.html Hope this suffice your need..;)

      1 Reply Last reply
      0
      • S see me

        Hi all, Pls help me... i don't know how to write a call back function. anybody please tel me with any example please or give any suitable links

        Dream bigger... Do bigger...Expect smaller aji

        H Offline
        H Offline
        Hamid Taebi
        wrote on last edited by
        #3

        See Callback Functions Tutorial[^]


        WhiteSky


        S 1 Reply Last reply
        0
        • H Hamid Taebi

          See Callback Functions Tutorial[^]


          WhiteSky


          S Offline
          S Offline
          see me
          wrote on last edited by
          #4

          Hi, Can u please help me.. i declared a call back function as static int CALLBACK CalBckFun( int param ); now please tel me that how can i call this call back function.

          Dream bigger... Do bigger...Expect smaller aji

          D M 2 Replies Last reply
          0
          • S see me

            Hi, Can u please help me.. i declared a call back function as static int CALLBACK CalBckFun( int param ); now please tel me that how can i call this call back function.

            Dream bigger... Do bigger...Expect smaller aji

            D Offline
            D Offline
            David Crow
            wrote on last edited by
            #5

            see me wrote:

            now please tel me that how can i call this call back function.

            It sounds as though you need a primer on callbacks.


            "Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

            "Judge not by the eye but by the heart." - Native American Proverb

            1 Reply Last reply
            0
            • S see me

              Hi, Can u please help me.. i declared a call back function as static int CALLBACK CalBckFun( int param ); now please tel me that how can i call this call back function.

              Dream bigger... Do bigger...Expect smaller aji

              M Offline
              M Offline
              Mark Salsbery
              wrote on last edited by
              #6

              see me wrote:

              now please tel me that how can i call this call back function.

              It's just a function - call it like normal: int callbackreturn = CalBckFun(0); Usually functions declared with the CALLBACK spec are meant to be called by the OS.

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups