Please, can you give me simple example how to do GET requests with gtkmm. I already tried to find answer in official documentation, but it didn`t help me. I think i need to use libsoup or Webkit, but I don't know how to start.
You need to use some C++ network library. Look into curl or curlpp, you can even use WinSOCK if you are on Windows.