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

Main function to test the Form and Bureaucrat classes. [詳解]

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

[ソースコード]

関数

void print_header (const std::string &title)
 
int main ()
 

詳解

Main function to test the Form and Bureaucrat classes.

This file demonstrates form creation, and both successful and unsuccessful attempts by bureaucrats to sign them.

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

関数詳解

◆ main()

int main ( )

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

◆ print_header()

void print_header ( const std::string title)

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