Question:
How do you get .ASP response?
?
2013-11-29 04:56:27 UTC
Hello there! I haven't been on Yahoo answers for a while. However, I've got a pretty big question I need to ask.

I'm a pretty good C++ programmer and I'm making a program. What it needs to do is get make a request to an online .asp and return the response. However, I have no clue how to do that. Is there any library/method I could use to do this? Or is there any other programming languages I can do this in?
Three answers:
MeMeMe
2013-11-29 05:44:27 UTC
.What you need is a library that can submit C++ requests and receive responses. There's the MS C++ REST SDK (Casablanca) which might be right for you. Libcurl might also work. Libcurl will work on OS X, Casablanca should as well.



http://casablanca.codeplex.com/

http://curl.haxx.se/libcurl/
2013-11-29 12:59:51 UTC
well .

Request is an information that are requested by the client

response is an data that acts as per clients act

you give coding based on this.
?
2013-11-29 13:09:01 UTC
Looking for this?

http://msdn.microsoft.com/en-us/library/ms524856%28v=vs.90%29.aspx


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...