CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: John E

Search: Search took 0.22 seconds.

  1. Replies
    6
    Views
    1,994

    Re: win32 event programming (Event interface)

    You're probably thinking of message handlers - in which case, no, they're not similar to non-Windows programs which tend to use signals and slots for the same purpose. Messages and signals are...
  2. Replies
    6
    Views
    1,994

    Re: win32 event programming (Event interface)

    By "events" do you mean "signals"? If so, you could look into the sigc++ programming API. It's really designed for Linux but with a suitable compiler (Cygwin or MinGW) you can build it for Windows....
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured