curl-library
first code produces "password:" prompt, second code does not, why and how to fix
From: Alexander Tairbekov <alex.tairbekov_at_gmail.com>
Date: Sat, 23 Oct 2010 14:18:01 -0400
Received on 2010-10-23
Date: Sat, 23 Oct 2010 14:18:01 -0400
Why is there a "password:" prompt on the Visual Studio 2010 cmd on this code
(first code) and none on the other code (second code). both are attached.
In the first code, I am calling a function, but nothing is printed to the
text1.txt file.
In the second code, it works fine.
Why is this and how do I fix it? I need to use the main file seperately from
the function.
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- text/plain attachment: firstcode-function.txt
- text/plain attachment: firstcode-main.txt
- text/plain attachment: secondcode.txt