|
CPP06 1.0
|
Main entry point for the scalar conversion program. [詳解]

関数 | |
| int | main (int argc, char **argv) |
| Main function to test the ScalarConverter. | |
Main entry point for the scalar conversion program.
main.cpp に定義があります。
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Main function to test the ScalarConverter.
| argc | The number of command-line arguments. |
| argv | The array of command-line arguments. |