Page Menu
Home
Phabricator (Chris)
Search
Configure Global Search
Log In
Files
F145176
main.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
508 B
Referenced Files
None
Subscribers
None
main.cpp
View Options
#include
<iostream>
#include
"game.h"
using
namespace
std
;
int
main
(
int
argc
,
// Number of strings in array argv
char
*
argv
[]
// Array of command-line argument strings
)
{
if
(
argc
>
1
)
{
std
::
string
commandMe
;
commandMe
=
argv
[
1
];
if
((
argc
==
2
)
&&
(
commandMe
==
"--test"
))
{
efc
::
Game
game
(
true
);
}
else
{
efc
::
Game
game
(
false
);
}
}
else
{
efc
::
Game
game
(
false
);
}
return
0
;
}
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sun, Aug 16, 2:45 AM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
77363
Default Alt Text
main.cpp (508 B)
Attached To
Mode
R82 deerportal
Attached
Detach File
Event Timeline