User profile: JMJAtlanta

User info
User name:JMJAtlanta
Name:John Jones
Location:Roswell, Georgia, USA
Website:http://www.jmjatlanta.com
History
Joined:
Number of posts:142
Latest posts:

using std::function in a library
Thank you! I will read up on extern. I always had the impression it was nothing more than a linker...

using std::function in a library
I am attempting to use a std::function that SHOULD be in a library, but it does not seem to work. ...

How to store/call an object through a variable?
Great! Please mark this thread as "solved"

How to store/call an object through a variable?
While not totally clear on what you are asking, it looks as if you are almost there. You can call L...

Publish/Subscribe Implementation - opinions
I have taken a look at an example published by makomweb on gist. I have taken the liberty to add som...