Nov 2, 2012 at 8:08pm
I just read about download some file from webcite
to generate with c++ function
I never heard about this
example
something = function(www.download.yahoostock.com)
I want to know more about this(program interact with web-cite)
where do i should begin with?
Nov 2, 2012 at 8:17pm
Are you talking about libcurl?
Nov 2, 2012 at 11:33pm
Im not sure but, u mean somethig like this?
ShellExecute( NULL, "open", "http://cplusplus.com", NULL, NULL, SW_SHOW );
Last edited on Nov 2, 2012 at 11:33pm