We have been newbee and exploring JUCE library. Have couple of queries
1) Does the library provide cross-platform API for database access ? If not what are the alternatives if the application needs to use database.
2) If there is need to invoke platform specific things (e.g. WIN32API on Windows or Command on Linux ) for an application developed using JUCE, how its been addressed ?
3) Are there any Listener classes which helps notifying the events happening at OS level, for example a file arrives in a folder gets notified to the application.
I'm not a database person - I don't think I've ever actually written an app that uses a traditional DB! So it's something I'd leave to more knowledgable people to do as a module..
Pretty sure I've seen people mention library code for DB access on the forum over the years, but have never tried any myself.
I find that to be funny... It seems as though thats ALL i've done in my 17 year career as a software engineer. I'm tired of it. I want to do something different which is what lead me "back" to C++ and then to JUCE.