DOS Level error code
Question: Do you know how to return DOS level code from a program upon exit? Answer: On most systems, you can simply return a value from your main function.int main(){
Question: Do you know how to return DOS level code from a program upon exit? Answer: On most systems, you can simply return a value from your main function.int main(){
Question: I have a linked list class whose private data members I want to access and initialise through a dialog box generated through the VC++ wizard. Debugging gives me an
Question: Is it possible to crash a server from an Active Server Page (ASP) if you are using an object instantiated via an ActiveX DLL installed on the server? My
Question: I am trying to view the table information by using the Data Form Wizard in Visual InterDev. I have successfully previewed the fileList.asp form that is created by the
Question: I am studying C and C++ programming on my own. I have no previous programming experience. I am using Visual C++ 5.0 to run the following example “program 8.12”
When network testing, it is useful to have a client program connects to a UDP server and gets an echo of a text string that you send to the server:
When network testing, it is useful to have a client program that connects to a TCP/IP server and gets an echo of a text string that you send to the
The following program is a simple version of a TCP/IP server that responds to requests from a client and delivers files. I wrote it to be as small as possible
With Java, you can easily write a client program that connects to a Web server and downloads an HTML file. You can also easily expand this simple program into a