Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maxim Onciul
pi_files
Commits
224e83ab
Commit
224e83ab
authored
Nov 04, 2021
by
Maxim Onciul
Browse files
coding less verbosity
parent
b2b587a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
polar_rs/src/coding.cpp
View file @
224e83ab
...
...
@@ -22,9 +22,6 @@ using namespace std;
int
main
(
int
argc
,
char
**
argv
)
{
#ifdef TEST
cout
<<
"main begin"
<<
endl
;
#endif
Coding
ob
(
argc
,
argv
);
ob
.
applyCodes
();
#ifdef REVERSE
...
...
@@ -275,9 +272,6 @@ Coding::applyCodes()
Coding
::
Coding
(
int
argc
,
char
**
argv
)
{
#ifdef TEST
cout
<<
"Coding contructor start"
<<
endl
;
#endif
cxxopts
::
Options
options
(
"Code"
,
"Encodes and decodes data"
);
...
...
@@ -319,7 +313,6 @@ Coding::Coding(int argc, char** argv)
}
#ifdef TEST
cout
<<
"Coding contructor end"
<<
endl
;
cout
<<
((
coding_mode
==
0
)
?
"En"
:
"De"
)
<<
"coding mode"
<<
endl
<<
endl
;
#endif
}
...
...
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