Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
Quiz-2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
정용석
Quiz-2
Commits
08b69bf0
Commit
08b69bf0
authored
Jan 22, 2025
by
정용석
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
using namespace관련하여 메모
parent
86d2f2a7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
base64.cpp
+2
-1
No files found.
base64.cpp
View file @
08b69bf0
...
...
@@ -3,7 +3,8 @@
#include <vector>
#include <string>
using
namespace
std
;
using
namespace
std
;
// using namespace 문구를 사용하는 것은
// namespace 충돌 문제가 있어서 지양된다.
const
string
base64_table
=
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
;
string
base64_encode
(
const
string
&
str
){
...
...
Write
Preview
Markdown
is supported
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