Ok. I have a major problem with my program. The first objective of the program is determine the gross pay of each employee in a data file. The employee data is stored in .txt. The data is taken fro...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20433825.html
ON NT workstation and using vc6.
The function IStorage::OpenStream(
const WCHAR * pwcsName, //Point to name of stream to open
void * reserved1, //Reserved; must be NULL
DWORD grfMode, ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20092911.html
Zones:
C++Date Answered: 05/14/2002 Rating: 7.4 Views: 0
I am writing an application that will connect to a site and either post or get data from that site. Now sometimes when the network is slow, either from my side or because there is too much load on ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20143709.html
Zones:
JavaDate Answered: 07/20/2001 Rating: 6.4 Views: 57
Hi, I tried to open an ASP with Java:
URL myURL = new URL("http://localhost/connectiontest.asp?input=foo");
BufferedReader theStream = new BufferedReader(new InputStream...
http://www.experts-exchange.com/Programming/Languages/Java/Q_22797634.html
Hi,
this is my code :
URL url = new URL("http://test.com");
InputStream is = url.openStream();
InputStreamReader temp = new InputStreamReader(is);
try {
BufferedReader in = new B...
http://www.experts-exchange.com/Programming/Languages/Java/Q_22129036.html
Zones:
JavaDate Answered: 03/25/2007 Rating: 8.8 Views: 0