I searched about sending an HTTP Request using C++ or C Programming Language, and I found some libraries on GitHub and most of them are for Linux use.
in my case i just need a little basic piece of code that send two parameters through a HTTP GET or POST Request using c or c++ language under Windows .
For example : 'www.website.com/targetpage.php?param1=value&m2=value' .