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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10306260.html
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 ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20299487.html
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...
http://www.experts-exchange.com/Programming/Languages/C/Q_20925902.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_21977351.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_22071420.htm...
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....
http://www.experts-exchange.com/Programming/System/AS_-_400/Q_22611408.html
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...
http://www.experts-exchange.com/Programming/Languages/C/Q_20434653.html
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 ...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_2...
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21215541.html
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 ...
http://www.experts-exchange.com/Programming/Languages/C/Q_21226137.html
Zones:
CDate Answered: 12/01/2004 Rating: 7.2 Views: 0