Skip to main content
{ searchOpen = false }, 200)" @keydown.backspace="if (!query) searchOpen = false" @keydown.enter.prevent="if(query){$refs.submitBtn.dataset.growMethod='enter'; $refs.submitBtn.click()}" data-grow-track="ui.focus_search" data-grow-field="query">
Home
Add a Definition
UrbanDictionary.store
Blog
Help
User Settings
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
#
Advertise
Report a Bug
System Status
Privacy Policy
Terms of Service
DMCA
Accessibility
Data Request
Information Collection Notice
reCAPTCHA Privacy
reCAPTCHA Terms
Do Not Sell My Personal Information
© 1999-2026 Urban Dictionary ®
Definitions by btx40
iostream
Share definition
Flag
Input/Output
Stream
. The C++ equivalent of stdio. It provides the
cin
(input), cout(output), and cerr(error)
stream
objects.
// hello
world
program
#include <iostream>;
int main()
{
std
::cout << "Hello, world!" <<
std
::endl;
return 0;
}
iostream
by
btx40
January 8, 2008
0
0
Get merch