Need Help Using LibCurl for Dev C++

I am using Dev C++ 5.11 as my compiler. I downloaded curl 7.60.

WHAT I WANT TO DO:
Example online analytics dashboard: https://cdn.dribbble.com/users/104120/screenshots/940712/attachments/105669/trendkite_dashboard.png
-Develop a system where the user enters start and end dates and a search term into my C++ window and the C++ program takes that and enters it into the appropriate fields in the online dashboard and retrieves the appropriate data, then potentially displays it in the C++ window, exactly like a pivot chart in Excel, such that you can click on any bar (type of defect) and it gives you drill downs (subclassifications of defect).

The idea is almost to create an analytics dashboard using C++ that displays the data in the way I want, without having to go through Excel as an intermediary step.


WHAT I HAVE SO FAR:
Just a window that accepts start and end date inputs from a user. I could not include the code due to character limitations but it is just a standard C++ generated window.


Is this possible using libcurl 7.60? Can someone give me some insight as to how to accomplish this?









Last edited on
Topic archived. No new replies allowed.