Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
String resize
193030
Feb 22nd, 2020
200
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <iostream>
#include <string>
using
namespace
std
;
string ns
;
using
namespace
std
;
int
main
(
)
{
string s
=
"text here"
;
s.
resize
(
4
)
;
cout
<<
s
<<
endl
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
t1
Bash | 10 min ago | 1.11 KB
matplotlib
Python | 27 min ago | 1.77 KB
Assignment
Java | 32 min ago | 7.92 KB
maximum average
C++ | 41 min ago | 1.35 KB
Grapple and Climb TRY 3 (if ts ain't eno...
Lua | 47 min ago | 13.43 KB
hardware-configuration.nix
C++ | 1 hour ago | 1.48 KB
queue
C++ | 1 hour ago | 0.91 KB
Implementacao iMendes
HTML | 1 hour ago | 3.86 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!