Forum: C++ Jun 11th, 2007 |
| Replies: 1 Views: 1,525 Hi. I wrote a simple test web server script in Perl a few months ago. Did I read any HTTP specification documents before starting to find out what I'd need to parse? Hell no, I just listened on... |
Forum: C++ Feb 16th, 2007 |
| Replies: 3 Views: 3,201 Hi. DLL files are dynamically linked to a program. If you want to statically link functions to your program they will probably go in a .lib or .obj file, or in your programs' own .exe file. I... |
Forum: C++ Jan 9th, 2007 |
| Replies: 6 Views: 3,448 There are some applications whose developers claim can (in some cases) retrieve a C - like representation of the original source from a .exe file. It is generally believed that reverse compilation... |
Forum: C++ Dec 1st, 2006 |
| Replies: 6 Views: 1,377 Thanks you two. Problem solved. I like the avatar Salam and a nice sentiment, keeping to standards and all that. But tell me, can using
void main ()
ever cause undefined behavior in a... |
Forum: C++ Dec 1st, 2006 |
| Replies: 6 Views: 1,377 Hello everyone. I was writing somthing in C++ today and a little "issue" occured to me. How can you avoid the possibility of a buffer overrun when reading from STDIN into a character array? In... |
Forum: C++ Dec 1st, 2006 |
| Replies: 10 Views: 1,875 Please post some of the code you have be unable to compile and the compile errors you have been getting. Then someone might be able to help.
Steven. |