Hello guys, as you can imagine from the title I am quite newbie in programming in C + +.
Basically so far I have written a GUI in C + + using the Qt4 libraries and now, for a thesis project, I should integrate support for XML-RPC protocol to allow the software to make calls to methods implemented on a remote server.

Since it is the first time that I do these things (think that less than a month ago I was in "Hello World " c ++...) I am asking your help. Basically I downloaded the source code from http://xmlrpcpp.sourceforge.net/ site and into the zip I found a makefile ... now I read on the site that I should use the command "make " to build my version of the libraries from makefile but I also read that first I have to edit this makefile depending on my needs, on my compiler options etc..
Some of you would be kind enough to download the source code (less than 1 Megabyte) and explain me how I should change the makefile and how to use the make command?
I'm using the GNU compiler MinGW 4.4, O.S. Vista 32 bit.
Thanks for any replies