I\'d like to use Pure Data as a prototyping tool for my own library. I found out that Pure Data patches are written in C, but my library is written in C++. So how can I use
You can also write objects for Pure Data using C++ using the flext framework.