Sign Up
Login
API
FAQ
Tools
Trends
Archive
PASTEBIN
new paste
trends
API
tools
faq
Guest User
-
Public Pastes
Untitled
Python | 2 sec ago
22apr2018BuildInfoLog
7 sec ago
Untitled
8 sec ago
Untitled
11 sec ago
Untitled
15 sec ago
Untitled
16 sec ago
Untitled
17 sec ago
Untitled
21 sec ago
daily pastebin
goal
76%
help support pastebin
SHARE
TWEET
Untitled
a guest
Jan 13th, 2018
41
Never
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
raw
download
clone
embed
report
print
text
0.09 KB
while (inFile >> command >> name) {
if (command[1] != 'o')
inFile >> arg;
//....
}
RAW Paste Data
while (inFile >> command >> name) { if (command[1] != 'o') inFile >> arg; //.... }
Top