Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
Mpp
Commits
09b45559
Commit
09b45559
authored
Mar 12, 2020
by
niklas.baumgarten
Browse files
removed main
parent
6f60466c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Main.cpp
deleted
100644 → 0
View file @
6f60466c
#include
"m++.h"
int
main
(
int
argv
,
char
**
argc
)
{
//Config::setConfigFileName("other.conf");
DPO
dpo
(
&
argv
,
argc
);
bool
bvalue
=
false
;
config
.
get
<
bool
>
(
"key"
,
bvalue
);
bvalue
=
true
;
config
.
get
<
bool
>
(
"key"
,
bvalue
);
int
cv
=
config
.
get
<
int
>
(
"ConfigVerbose"
);
return
0
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment