Which C++ signals/slots library should I choose?

前端 未结 11 1443
隐瞒了意图╮
隐瞒了意图╮ 2020-12-01 00:10

I want to use a signals/slots library in a project that doesn\'t use QT. I have pretty basic requirements:

  1. Connect two functions with any number of parameters
11条回答
  •  自闭症患者
    2020-12-01 00:34

    One more sig-slot implementation to consider:

    http://code.google.com/p/ting/wiki/SignalSlotUsage

    It does not pretend to be the best one, but, still, another one which has its right to exist.

提交回复
热议问题