I'm in the process of screwing around trying to learn c++ in a bitcoin related environment. I've so far made, in QT, a gui application to essentially write the batch files for me. Now all I need is for it to display rpc/api things (speed, a/r etc...).
I've got no idea how to do this, other than it requires JSON.
Could someone show me some example code or something along those lines? I've found python and c# examples but I'm not really sure how to convert those...
I'm looking for something that I can use as a string (so I can set a label to it easily
)
Thanks,
nuggetbram