Saturday, October 30, 2010
Friday, October 29, 2010
Thursday, October 28, 2010
typedef
typedef struct node Node, *Tree;
struct node {
char word[MAXSIZE];
Tree left;
Tree middle;
Tree right;
};
Node n;
Node *m;
//which is equal to
Tree m;
Sunday, October 17, 2010
Basic DOS commands
Occasionally on your Windows computer, you may need to perform a procedure by typing in commands at the 'Command Prompt'. Entering commands in this way allows you to bypass the Windows graphical user interface and communicate directly with the operating system. You are most likely to need to work in this way if you get an infection and have to disinfect your computer from the command line, for example, using one of the Sophos Resolve tools, or SAV32CLI or SWEEP.EXE.
To communicate through the Windows command line, you will need to use MS-DOS commands. This article lists some basic DOS commands that you are likely to find useful when working from the command line, but there are many more available. To find out more about MS-DOS, consult a book, online dictionary or encyclopedia, or other specialist publication.
Open a New cmd window in cmd
Use the command "start cmd" or "start cmd.exe" to open a new command window in the command line!
By the way, there is a cool console tool for windows http://sourceforge.net/projects/console/
If you want to open a new command window with commands:
"start cmd /k ExecutableFile.exe parameter1, parameter2 ... parameterN"
By the way, there is a cool console tool for windows http://sourceforge.net/projects/console/
If you want to open a new command window with commands:
"start cmd /k ExecutableFile.exe parameter1, parameter2 ... parameterN"
Saturday, October 16, 2010
Friday, October 1, 2010
Configuration Error when running a virtual directory
I encounter this problem today:
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Subscribe to:
Posts (Atom)