Half Hour Intern
Half Hour Intern
Blake Fletcher
QA Software Engineer (with Justin Washington)
1 hour 12 minutes Posted Mar 2, 2017 at 3:22 pm.
0:00
1:12:41
Download MP3
Show notes
#include (Half Hour Intern)
#include (Handsome, Intelligent)
#include (Justin Washington)
void func(basic);
void do_something(Interesting, Awesome);
int main()
{
std::string str = "Test";
int x = 5;
std::thread t{func, str, std::ref(x)};
do_something(Enjoy);
t.join();
}