finals1
This commit is contained in:
parent
d71a7eb045
commit
4f640ff86f
|
|
@ -1,48 +0,0 @@
|
|||
{
|
||||
"files.associations": {
|
||||
"array": "cpp",
|
||||
"atomic": "cpp",
|
||||
"bit": "cpp",
|
||||
"cctype": "cpp",
|
||||
"clocale": "cpp",
|
||||
"cmath": "cpp",
|
||||
"compare": "cpp",
|
||||
"concepts": "cpp",
|
||||
"cstdarg": "cpp",
|
||||
"cstddef": "cpp",
|
||||
"cstdint": "cpp",
|
||||
"cstdio": "cpp",
|
||||
"cstdlib": "cpp",
|
||||
"cwchar": "cpp",
|
||||
"cwctype": "cpp",
|
||||
"deque": "cpp",
|
||||
"string": "cpp",
|
||||
"unordered_map": "cpp",
|
||||
"vector": "cpp",
|
||||
"exception": "cpp",
|
||||
"algorithm": "cpp",
|
||||
"functional": "cpp",
|
||||
"iterator": "cpp",
|
||||
"memory": "cpp",
|
||||
"memory_resource": "cpp",
|
||||
"numeric": "cpp",
|
||||
"random": "cpp",
|
||||
"string_view": "cpp",
|
||||
"system_error": "cpp",
|
||||
"tuple": "cpp",
|
||||
"type_traits": "cpp",
|
||||
"utility": "cpp",
|
||||
"fstream": "cpp",
|
||||
"initializer_list": "cpp",
|
||||
"iosfwd": "cpp",
|
||||
"iostream": "cpp",
|
||||
"istream": "cpp",
|
||||
"limits": "cpp",
|
||||
"new": "cpp",
|
||||
"numbers": "cpp",
|
||||
"ostream": "cpp",
|
||||
"stdexcept": "cpp",
|
||||
"streambuf": "cpp",
|
||||
"typeinfo": "cpp"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
_-_
|
||||
/~~ ~~\
|
||||
/~~ ~~\
|
||||
{ }
|
||||
\ _- -_ /
|
||||
~ \\ // ~
|
||||
_- - | | _- _
|
||||
_ - | | -_
|
||||
// \\
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
_-_
|
||||
/~~ ~~\
|
||||
/~~ ~~\
|
||||
{ }
|
||||
\ _- -_ /
|
||||
~ \\ // ~
|
||||
_- - | | _- _
|
||||
_ - | | -_
|
||||
// \\
|
||||
|
|
@ -46,10 +46,13 @@ int main(void)
|
|||
Intern intern;
|
||||
AForm *roboto;
|
||||
|
||||
roboto = intern.makeForm("DoYouKnowMe", "Hmmmm");
|
||||
roboto = intern.makeForm("T'as capte", "bro");
|
||||
roboto = intern.makeForm("RobotomyRequestForm", "World");
|
||||
|
||||
std::cout << roboto->getName() << std::endl;
|
||||
Bureaucrat Mr_test("Mr_test", 1);
|
||||
Mr_test.signForm(*roboto);
|
||||
Mr_test.executeForm(*roboto);
|
||||
delete roboto;
|
||||
return (0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue