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

Main entry point for the serialization test program. [詳解]

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

[ソースコード]

関数

int main ()
 Main function to test the Serializer.
 

詳解

Main entry point for the serialization test program.

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

関数詳解

◆ main()

int main ( )

Main function to test the Serializer.

Creates a Data object, serializes its pointer, deserializes it, and verifies that the original and resulting pointers are equal.

戻り値
0 on success.

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