Reputation: 1318
My client is wanting to be able to submit invoices automatically into the QuickBooks software from another piece of software that I'm writing (using Qt++/C++). It's my understanding that this can be possible with the QuickBooks SDK for C++. Can anyone definitively confirm if this is true before we move forward?
Upvotes: 0
Views: 114
Reputation: 27952
Yes, you can communicate with QuickBooks using C++.
Download the QuickBooks SDK - there are code examples in there.
Upvotes: 1