I am trying to write a simple c++ cgi application that will open an image (.gif) file and return the contents to the web browser as an image.
example:
<img src="http://www.myserver.com/mycgi.exe">
So far, I successfully read in an image file using the code below, but when I actually...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.