Enter Keywords:
Search Within Results
 
 
Narrow Results
Can't Find a Solution
 
 
 
1 - 5 of 5(0.008 seconds)
Sort By:
 
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...
Zones: C++, Microsoft Visual C++Date Answered: 12/24/2002 Rating: 7.8 Views: 0
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,   ...
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 ...
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...
Zones: Java, New To Java, HTTPDate Answered: 11/07/2007 Rating: 9.2 Views: 0
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...
Zones: JavaDate Answered: 03/25/2007 Rating: 8.8 Views: 0
 
  • 1