CPP06 1.0
読み取り中…
検索中…
一致する文字列を見つけられません
main.cpp ファイル

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

#include "ScalarConverter.hpp"
#include <iostream>
main.cpp の依存先関係図:

[ソースコード]

関数

int main (int argc, char **argv)
 Main function to test the ScalarConverter.
 

詳解

Main entry point for the scalar conversion program.

main.cpp に定義があります。

関数詳解

◆ main()

int main ( int  argc,
char **  argv 
)

Main function to test the ScalarConverter.

引数
argcThe number of command-line arguments.
argvThe array of command-line arguments.
戻り値
0 on success, 1 on error.

main.cpp27 行目に定義があります。