One of Jersey Shore's new terms from Season 4. Means"Stop the Drama."
Pauly: I wish they would shut-up and STD.
I know it's not as much fun as boring multiple strangers on tinder at once. ....But a casual happy hour is still better than catching a STD (Shitty Tinder Date).
An abbreviation of Super Trigonometric Dinosaur, a type of oragami that is typically made as a cool gift.
"I got an STD from Faye a few weeks ago"
STDs: Suck that dick syndrome.
S- Suck
T- That
D- Dick
s- syndrome
Clarissa: Omg did you know she has STDs?
Alex: OMG! She's been sucking dick?!
Hey I sent you an STD for 7/21. Keep that open for me, I'm getting married.
A thing used in C++. It's short for standard
1 example:
#include <iostream>
int main(){
std::cout << "Hello World";
}
2 example
#include <iostream>
#include <string>
using namespace std;
int main() {
string ans;
cout << "Hello ";
cin >> ans;
if (ans == "Pornhub"){
cout << "Really?";
} else if (ans == "World"){
cout << "Yes";
} else {
cout << "nice try";
}
}
// Shit code I know