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

Main file to test the functions in whatever.hpp. [詳解]

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

[ソースコード]

関数

int main (void)
 The main entry point of the program.
 

詳解

Main file to test the functions in whatever.hpp.

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

関数詳解

◆ main()

int main ( void  )

The main entry point of the program.

This function demonstrates the usage of the swap, min, and max template functions with both integers and strings.

戻り値
int Returns 0 upon successful execution.

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