Enter Keywords:
1 - 10 of 102(0.035 seconds)
Sort By:
 
I'm trying to compile this: http://packetstorm.securify.com/0003-exploits/sXe.c (no i'm not a bad as... just trying to check out my own network) And get this: sXe.c:63: initializer element is...
Zones: C++Date Answered: 03/13/2000 Rating: 6.4 Views: 0
Hi @ all, all I want to know if it is possible to use a normal file (FILE * myfile) as a stream under c/c++??? Maybe it is possible to write back to a memory stream? Help me ;-) If someone can ...
Zones: C++Date Answered: 06/25/2002 Rating: 7.8 Views: 0
HI I am trying to stream a file in and then stream out the line to a different file example: CString fileSource ="in.txt"; CString fileDest     ="out.txt";   FILE *in_stream;   FILE *out_stre...
Zones: CDate Answered: 03/24/2004 Rating: 7.6 Views: 0
I am new to .Net I am developing a Chat application now. I want to create and open a file and append the messages typed in the Chat Application and store it in a folder. And I want to read th...
Zones: .NETDate Answered: 09/05/2006 Rating: 8.0 Views: 78
Hi All, This file used to need a username and password to function, now that it's commented out it no longer does - function, that is. Have I done this incorrectly ? I'd appreciate any help you...
Zones: ASPDate Answered: 11/24/2006 Rating: 7.8 Views: 0
I need to take a stream file and convert to an AS/400 Database file to enable putting it into my EDI translator (TrustedLink 400)...ANy suggestios would be appreciated....
Zones: AS400 ProgrammingDate Answered: 06/07/2007 Rating: 7.0 Views: 8
Let me e.g. struct MsgChain { *next; MsgProc *proc; void *parm; } where typedef void (MsgProc)(const void *, const char *); that is a list of text output functions that are called by s...
Zones: CDate Answered: 12/01/2003 Rating: 7.4 Views: 0
I have a .fla file at http://www.bcproductions.com/eddieclay.html that is a tape recorder.  It currently streams my voice-over audition tape.  I would like to modify the fla file to include a list ...
Zones: Adobe FlashDate Answered: 07/20/2003 Rating: 7.8 Views: 0
Hi, I need to store 25 mb of text data (strings) after reading it from a text file to do compression. My code is working fine with upto 5mb of text files but it starts freaking out when the file s...
Zones: JavaDate Answered: 11/29/2004 Rating: 6.0 Views: 0
Ive inherited some code which I have modified and it works fiine! Essentially, it reads in a stream from stdin, does stuff and writes it out to a new user defined stream. Ive used streams just ...
Zones: CDate Answered: 12/01/2004 Rating: 7.2 Views: 0